Home
last modified time | relevance | path

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

/system/chre/chpp/common/
Dwifi_utils.c49 gResultTotal = chre->resultTotal; in chppCheckWifiScanEventNotification()
52 if (gResultTotal != chre->resultTotal) { in chppCheckWifiScanEventNotification()
54 chre->resultTotal, gResultTotal); in chppCheckWifiScanEventNotification()
Dwifi_convert.c108 out->resultTotal = in->resultTotal; in chppWifiConvertScanEventFromChre()
374 out->resultTotal = in->resultTotal; in chppWifiConvertScanEventToChre()
/system/chre/pal/util/
Dwifi_scan_cache.c124 gWifiCacheState.event.resultTotal); in chreWifiScanCacheDispatchAll()
125 if (gWifiCacheState.event.resultTotal == 0) { in chreWifiScanCacheDispatchAll()
132 for (uint16_t i = 0; i < gWifiCacheState.event.resultTotal; in chreWifiScanCacheDispatchAll()
136 (uint8_t)(gWifiCacheState.event.resultTotal - i)); in chreWifiScanCacheDispatchAll()
151 for (uint8_t i = 0; i < gWifiCacheState.event.resultTotal; i++) { in isWifiScanResultInCache()
239 if (!exists && gWifiCacheState.event.resultTotal >= in chreWifiScanCacheScanEventAdd()
246 index = gWifiCacheState.event.resultTotal; in chreWifiScanCacheScanEventAdd()
247 gWifiCacheState.event.resultTotal++; in chreWifiScanCacheScanEventAdd()
279 for (uint16_t i = 0; i < gWifiCacheState.event.resultTotal; i++) { in chreWifiScanCacheScanEventEnd()
/system/chre/chpp/test/
Dwifi_convert_test.cpp81 EXPECT_EQ(chppEvent->resultTotal, chreEvent.resultTotal); in validateScanEvent()
92 EXPECT_EQ(backEvent->resultTotal, chreEvent.resultTotal); in validateScanEvent()
348 .resultTotal = 0, in TEST()
385 .resultTotal = 5, in TEST()
443 .resultTotal = 3, in TEST()
/system/chre/platform/linux/
Dpal_wifi.cc45 event->resultTotal = 1; in sendScanResponse()
/system/chre/chre_api/legacy/v1_1/chre/
Dwifi.h381 uint8_t resultTotal; member
/system/chre/chpp/include/chpp/common/
Dwifi_types.h118 uint8_t resultTotal; member
/system/chre/chre_api/legacy/v1_3/chre/
Dwifi.h529 uint8_t resultTotal; member
/system/chre/chre_api/legacy/v1_2/chre/
Dwifi.h529 uint8_t resultTotal; member
/system/chre/chre_api/include/chre_api/chre/
Dwifi.h587 uint8_t resultTotal; member
/system/chre/chre_api/legacy/v1_4/chre/
Dwifi.h529 uint8_t resultTotal; member
/system/chre/pal/tests/src/
Dwifi_pal_impl_test.cc147 lastScanEventReceived_ = (numScanResultCount_ == event->resultTotal); in scanEventCallback()
/system/chre/apps/test/common/chre_cross_validator_wifi/src/
Dchre_cross_validator_wifi_manager.cc156 if (mNumResultsProcessed >= event->resultTotal) { in handleWifiScanResult()
/system/chre/apps/wifi_world/
Dwifi_world.cc297 if (gScanResultAcc >= event->resultTotal) { in handleWifiScanEvent()
/system/chre/pal/util/tests/
Dwifi_scan_cache_test.cc118 if (gWifiScanResultList.size() == event->resultTotal) { in chreWifiScanEventCallback()
/system/chre/apps/test/chqts/src/general_test/
Dbasic_wifi_test.cc506 mWiFiScanResultRemaining = eventData->resultTotal; in validateWifiScanEvent()
/system/chre/core/
Dwifi_request_manager.cc627 if (mScanEventResultCountAccumulator >= scanEvent->resultTotal) { in handleFreeWifiScanEvent()