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

  /development/ndk/platforms/android-9/include/android/
looper.h 79 ALOOPER_POLL_CALLBACK = -2,
171 * Returns ALOOPER_POLL_CALLBACK if one or more callbacks were invoked.
191 * This function will never return ALOOPER_POLL_CALLBACK.
209 * The identifier must be >= 0, or ALOOPER_POLL_CALLBACK if providing a non-NULL callback.
  /frameworks/native/include/android/
looper.h 79 ALOOPER_POLL_CALLBACK = -2,
172 * Returns ALOOPER_POLL_CALLBACK if one or more callbacks were invoked.
192 * This function will never return ALOOPER_POLL_CALLBACK.
210 * The identifier must be >= 0, or ALOOPER_POLL_CALLBACK if providing a non-NULL callback.
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/android/
looper.h 79 ALOOPER_POLL_CALLBACK = -2,
171 * Returns ALOOPER_POLL_CALLBACK if one or more callbacks were invoked.
191 * This function will never return ALOOPER_POLL_CALLBACK.
209 * The identifier must be >= 0, or ALOOPER_POLL_CALLBACK if providing a non-NULL callback.
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/android/
looper.h 79 ALOOPER_POLL_CALLBACK = -2,
171 * Returns ALOOPER_POLL_CALLBACK if one or more callbacks were invoked.
191 * This function will never return ALOOPER_POLL_CALLBACK.
209 * The identifier must be >= 0, or ALOOPER_POLL_CALLBACK if providing a non-NULL callback.
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/android/
looper.h 79 ALOOPER_POLL_CALLBACK = -2,
171 * Returns ALOOPER_POLL_CALLBACK if one or more callbacks were invoked.
191 * This function will never return ALOOPER_POLL_CALLBACK.
209 * The identifier must be >= 0, or ALOOPER_POLL_CALLBACK if providing a non-NULL callback.
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/android/
looper.h 79 ALOOPER_POLL_CALLBACK = -2,
171 * Returns ALOOPER_POLL_CALLBACK if one or more callbacks were invoked.
191 * This function will never return ALOOPER_POLL_CALLBACK.
209 * The identifier must be >= 0, or ALOOPER_POLL_CALLBACK if providing a non-NULL callback.
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/android/
looper.h 79 ALOOPER_POLL_CALLBACK = -2,
171 * Returns ALOOPER_POLL_CALLBACK if one or more callbacks were invoked.
191 * This function will never return ALOOPER_POLL_CALLBACK.
209 * The identifier must be >= 0, or ALOOPER_POLL_CALLBACK if providing a non-NULL callback.
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/android/
looper.h 79 ALOOPER_POLL_CALLBACK = -2,
171 * Returns ALOOPER_POLL_CALLBACK if one or more callbacks were invoked.
191 * This function will never return ALOOPER_POLL_CALLBACK.
209 * The identifier must be >= 0, or ALOOPER_POLL_CALLBACK if providing a non-NULL callback.
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/android/
looper.h 79 ALOOPER_POLL_CALLBACK = -2,
171 * Returns ALOOPER_POLL_CALLBACK if one or more callbacks were invoked.
191 * This function will never return ALOOPER_POLL_CALLBACK.
209 * The identifier must be >= 0, or ALOOPER_POLL_CALLBACK if providing a non-NULL callback.
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/android/
looper.h 79 ALOOPER_POLL_CALLBACK = -2,
171 * Returns ALOOPER_POLL_CALLBACK if one or more callbacks were invoked.
191 * This function will never return ALOOPER_POLL_CALLBACK.
209 * The identifier must be >= 0, or ALOOPER_POLL_CALLBACK if providing a non-NULL callback.
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/android/
looper.h 79 ALOOPER_POLL_CALLBACK = -2,
171 * Returns ALOOPER_POLL_CALLBACK if one or more callbacks were invoked.
191 * This function will never return ALOOPER_POLL_CALLBACK.
209 * The identifier must be >= 0, or ALOOPER_POLL_CALLBACK if providing a non-NULL callback.
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/android/
looper.h 79 ALOOPER_POLL_CALLBACK = -2,
171 * Returns ALOOPER_POLL_CALLBACK if one or more callbacks were invoked.
191 * This function will never return ALOOPER_POLL_CALLBACK.
209 * The identifier must be >= 0, or ALOOPER_POLL_CALLBACK if providing a non-NULL callback.
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/android/
looper.h 79 ALOOPER_POLL_CALLBACK = -2,
171 * Returns ALOOPER_POLL_CALLBACK if one or more callbacks were invoked.
191 * This function will never return ALOOPER_POLL_CALLBACK.
209 * The identifier must be >= 0, or ALOOPER_POLL_CALLBACK if providing a non-NULL callback.
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/android/
looper.h 79 ALOOPER_POLL_CALLBACK = -2,
171 * Returns ALOOPER_POLL_CALLBACK if one or more callbacks were invoked.
191 * This function will never return ALOOPER_POLL_CALLBACK.
209 * The identifier must be >= 0, or ALOOPER_POLL_CALLBACK if providing a non-NULL callback.
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/android/
looper.h 79 ALOOPER_POLL_CALLBACK = -2,
171 * Returns ALOOPER_POLL_CALLBACK if one or more callbacks were invoked.
191 * This function will never return ALOOPER_POLL_CALLBACK.
209 * The identifier must be >= 0, or ALOOPER_POLL_CALLBACK if providing a non-NULL callback.
  /frameworks/native/libs/utils/tests/
Looper_test.cpp 136 << "pollOnce result should be ALOOPER_POLL_CALLBACK because loop was awoken";
150 << "pollOnce result should be ALOOPER_POLL_CALLBACK because loop was awoken";
195 EXPECT_EQ(ALOOPER_POLL_CALLBACK, result)
196 << "pollOnce result should be ALOOPER_POLL_CALLBACK because FD was signalled";
238 EXPECT_EQ(ALOOPER_POLL_CALLBACK, result)
239 << "pollOnce result should be ALOOPER_POLL_CALLBACK because FD was signalled";
264 EXPECT_EQ(ALOOPER_POLL_CALLBACK, result)
265 << "pollOnce result should be ALOOPER_POLL_CALLBACK because FD was signalled";
313 EXPECT_EQ(ALOOPER_POLL_CALLBACK, result)
314 << "pollOnce result should be ALOOPER_POLL_CALLBACK because FD was signalled"
    [all...]
  /frameworks/native/services/surfaceflinger/tests/vsync/
vsync.cpp 67 case ALOOPER_POLL_CALLBACK:
68 //("ALOOPER_POLL_CALLBACK\n");
  /frameworks/native/libs/utils/
Looper.cpp 299 result = ALOOPER_POLL_CALLBACK;
313 if (response.request.ident == ALOOPER_POLL_CALLBACK) {
328 result = ALOOPER_POLL_CALLBACK;
339 } while (result == ALOOPER_POLL_CALLBACK);
347 if (result != ALOOPER_POLL_CALLBACK) {
417 ident = ALOOPER_POLL_CALLBACK;
  /frameworks/native/services/sensorservice/tests/
sensorservicetest.cpp 93 case ALOOPER_POLL_CALLBACK:
94 //("ALOOPER_POLL_CALLBACK\n");
  /frameworks/native/services/surfaceflinger/
MessageQueue.cpp 108 case ALOOPER_POLL_CALLBACK:

Completed in 481 milliseconds