OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POLL_CALLBACK
(Results
1 - 7
of
7
) 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
342
result =
POLL_CALLBACK
;
356
if (response.request.ident ==
POLL_CALLBACK
) {
375
result =
POLL_CALLBACK
;
386
} while (result ==
POLL_CALLBACK
);
394
if (result !=
POLL_CALLBACK
) {
458
ident =
POLL_CALLBACK
;
/frameworks/native/services/surfaceflinger/
MessageQueue.cpp
108
case Looper::
POLL_CALLBACK
:
/system/core/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,
/system/tools/aidl/tests/
aidl_test_service.cpp
411
if (looper->addFd(binder_fd, Looper::
POLL_CALLBACK
, Looper::EVENT_INPUT, cb,
/frameworks/base/libs/input/
PointerController.cpp
62
mLooper->addFd(mDisplayEventReceiver.getFd(), Looper::
POLL_CALLBACK
,
Completed in 242 milliseconds