ASensorManager_createEventQueue

Creates a new sensor event queue and associate it with a looper.

"ident" is a identifier for the events that will be returned when calling ALooper_pollOnce(). The identifier must be >= 0, or ALOOPER_POLL_CALLBACK if providing a non-NULL callback.

version(Android)
extern (C) @system nothrow @nogc
ASensorManager_createEventQueue
(,
ALooper* looper
,
int ident
,
ALooper_callbackFunc callback
,
void* data
)

Meta