Home
last modified time | relevance | path

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

/system/core/libutils/
DLooper_test.cpp215 EXPECT_EQ(Looper::POLL_CALLBACK, result) in TEST_F()
258 EXPECT_EQ(Looper::POLL_CALLBACK, result) in TEST_F()
284 EXPECT_EQ(Looper::POLL_CALLBACK, result) in TEST_F()
333 EXPECT_EQ(Looper::POLL_CALLBACK, result) in TEST_F()
452 EXPECT_EQ(Looper::POLL_CALLBACK, result) in TEST_F()
470 EXPECT_EQ(Looper::POLL_CALLBACK, result) in TEST_F()
492 EXPECT_EQ(Looper::POLL_CALLBACK, result) in TEST_F()
532 EXPECT_EQ(Looper::POLL_CALLBACK, result) in TEST_F()
554 EXPECT_EQ(Looper::POLL_CALLBACK, result) in TEST_F()
572 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.cpp863 looper.addFd(control->pendingReads(), android::Looper::POLL_CALLBACK, in DataLoaderService_OnStart()
878 looper.addFd(control->logs(), android::Looper::POLL_CALLBACK, android::Looper::EVENT_INPUT, in DataLoaderService_OnStart()
/system/tools/aidl/tests/
Daidl_test_service.cpp688 if (looper->addFd(binder_fd, Looper::POLL_CALLBACK, Looper::EVENT_INPUT, cb, in Run()