HomeSort by relevance Sort by last modified time
    Searched refs:ALOOPER_POLL_WAKE (Results 1 - 20 of 20) sorted by null

  /development/ndk/platforms/android-9/include/android/
looper.h 73 ALOOPER_POLL_WAKE = -1,
167 * Returns ALOOPER_POLL_WAKE if the poll was awoken using wake() before
  /frameworks/native/include/android/
looper.h 73 ALOOPER_POLL_WAKE = -1,
168 * Returns ALOOPER_POLL_WAKE if the poll was awoken using wake() before
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/android/
looper.h 73 ALOOPER_POLL_WAKE = -1,
167 * Returns ALOOPER_POLL_WAKE if the poll was awoken using wake() before
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/android/
looper.h 73 ALOOPER_POLL_WAKE = -1,
167 * Returns ALOOPER_POLL_WAKE if the poll was awoken using wake() before
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/android/
looper.h 73 ALOOPER_POLL_WAKE = -1,
167 * Returns ALOOPER_POLL_WAKE if the poll was awoken using wake() before
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/android/
looper.h 73 ALOOPER_POLL_WAKE = -1,
167 * Returns ALOOPER_POLL_WAKE if the poll was awoken using wake() before
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/android/
looper.h 73 ALOOPER_POLL_WAKE = -1,
167 * Returns ALOOPER_POLL_WAKE if the poll was awoken using wake() before
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/android/
looper.h 73 ALOOPER_POLL_WAKE = -1,
167 * Returns ALOOPER_POLL_WAKE if the poll was awoken using wake() before
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/android/
looper.h 73 ALOOPER_POLL_WAKE = -1,
167 * Returns ALOOPER_POLL_WAKE if the poll was awoken using wake() before
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/android/
looper.h 73 ALOOPER_POLL_WAKE = -1,
167 * Returns ALOOPER_POLL_WAKE if the poll was awoken using wake() before
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/android/
looper.h 73 ALOOPER_POLL_WAKE = -1,
167 * Returns ALOOPER_POLL_WAKE if the poll was awoken using wake() before
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/android/
looper.h 73 ALOOPER_POLL_WAKE = -1,
167 * Returns ALOOPER_POLL_WAKE if the poll was awoken using wake() before
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/android/
looper.h 73 ALOOPER_POLL_WAKE = -1,
167 * Returns ALOOPER_POLL_WAKE if the poll was awoken using wake() before
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/android/
looper.h 73 ALOOPER_POLL_WAKE = -1,
167 * Returns ALOOPER_POLL_WAKE if the poll was awoken using wake() before
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/android/
looper.h 73 ALOOPER_POLL_WAKE = -1,
167 * Returns ALOOPER_POLL_WAKE if the poll was awoken using wake() before
  /frameworks/native/services/surfaceflinger/tests/vsync/
vsync.cpp 64 case ALOOPER_POLL_WAKE:
65 //("ALOOPER_POLL_WAKE\n");
  /frameworks/native/services/sensorservice/tests/
sensorservicetest.cpp 90 case ALOOPER_POLL_WAKE:
91 //("ALOOPER_POLL_WAKE\n");
  /frameworks/native/libs/utils/tests/
Looper_test.cpp 135 EXPECT_EQ(ALOOPER_POLL_WAKE, result)
149 EXPECT_EQ(ALOOPER_POLL_WAKE, result)
498 EXPECT_EQ(ALOOPER_POLL_WAKE, result)
499 << "pollOnce result should be ALOOPER_POLL_WAKE due to wakeup";
571 EXPECT_EQ(ALOOPER_POLL_WAKE, result)
572 << "pollOnce result should be ALOOPER_POLL_WAKE due to wakeup";
648 EXPECT_EQ(ALOOPER_POLL_WAKE, result)
649 << "pollOnce result should be ALOOPER_POLL_WAKE because looper was awoken";
  /frameworks/native/services/surfaceflinger/
MessageQueue.cpp 117 case ALOOPER_POLL_WAKE:
  /frameworks/native/libs/utils/
Looper.cpp 213 int result = ALOOPER_POLL_WAKE;

Completed in 352 milliseconds