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

  /frameworks/native/include/android/
looper.h 60 * this case the caller of ALooper_pollOnce() or ALooper_pollAll()
76 /** Result from ALooper_pollOnce() and ALooper_pollAll(). */
85 * Result from ALooper_pollOnce() and ALooper_pollAll():
91 * Result from ALooper_pollOnce() and ALooper_pollAll():
97 * Result from ALooper_pollOnce() and ALooper_pollAll():
198 int ALooper_pollOnce(int timeoutMillis, int* outFd, int* outEvents, void** outData);
201 * Like ALooper_pollOnce(), but performs all pending callbacks until all
220 * "ident" is an identifier for this event, which is returned from ALooper_pollOnce().
232 * (2) If "callback" is NULL, the 'ident' will be returned by ALooper_pollOnce
  /frameworks/base/native/android/
looper.cpp 52 int ALooper_pollOnce(int timeoutMillis, int* outFd, int* outEvents, void** outData) {
55 ALOGE("ALooper_pollOnce: No looper for this thread!");
  /external/perfetto/src/base/
android_task_runner.cc 67 ALooper_pollOnce(-1 /* timeout */, nullptr, nullptr, nullptr);
  /frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
ASensorManager.cpp 440 int ALooper_pollOnce(
443 LOG(VERBOSE) << "ALooper_pollOnce => " << res;

Completed in 71 milliseconds