Searched refs:waitEvent (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/codec2/vndk/ |
D | C2Fence.cpp | 634 bool waitEvent(c2_nsecs_t timeoutNs, bool *hangUp, bool *event) const { in waitEvent() function in _C2FenceFactory::PipeFenceImpl 687 if (waitEvent(timeoutNs, &hangUp, &event)) { in wait() 706 if (waitEvent(0, &hangUp, &event)) { in valid() 720 if (waitEvent(0, &hangUp, &event)) { in ready()
|
/frameworks/native/libs/binder/tests/ |
D | binderLibTest.cpp | 353 int waitEvent(int timeout_s) in waitEvent() function in BinderLibTestEvent 699 EXPECT_THAT(callBack->waitEvent(5), StatusEq(NO_ERROR)); in TEST_F() 734 EXPECT_THAT(testDeathRecipient->waitEvent(5), StatusEq(NO_ERROR)); in TEST_F() 780 EXPECT_THAT(callBack[i]->waitEvent(5), StatusEq(NO_ERROR)); in TEST_F() 805 testDeathRecipient->waitEvent(5); in TEST_F() 838 EXPECT_THAT(callback->waitEvent(5), StatusEq(NO_ERROR)); in TEST_F() 1039 EXPECT_THAT(callBack->waitEvent(2), StatusEq(NO_ERROR)); in TEST_F() 1042 EXPECT_THAT(callBack2->waitEvent(2), StatusEq(NO_ERROR)); in TEST_F() 1912 if (ret == NO_ERROR) ret = testDeathRecipient->waitEvent(5); in onTransact()
|