Structs§
Enums§
Constants§
- NDK_
GLUE_ LOOPER_ EVENT_ PIPE_ IDENT ndk-gluemacros register the reading end of an event pipe with the mainThreadLooperunder thisident. When returned fromThreadLooper::poll_*an event can be retrieved frompoll_events().- NDK_
GLUE_ LOOPER_ INPUT_ QUEUE_ IDENT - The
InputQueuereceived from Android is registered with the mainThreadLooperunder thisident. When returned fromThreadLooper::poll_*an event can be retrieved frominput_queue().
Functions§
- android_
log - content_
rect - This function accesses a
staticvariable internally and must only be used if you are sure there is exactly one version ofndk_gluein your dependency tree. - init⚠
- Safety
- input_
queue - Returns an
InputQueueheld inside a lock, preventing Android from freeing it immediately in itsInputQueuedestructor. - native_
activity - This function accesses a
staticvariable internally and must only be used if you are sure there is exactly one version ofndk_gluein your dependency tree. - native_
window - Returns a
NativeWindowheld inside a lock, preventing Android from freeing it immediately in itsNativeWindowdestructor. - poll_
events