Home
last modified time | relevance | path

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

/system/chre/host/hal_generic/common/
Dgeneric_context_hub_base.h158 std::unique_lock<std::mutex> lock(mHubInfoMutex); in getHubs()
391 std::lock_guard<std::mutex> lock(mParent.mHubInfoMutex); in handleHubInfoResponse()
585 std::mutex mHubInfoMutex; variable