Home
last modified time | relevance | path

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

/system/chre/host/hal_generic/
Dgeneric_context_hub.h138 std::mutex mDebugDumpMutex; variable
Dgeneric_context_hub.cc108 std::unique_lock<std::mutex> lock(mDebugDumpMutex); in debug()
522 std::lock_guard<std::mutex> lock(mParent.mDebugDumpMutex); in handleDebugDumpResponse()