Home
last modified time | relevance | path

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

/system/core/libutils/
DLooper_test.cpp248 EXPECT_EQ(Looper::POLL_CALLBACK, result) in TEST_F()
291 EXPECT_EQ(Looper::POLL_CALLBACK, result) in TEST_F()
317 EXPECT_EQ(Looper::POLL_CALLBACK, result) in TEST_F()
366 EXPECT_EQ(Looper::POLL_CALLBACK, result) in TEST_F()
485 EXPECT_EQ(Looper::POLL_CALLBACK, result) in TEST_F()
503 EXPECT_EQ(Looper::POLL_CALLBACK, result) in TEST_F()
525 EXPECT_EQ(Looper::POLL_CALLBACK, result) in TEST_F()
565 EXPECT_EQ(Looper::POLL_CALLBACK, result) in TEST_F()
587 EXPECT_EQ(Looper::POLL_CALLBACK, result) in TEST_F()
605 EXPECT_EQ(Looper::POLL_CALLBACK, result) in TEST_F()
[all …]
DLooper.cpp328 result = POLL_CALLBACK; in pollInner()
342 if (response.request.ident == POLL_CALLBACK) { in pollInner()
361 result = POLL_CALLBACK; in pollInner()
372 } while (result == POLL_CALLBACK); in pollAll()
380 if (result != POLL_CALLBACK) { in pollAll()
445 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.h155 POLL_CALLBACK = -2, enumerator
/system/tools/aidl/tests/
Daidl_test_service.cpp500 if (looper->addFd(binder_fd, Looper::POLL_CALLBACK, Looper::EVENT_INPUT, cb, in Run()