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

  /frameworks/native/services/surfaceflinger/
MessageQueue.cpp 106 case Looper::POLL_WAKE:
  /hardware/libhardware/modules/sensors/dynamic_sensor/
ConnectionDetector.cpp 219 if (ret != Looper::POLL_WAKE && ret != POLL_IDENT) {
  /system/core/libutils/include/utils/
Looper.h 147 POLL_WAKE = -1,
244 * Returns POLL_WAKE if the poll was awoken using wake() before
  /system/core/libutils/tests/
Looper_test.cpp 135 EXPECT_EQ(Looper::POLL_WAKE, result)
149 EXPECT_EQ(Looper::POLL_WAKE, result)
498 EXPECT_EQ(Looper::POLL_WAKE, result)
499 << "pollOnce result should be Looper::POLL_WAKE due to wakeup";
571 EXPECT_EQ(Looper::POLL_WAKE, result)
572 << "pollOnce result should be Looper::POLL_WAKE due to wakeup";
648 EXPECT_EQ(Looper::POLL_WAKE, result)
649 << "pollOnce result should be Looper::POLL_WAKE because looper was awoken";
  /system/core/libutils/
Looper.cpp 234 int result = POLL_WAKE;

Completed in 251 milliseconds