Home
last modified time | relevance | path

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

/aosp12/system/chre/chpp/clients/
H A Ddiscovery.c196 chppMutexLock(&context->discoveryMutex); in chppDiscoveryProcessDiscoverAll()
201 chppMutexUnlock(&context->discoveryMutex); in chppDiscoveryProcessDiscoverAll()
248 chppMutexInit(&context->discoveryMutex); in chppDiscoveryInit()
275 chppMutexLock(&context->discoveryMutex); in chppWaitForDiscoveryComplete()
281 &context->discoveryCv, &context->discoveryMutex, in chppWaitForDiscoveryComplete()
285 chppMutexUnlock(&context->discoveryMutex); in chppWaitForDiscoveryComplete()
335 chppMutexLock(&context->discoveryMutex); in chppAreAllClientsMatched()
338 chppMutexUnlock(&context->discoveryMutex); in chppAreAllClientsMatched()
/aosp12/system/chre/chpp/include/chpp/
H A Dapp.h415 struct ChppMutex discoveryMutex; member