Searched refs:ALOOPER_POLL_TIMEOUT (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/include/android/
H A Dlooper.h94 ALOOPER_POLL_TIMEOUT = -3, enumerator in enum:__anon1404
183 * Returns ALOOPER_POLL_TIMEOUT if there was no data before the given
/frameworks/native/include_sensor/android/
H A Dlooper.h94 ALOOPER_POLL_TIMEOUT = -3, enumerator in enum:__anon1517
183 * Returns ALOOPER_POLL_TIMEOUT if there was no data before the given
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
H A DALooper.cpp70 int result = ALOOPER_POLL_TIMEOUT;
/frameworks/native/services/surfaceflinger/tests/vsync/
H A Dvsync.cpp71 case ALOOPER_POLL_TIMEOUT:
72 printf("ALOOPER_POLL_TIMEOUT\n");
75 printf("ALOOPER_POLL_TIMEOUT\n");
/frameworks/native/services/sensorservice/tests/
H A Dsensorservicetest.cpp97 case ALOOPER_POLL_TIMEOUT:
98 printf("ALOOPER_POLL_TIMEOUT\n");
101 printf("ALOOPER_POLL_TIMEOUT\n");
/frameworks/native/services/sensorservice/
H A DSensorService.cpp855 if (ret == ALOOPER_POLL_TIMEOUT) {

Completed in 124 milliseconds