android.native_window

Undocumented in source.

Members

Enums

WINDOW_FORMAT_RGBA_8888
anonymousenum WINDOW_FORMAT_RGBA_8888
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

ANativeWindow_acquire
void ANativeWindow_acquire(ANativeWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ANativeWindow_getFormat
int ANativeWindow_getFormat(ANativeWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ANativeWindow_getHeight
int ANativeWindow_getHeight(ANativeWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ANativeWindow_getWidth
int ANativeWindow_getWidth(ANativeWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ANativeWindow_lock
int ANativeWindow_lock(ANativeWindow* window, ANativeWindow_Buffer* outBuffer, ARect* inOutDirtyBounds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ANativeWindow_release
void ANativeWindow_release(ANativeWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ANativeWindow_setBuffersGeometry
int ANativeWindow_setBuffersGeometry(ANativeWindow* window, int width, int height, int format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ANativeWindow_unlockAndPost
int ANativeWindow_unlockAndPost(ANativeWindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

ANativeWindow
struct ANativeWindow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ANativeWindow_Buffer
struct ANativeWindow_Buffer
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta