Home
last modified time | relevance | path

Searched refs:chppMutexLock (Results 1 – 8 of 8) sorted by relevance

/system/chre/chpp/platform/linux/
Dnotifier.c45 chppMutexLock(&notifier->mutex); in chppPlatformNotifierGetSignal()
55 chppMutexLock(&notifier->mutex); in chppPlatformNotifierWait()
77 chppMutexLock(&notifier->mutex); in chppPlatformNotifierTimedWait()
99 chppMutexLock(&notifier->mutex); in chppPlatformNotifierSignal()
Dlink.c62 chppMutexLock(&context->mutex); in linkSendThread()
147 chppMutexLock(&context->mutex); in send()
/system/chre/chpp/include/chpp/
Dmutex.h56 static void chppMutexLock(struct ChppMutex *mutex);
/system/chre/chpp/platform/linux/include/chpp/platform/
Dplatform_mutex.h38 static inline void chppMutexLock(struct ChppMutex *mutex) { in chppMutexLock() function
/system/chre/chpp/clients/
Ddiscovery.c183 chppMutexLock(&appState->discoveryMutex); in chppProcessDiscoverAllResponse()
263 chppMutexLock(&appState->discoveryMutex); in chppWaitForDiscoveryComplete()
324 chppMutexLock(&appState->discoveryMutex); in chppAreAllClientsMatched()
Dloopback.c126 chppMutexLock(&state->client.syncResponse.mutex); in chppDispatchLoopbackServiceResponse()
/system/chre/chpp/
Dtransport.c351 chppMutexLock(&context->mutex); in chppConsumeFooter()
581 chppMutexLock(&context->mutex); in chppProcessResetAck()
658 chppMutexLock(&context->mutex); in chppProcessRxPayload()
989 chppMutexLock(&context->mutex); in chppTransportDoWork()
1027 chppMutexLock(&context->mutex); in chppTransportDoWork()
1178 chppMutexLock(&context->mutex); in chppEnqueueTxDatagram()
1261 chppMutexLock(&transportContext->mutex); in chppReset()
1322 chppMutexLock(&context->mutex); in chppTransportGetRequestTimeoutResponse()
1456 chppMutexLock(&transportContext->mutex); in chppTransportWaitForResetComplete()
1471 chppMutexLock(&context->mutex); in chppRxDataCb()
[all …]
Dapp.c597 chppMutexLock(&syncResponse->mutex); in chppProcessNegotiatedHandleDatagram()
894 chppMutexLock(&appState->transportContext->mutex); in chppTimestampOutgoingRequest()
1095 chppMutexLock(&syncResponse->mutex); in chppWaitForResponseWithTimeout()