Lines Matching refs:efGroup
145 android::hardware::EventFlag* efGroup = nullptr; in ReaderThreadBlocking() local
146 android::status_t status = android::hardware::EventFlag::createEventFlag(fwAddr, &efGroup); in ReaderThreadBlocking()
148 ASSERT_NE(nullptr, efGroup); in ReaderThreadBlocking()
152 android::status_t ret = efGroup->wait(kFmqNotEmpty, in ReaderThreadBlocking()
161 efGroup->wake(kFmqNotFull); in ReaderThreadBlocking()
166 status = android::hardware::EventFlag::deleteEventFlag(&efGroup); in ReaderThreadBlocking()
180 android::hardware::EventFlag* efGroup = nullptr; in ReaderThreadBlocking2() local
181 android::status_t status = android::hardware::EventFlag::createEventFlag(fwAddr, &efGroup); in ReaderThreadBlocking2()
183 ASSERT_NE(nullptr, efGroup); in ReaderThreadBlocking2()
189 efGroup); in ReaderThreadBlocking2()
191 status = android::hardware::EventFlag::deleteEventFlag(&efGroup); in ReaderThreadBlocking2()
216 android::hardware::EventFlag* efGroup = nullptr; in TEST_F() local
217 android::status_t status = android::hardware::EventFlag::createEventFlag(&mFw, &efGroup); in TEST_F()
220 ASSERT_NE(nullptr, efGroup); in TEST_F()
234 status = efGroup->wake(kFmqNotEmpty); in TEST_F()
240 status = android::hardware::EventFlag::deleteEventFlag(&efGroup); in TEST_F()
252 android::hardware::EventFlag* efGroup = nullptr; in TEST_F() local
253 android::status_t status = android::hardware::EventFlag::createEventFlag(&mFw, &efGroup); in TEST_F()
256 ASSERT_NE(nullptr, efGroup); in TEST_F()
268 efGroup); in TEST_F()
272 status = android::hardware::EventFlag::deleteEventFlag(&efGroup); in TEST_F()
280 android::hardware::EventFlag* efGroup = nullptr; in TEST_F() local
281 android::status_t status = android::hardware::EventFlag::createEventFlag(&mFw, &efGroup); in TEST_F()
284 ASSERT_NE(nullptr, efGroup); in TEST_F()
288 android::status_t ret = efGroup->wait(kFmqNotEmpty, in TEST_F()
296 status = android::hardware::EventFlag::deleteEventFlag(&efGroup); in TEST_F()