Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dgscan_event_handler.cpp1263 u32 numResults = 0; in handleEvent() local
1282 numResults = nla_get_u32(tbVendor[ in handleEvent()
1284 ALOGV("%s: number of results:%d", __FUNCTION__, numResults); in handleEvent()
1290 mHotlistApFoundNumResults += numResults; in handleEvent()
1338 startingIndex = mHotlistApFoundNumResults - numResults; in handleEvent()
1341 ret = gscan_parse_hotlist_ap_results(numResults, in handleEvent()
1366 u32 numResults = 0; in handleEvent() local
1385 numResults = nla_get_u32(tbVendor[ in handleEvent()
1387 ALOGV("%s: number of results:%d", __FUNCTION__, numResults); in handleEvent()
1393 mHotlistApLostNumResults += numResults; in handleEvent()
[all …]
Dgscan_event_handler.h90 u32 numResults,
Dgscancommand.h125 virtual wifi_error copyCachedScanResults(int *numResults,
Dgscan.cpp1266 u32 numResults = 0; in handleResponse() local
1297 numResults = nla_get_u32(tbVendor[ in handleResponse()
1300 __FUNCTION__, numResults); in handleResponse()
1325 if (numResults == 0) { in handleResponse()
1343 if (numResults) { in handleResponse()
2242 int *numResults, in copyCachedScanResults() argument
2252 *numResults = mGetCachedResultsRspParams->num_cached_results; in copyCachedScanResults()
2254 for (i = 0; i < *numResults; i++) { in copyCachedScanResults()
2276 *numResults = 0; in copyCachedScanResults()
/hardware/google/pixel/powerstats/
DAidlStateResidencyDataProvider.cpp174 size_t numResults = mEntityInfos.size(); in getResults() local
192 bool ret = (numResultsFound == numResults); in getResults()