OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POLL_WAKE
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/services/surfaceflinger/
MessageQueue.cpp
107
case Looper::
POLL_WAKE
:
/system/core/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
243
int result =
POLL_WAKE
;
Completed in 257 milliseconds