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.cc137 while (!mHubInfoValid && !mClient.isConnected() && --maxSleepIterations > 0) { in getHubs()
143 } else if (!mHubInfoValid) { in getHubs()
155 [this]() { return mHubInfoValid; }); in getHubs()
159 if (mHubInfoValid) { in getHubs()
377 if (mParent.mHubInfoValid) { in handleHubInfoResponse()
400 mParent.mHubInfoValid = true; in handleHubInfoResponse()
Dgeneric_context_hub.h131 bool mHubInfoValid = false; variable