HomeSort by relevance Sort by last modified time
    Searched refs:ALooper_pollOnce (Results 1 - 3 of 3) sorted by null

  /development/ndk/platforms/android-9/include/android/
looper.h 51 * 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():
186 int ALooper_pollOnce(int timeoutMillis, int* outFd, int* outEvents, void** outData);
189 * Like ALooper_pollOnce(), but performs all pending callbacks until all
208 * "ident" is an identifier for this event, which is returned from ALooper_pollOnce().
220 * (2) If "callback" is NULL, the 'ident' will be returned by ALooper_pollOnce
  /frameworks/base/native/include/android/
looper.h 51 * 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():
186 int ALooper_pollOnce(int timeoutMillis, int* outFd, int* outEvents, void** outData);
189 * Like ALooper_pollOnce(), but performs all pending callbacks until all
208 * "ident" is an identifier for this event, which is returned from ALooper_pollOnce().
220 * (2) If "callback" is NULL, the 'ident' will be returned by ALooper_pollOnce
  /frameworks/base/native/android/
looper.cpp 44 int ALooper_pollOnce(int timeoutMillis, int* outFd, int* outEvents, void** outData) {
47 LOGE("ALooper_pollOnce: No looper for this thread!");

Completed in 234 milliseconds