Home
last modified time | relevance | path

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

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