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

  /frameworks/native/include/android/
looper.h 100 ALOOPER_POLL_ERROR = -4,
186 * Returns ALOOPER_POLL_ERROR if an error occurred.
  /frameworks/base/native/android/
looper.cpp 56 return ALOOPER_POLL_ERROR;
67 return ALOOPER_POLL_ERROR;
  /frameworks/native/services/surfaceflinger/tests/vsync/
vsync.cpp 74 case ALOOPER_POLL_ERROR:
  /frameworks/native/services/sensorservice/tests/
sensorservicetest.cpp 100 case ALOOPER_POLL_ERROR:
  /frameworks/native/libs/sensor/
SensorEventQueue.cpp 101 if (result == ALOOPER_POLL_ERROR) {

Completed in 94 milliseconds