HomeSort by relevance Sort by last modified time
    Searched refs:ALOOPER_POLL_CALLBACK (Results 1 - 5 of 5) 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/base/native/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/base/services/sensorservice/tests/
sensorservicetest.cpp 86 case ALOOPER_POLL_CALLBACK:
87 //("ALOOPER_POLL_CALLBACK\n");
  /frameworks/base/libs/utils/tests/
Looper_test.cpp 120 << "pollOnce result should be ALOOPER_POLL_CALLBACK because loop was awoken";
134 << "pollOnce result should be ALOOPER_POLL_CALLBACK because loop was awoken";
179 EXPECT_EQ(ALOOPER_POLL_CALLBACK, result)
180 << "pollOnce result should be ALOOPER_POLL_CALLBACK because FD was signalled";
222 EXPECT_EQ(ALOOPER_POLL_CALLBACK, result)
223 << "pollOnce result should be ALOOPER_POLL_CALLBACK because FD was signalled";
248 EXPECT_EQ(ALOOPER_POLL_CALLBACK, result)
249 << "pollOnce result should be ALOOPER_POLL_CALLBACK because FD was signalled";
297 EXPECT_EQ(ALOOPER_POLL_CALLBACK, result)
298 << "pollOnce result should be ALOOPER_POLL_CALLBACK because FD was signalled"
    [all...]
  /frameworks/base/libs/utils/
Looper.cpp 351 result = ALOOPER_POLL_CALLBACK;
362 } while (result == ALOOPER_POLL_CALLBACK);
370 if (result != ALOOPER_POLL_CALLBACK) {

Completed in 188 milliseconds