Home
last modified time | relevance | path

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

/system/chre/host/hal_generic/
Dgeneric_context_hub.cc130 constexpr auto kHubInfoQueryTimeout = std::chrono::seconds(5); in getHubs() local
154 mHubInfoCond.wait_for(lock, kHubInfoQueryTimeout, in getHubs()