Home
last modified time | relevance | path

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

/system/chre/host/hal_generic/common/
Dgeneric_context_hub_base.h118 std::unique_lock<std::mutex> lock(mDebugDumpMutex); in debug()
538 std::lock_guard<std::mutex> lock(mParent.mDebugDumpMutex); in handleDebugDumpResponse()
591 std::mutex mDebugDumpMutex; variable