Home
last modified time | relevance | path

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

/system/chre/host/hal_generic/common/
Dgeneric_context_hub_base.h141 constexpr auto kHubInfoQueryTimeout = std::chrono::seconds(5); in getHubs() local
166 mHubInfoCond.wait_for(lock, kHubInfoQueryTimeout, in getHubs()