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

/frameworks/native/include/android/
H A Dlooper.h94 ALOOPER_POLL_TIMEOUT = -3, enumerator in enum:__anon1512
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.cpp754 if (ret == ALOOPER_POLL_TIMEOUT) {

Completed in 296 milliseconds