Searched refs:ALooper_pollOnce (Results 1 - 2 of 2) sorted by path

/frameworks/base/native/android/
H A Dlooper.cpp52 int ALooper_pollOnce(int timeoutMillis, int* outFd, int* outEvents, void** outData) { function
55 ALOGE("ALooper_pollOnce: No looper for this thread!");
/frameworks/native/include/android/
H A Dlooper.h51 * for the callback). In this case the caller of ALooper_pollOnce()
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():
187 int ALooper_pollOnce(int timeoutMillis, int* outFd, int* outEvents, void** outData);
190 * Like ALooper_pollOnce(), but performs all pending callbacks until all
209 * "ident" is an identifier for this event, which is returned from ALooper_pollOnce().
221 * (2) If "callback" is NULL, the 'ident' will be returned by ALooper_pollOnce

Completed in 167 milliseconds