Home
last modified time | relevance | path

Searched refs:ALOOPER_POLL_TIMEOUT (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/include/android/
Dlooper.h85 ALOOPER_POLL_TIMEOUT = -3, enumerator
/frameworks/native/services/surfaceflinger/tests/vsync/
Dvsync.cpp71 case ALOOPER_POLL_TIMEOUT: in main()
/frameworks/native/services/sensorservice/tests/
Dsensorservicetest.cpp97 case ALOOPER_POLL_TIMEOUT: in main()
/frameworks/base/docs/html/ndk/reference/
Dlooper_8h.jd34 …adb49720dc49f7d4e4cf9adbf2948e409a3fe4eec66dff78a9fa8afca02e8b8443">ALOOPER_POLL_TIMEOUT</a> = -3,
Dgroup___looper.jd36 …adb49720dc49f7d4e4cf9adbf2948e409a3fe4eec66dff78a9fa8afca02e8b8443">ALOOPER_POLL_TIMEOUT</a> = -3,
139 …20dc49f7d4e4cf9adbf2948e409a3fe4eec66dff78a9fa8afca02e8b8443"></a>ALOOPER_POLL_TIMEOUT</em>&#160;<…
352 <p>Returns ALOOPER_POLL_TIMEOUT if there was no data before the given timeout expired.</p>
Dglobals_eval.jd1198 <li>ALOOPER_POLL_TIMEOUT
Dglobals.jd1480 <li>ALOOPER_POLL_TIMEOUT
/frameworks/native/services/sensorservice/
DSensorService.cpp655 if (ret == ALOOPER_POLL_TIMEOUT) { in threadLoop()