AInputQueue_attachLooper

Add this input queue to a looper for processing. See ALooper_addFd() for information on the ident, callback, and data params.

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

Meta