Home
last modified time | relevance | path

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

/system/chre/host/hal_generic/aidl/
Dgeneric_context_hub_aidl.cc264 std::lock_guard<std::mutex> lock(mCallbackMutex); in registerCallback()
355 std::lock_guard<std::mutex> lock(mCallbackMutex); in onNanoappMessage()
420 std::lock_guard<std::mutex> lock(mCallbackMutex); in onNanoappListResponse()
433 std::lock_guard<std::mutex> callbackLock(mCallbackMutex); in onTransactionResult()
441 std::lock_guard<std::mutex> lock(mCallbackMutex); in onContextHubRestarted()
467 std::lock_guard<std::mutex> lock(mCallbackMutex); in handleServiceDeath()
Dgeneric_context_hub_aidl.h236 std::mutex mCallbackMutex; variable