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

  /development/ndk/platforms/android-9/include/android/
looper.h 85 ALOOPER_POLL_TIMEOUT = -3,
173 * Returns ALOOPER_POLL_TIMEOUT if there was no data before the given
  /frameworks/native/include/android/
looper.h 85 ALOOPER_POLL_TIMEOUT = -3,
174 * Returns ALOOPER_POLL_TIMEOUT if there was no data before the given
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/android/
looper.h 85 ALOOPER_POLL_TIMEOUT = -3,
173 * Returns ALOOPER_POLL_TIMEOUT if there was no data before the given
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/android/
looper.h 85 ALOOPER_POLL_TIMEOUT = -3,
173 * Returns ALOOPER_POLL_TIMEOUT if there was no data before the given
  /prebuilts/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/android/
looper.h 85 ALOOPER_POLL_TIMEOUT = -3,
173 * Returns ALOOPER_POLL_TIMEOUT if there was no data before the given
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/android/
looper.h 85 ALOOPER_POLL_TIMEOUT = -3,
173 * Returns ALOOPER_POLL_TIMEOUT if there was no data before the given
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/android/
looper.h 85 ALOOPER_POLL_TIMEOUT = -3,
173 * Returns ALOOPER_POLL_TIMEOUT if there was no data before the given
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/android/
looper.h 85 ALOOPER_POLL_TIMEOUT = -3,
173 * Returns ALOOPER_POLL_TIMEOUT if there was no data before the given
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/android/
looper.h 85 ALOOPER_POLL_TIMEOUT = -3,
173 * Returns ALOOPER_POLL_TIMEOUT if there was no data before the given
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/android/
looper.h 85 ALOOPER_POLL_TIMEOUT = -3,
173 * Returns ALOOPER_POLL_TIMEOUT if there was no data before the given
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/android/
looper.h 85 ALOOPER_POLL_TIMEOUT = -3,
173 * Returns ALOOPER_POLL_TIMEOUT if there was no data before the given
  /frameworks/native/services/surfaceflinger/tests/vsync/
vsync.cpp 70 case ALOOPER_POLL_TIMEOUT:
71 printf("ALOOPER_POLL_TIMEOUT\n");
74 printf("ALOOPER_POLL_TIMEOUT\n");
  /frameworks/native/libs/utils/tests/
Looper_test.cpp 122 EXPECT_EQ(ALOOPER_POLL_TIMEOUT, result)
123 << "pollOnce result should be ALOOPER_POLL_TIMEOUT";
160 EXPECT_EQ(ALOOPER_POLL_TIMEOUT, result)
161 << "pollOnce result should be ALOOPER_POLL_TIMEOUT";
176 EXPECT_EQ(ALOOPER_POLL_TIMEOUT, result)
177 << "pollOnce result should be ALOOPER_POLL_TIMEOUT";
217 EXPECT_EQ(ALOOPER_POLL_TIMEOUT, result)
218 << "pollOnce result should be ALOOPER_POLL_TIMEOUT";
290 EXPECT_EQ(ALOOPER_POLL_TIMEOUT, result)
291 << "pollOnce result should be ALOOPER_POLL_TIMEOUT";
    [all...]
  /frameworks/base/services/sensorservice/tests/
sensorservicetest.cpp 96 case ALOOPER_POLL_TIMEOUT:
97 printf("ALOOPER_POLL_TIMEOUT\n");
100 printf("ALOOPER_POLL_TIMEOUT\n");
  /frameworks/native/services/surfaceflinger/
MessageQueue.cpp 112 case ALOOPER_POLL_TIMEOUT:
  /frameworks/native/libs/utils/
Looper.cpp 238 result = ALOOPER_POLL_TIMEOUT;
354 return ALOOPER_POLL_TIMEOUT;

Completed in 1672 milliseconds