Searched refs:ALOOPER_POLL_ERROR (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/include/android/
H A Dlooper.h100 ALOOPER_POLL_ERROR = -4, enumerator in enum:__anon1512
186 * Returns ALOOPER_POLL_ERROR if an error occurred.
/frameworks/base/native/android/
H A Dlooper.cpp56 return ALOOPER_POLL_ERROR;
67 return ALOOPER_POLL_ERROR;
/frameworks/native/services/surfaceflinger/tests/vsync/
H A Dvsync.cpp74 case ALOOPER_POLL_ERROR:
/frameworks/native/services/sensorservice/tests/
H A Dsensorservicetest.cpp100 case ALOOPER_POLL_ERROR:
/frameworks/native/libs/sensor/
H A DSensorEventQueue.cpp101 if (result == ALOOPER_POLL_ERROR) {

Completed in 313 milliseconds