Home
last modified time | relevance | path

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

/system/chre/host/hal_generic/
Dgeneric_context_hub.cc82 while (!mHubInfoValid && !mClient.isConnected() && --maxSleepIterations > 0) { in getHubs()
88 } else if (!mHubInfoValid) { in getHubs()
100 [this]() { return mHubInfoValid; }); in getHubs()
104 if (mHubInfoValid) { in getHubs()
286 if (mParent.mHubInfoValid) { in handleHubInfoResponse()
308 mParent.mHubInfoValid = true; in handleHubInfoResponse()
Dgeneric_context_hub.h98 bool mHubInfoValid = false; variable