Searched refs:ALooper_pollAll (Results 1 - 2 of 2) sorted by last modified time

/frameworks/native/include/android/
H A Dlooper.h52 * or ALooper_pollAll() MUST check the return from these functions to
69 * Result from ALooper_pollOnce() and ALooper_pollAll():
76 * Result from ALooper_pollOnce() and ALooper_pollAll():
82 * Result from ALooper_pollOnce() and ALooper_pollAll():
88 * Result from ALooper_pollOnce() and ALooper_pollAll():
194 int ALooper_pollAll(int timeoutMillis, int* outFd, int* outEvents, void** outData);
/frameworks/base/native/android/
H A Dlooper.cpp63 int ALooper_pollAll(int timeoutMillis, int* outFd, int* outEvents, void** outData) { function
66 ALOGE("ALooper_pollAll: No looper for this thread!");

Completed in 997 milliseconds