Home
last modified time | relevance | path

Searched refs:discoveryCv (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/chre/chpp/clients/
H A Ddiscovery.c200 chppConditionVariableSignal(&context->discoveryCv); in chppDiscoveryProcessDiscoverAll()
249 chppConditionVariableInit(&context->discoveryCv); in chppDiscoveryInit()
281 &context->discoveryCv, &context->discoveryMutex, in chppWaitForDiscoveryComplete()
/aosp12/system/chre/chpp/include/chpp/
H A Dapp.h416 struct ChppConditionVariable discoveryCv; member