Home
last modified time | relevance | path

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

/system/chre/chpp/include/chpp/
Dnotifier.h87 static uint32_t chppNotifierTimedWait(struct ChppNotifier *notifier,
/system/chre/chpp/platform/linux/include/chpp/platform/
Dplatform_notifier.h82 static inline uint32_t chppNotifierTimedWait(struct ChppNotifier *notifier, in chppNotifierTimedWait() function
/system/chre/chpp/platform/linux/
Dlink.c41 uint32_t signal = chppNotifierTimedWait(&params->notifier, CHPP_TIME_MAX); in linkSendThread()
/system/chre/chpp/
DQUICKSTART.md62 …UntilNextDoWorkNs() can be used to replicate the functionality of chppNotifierTimedWait(). chppTra…
DRELEASE_NOTES.md103 …- ARQ implementation. Note that it is necessary to either implement chppNotifierTimedWait() or a s…
Dtransport.c1552 signals = chppNotifierTimedWait(&context->notifier, timeout); in chppWorkThreadStart()