Constant ndk_glue::NDK_GLUE_LOOPER_EVENT_PIPE_IDENT
source · [−]pub const NDK_GLUE_LOOPER_EVENT_PIPE_IDENT: i32 = 0;
Expand description
ndk-glue
macros register the reading end of an event pipe with the
main ThreadLooper
under this ident
.
When returned from ThreadLooper::poll_*
an event can be retrieved from poll_events()
.