Searched refs:mCallbackMutex (Results 1 – 2 of 2) sorted by relevance
264 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()
236 std::mutex mCallbackMutex; variable