Home
last modified time | relevance | path

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

/system/chre/chpp/include/chpp/
Dnotifier.h73 static uint32_t chppNotifierWait(struct ChppNotifier *notifier);
/system/chre/chpp/platform/linux/include/chpp/platform/
Dplatform_notifier.h78 static inline uint32_t chppNotifierWait(struct ChppNotifier *notifier) { in chppNotifierWait() function
/system/chre/chpp/test/
Dapp_notification_test.cpp306 chppNotifierWait(&mClientState.notifier); in TEST_F()
326 chppNotifierWait(&mServiceState.notifier); in TEST_F()
Dapp_req_resp_test.cpp473 chppNotifierWait(&GetCommonState()->notifier); in TEST_P()
/system/chre/chpp/platform/linux/
Dlink.c51 chppNotifierWait(&gCycleSendThreadNotifier); in linkSendThread()
/system/chre/chpp/
Dtransport.c1633 signals = chppNotifierWait(&context->notifier); in chppWorkThreadStart()