Home
last modified time | relevance | path

Searched refs:POLL_CALLBACK (Results 1 – 6 of 6) sorted by relevance

/system/core/libutils/
DLooper_test.cpp249 EXPECT_EQ(Looper::POLL_CALLBACK, result) in TEST_F()
292 EXPECT_EQ(Looper::POLL_CALLBACK, result) in TEST_F()
318 EXPECT_EQ(Looper::POLL_CALLBACK, result) in TEST_F()
367 EXPECT_EQ(Looper::POLL_CALLBACK, result) in TEST_F()
486 EXPECT_EQ(Looper::POLL_CALLBACK, result) in TEST_F()
504 EXPECT_EQ(Looper::POLL_CALLBACK, result) in TEST_F()
526 EXPECT_EQ(Looper::POLL_CALLBACK, result) in TEST_F()
566 EXPECT_EQ(Looper::POLL_CALLBACK, result) in TEST_F()
588 EXPECT_EQ(Looper::POLL_CALLBACK, result) in TEST_F()
606 EXPECT_EQ(Looper::POLL_CALLBACK, result) in TEST_F()
[all …]
DLooper.cpp330 result = POLL_CALLBACK; in pollInner()
344 if (response.request.ident == POLL_CALLBACK) { in pollInner()
363 result = POLL_CALLBACK; in pollInner()
374 } while (result == POLL_CALLBACK); in pollAll()
382 if (result != POLL_CALLBACK) { in pollAll()
447 ident = POLL_CALLBACK; in addFd()
/system/hwservicemanager/
Dservice.cpp78 Looper::POLL_CALLBACK, in setupTo()
117 Looper::POLL_CALLBACK, in setupTo()
/system/core/libutils/include/utils/
DLooper.h157 POLL_CALLBACK = -2, enumerator
/system/incremental_delivery/libdataloader/
DDataLoaderConnector.cpp762 pendingReadsLooper().addFd(control->pendingReads(), android::Looper::POLL_CALLBACK, in DataLoaderService_OnStart()
769 logLooper().addFd(control->logs(), android::Looper::POLL_CALLBACK, in DataLoaderService_OnStart()
/system/tools/aidl/tests/
Daidl_test_service.cpp530 if (looper->addFd(binder_fd, Looper::POLL_CALLBACK, Looper::EVENT_INPUT, cb, in Run()