Home
last modified time | relevance | path

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

/system/chre/pal/util/
Dwifi_scan_cache.c57 static struct chreWifiScanCacheState gWifiCacheState; variable
73 return gWifiCacheState.numWifiEventsPendingRelease == 0; in areAllScanEventsReleased()
82 uint64_t timeNs = gWifiCacheState.event.referenceTime; in paramsMatchScanCache()
95 (gWifiCacheState.event.scanType == CHRE_WIFI_SCAN_TYPE_ACTIVE) || in paramsMatchScanCache()
96 (gWifiCacheState.event.scanType == CHRE_WIFI_SCAN_TYPE_PASSIVE); in paramsMatchScanCache()
98 bool cache_all_freq = (gWifiCacheState.event.scannedFreqListLen == 0); in paramsMatchScanCache()
99 bool cache_all_ssid = (gWifiCacheState.event.ssidSetSize == 0); in paramsMatchScanCache()
107 if (gWifiCacheState.started) { in isWifiScanCacheBusy()
124 gWifiCacheState.event.resultTotal); in chreWifiScanCacheDispatchAll()
125 if (gWifiCacheState.event.resultTotal == 0) { in chreWifiScanCacheDispatchAll()
[all …]