android.looper

Undocumented in source.

Members

Aliases

ALooper_callbackFunc
alias ALooper_callbackFunc = int function(int, int, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

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

Functions

ALooper_acquire
void ALooper_acquire(ALooper* looper)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALooper_addFd
int ALooper_addFd(ALooper* looper, int fd, int ident, int events, ALooper_callbackFunc callback, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALooper_forThread
ALooper* ALooper_forThread()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALooper_pollAll
int ALooper_pollAll(int timeoutMillis, int* outFd, int* outEvents, void** outData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALooper_pollOnce
int ALooper_pollOnce(int timeoutMillis, int* outFd, int* outEvents, void** outData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALooper_prepare
ALooper* ALooper_prepare(int opts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALooper_release
void ALooper_release(ALooper* looper)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALooper_removeFd
int ALooper_removeFd(ALooper* looper, int fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALooper_wake
void ALooper_wake(ALooper* looper)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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

Meta