Home
last modified time | relevance | path

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

/system/chre/host/hal_generic/
Dgeneric_context_hub.h99 std::mutex mHubInfoMutex; variable
Dgeneric_context_hub.cc91 std::unique_lock<std::mutex> lock(mHubInfoMutex); in getHubs()
285 std::lock_guard<std::mutex> lock(mParent.mHubInfoMutex); in handleHubInfoResponse()