Home
last modified time | relevance | path

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

/frameworks/base/native/android/
Dlooper.cpp56 return ALOOPER_POLL_ERROR; in ALooper_pollOnce()
67 return ALOOPER_POLL_ERROR; in ALooper_pollAll()
/frameworks/native/include/android/
Dlooper.h100 ALOOPER_POLL_ERROR = -4, enumerator
/frameworks/native/services/surfaceflinger/tests/vsync/
Dvsync.cpp74 case ALOOPER_POLL_ERROR: in main()
/frameworks/native/services/sensorservice/tests/
Dsensorservicetest.cpp100 case ALOOPER_POLL_ERROR: in main()
/frameworks/native/libs/gui/
DSensorEventQueue.cpp104 if (result == ALOOPER_POLL_ERROR) { in waitForEvent()