Home
last modified time | relevance | path

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

/system/chre/host/hal_generic/common/
Dhal_chre_socket_connection.cc83 int maxSleepIterations = 250; in getContextHubs() local
84 while (!mHubInfoValid && !mClient.isConnected() && --maxSleepIterations > 0) { in getContextHubs()