- 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.