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

  /system/core/libutils/tests/
Looper_test.cpp 136 << "pollOnce result should be Looper::POLL_CALLBACK because loop was awoken";
150 << "pollOnce result should be Looper::POLL_CALLBACK because loop was awoken";
195 EXPECT_EQ(Looper::POLL_CALLBACK, result)
196 << "pollOnce result should be Looper::POLL_CALLBACK because FD was signalled";
238 EXPECT_EQ(Looper::POLL_CALLBACK, result)
239 << "pollOnce result should be Looper::POLL_CALLBACK because FD was signalled";
264 EXPECT_EQ(Looper::POLL_CALLBACK, result)
265 << "pollOnce result should be Looper::POLL_CALLBACK because FD was signalled";
313 EXPECT_EQ(Looper::POLL_CALLBACK, result)
314 << "pollOnce result should be Looper::POLL_CALLBACK because FD was signalled"
    [all...]
  /system/core/libutils/
Looper.cpp 333 result = POLL_CALLBACK;
347 if (response.request.ident == POLL_CALLBACK) {
366 result = POLL_CALLBACK;
377 } while (result == POLL_CALLBACK);
385 if (result != POLL_CALLBACK) {
450 ident = POLL_CALLBACK;
  /frameworks/native/services/surfaceflinger/
MessageQueue.cpp 110 case Looper::POLL_CALLBACK:
  /frameworks/native/services/displayservice/
DisplayEventReceiver.cpp 51 Looper::POLL_CALLBACK,
  /system/core/libutils/include/utils/
Looper.h 153 POLL_CALLBACK = -2,
248 * Returns POLL_CALLBACK if one or more callbacks were invoked.
271 * This function will never return POLL_CALLBACK.
292 * The identifier must be >= 0, or POLL_CALLBACK if providing a non-NULL callback.
  /frameworks/base/core/jni/
android_os_MessageQueue.cpp 134 mLooper->addFd(fd, Looper::POLL_CALLBACK, looperEvents, this,
  /frameworks/base/libs/input/
PointerController.cpp 82 mLooper->addFd(mDisplayEventReceiver.getFd(), Looper::POLL_CALLBACK,
  /system/tools/aidl/tests/
aidl_test_service.cpp 457 if (looper->addFd(binder_fd, Looper::POLL_CALLBACK, Looper::EVENT_INPUT, cb,

Completed in 669 milliseconds