Home
last modified time | relevance | path

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

/system/chre/chpp/common/
Dwifi_convert.c620 struct chreWifiScanResult *resultsOut = in chppWifiConvertScanEventToChre() local
622 if (resultsOut == NULL) { in chppWifiConvertScanEventToChre()
627 if (!chppWifiConvertScanResultToChre(&resultsIn[i], &resultsOut[i])) { in chppWifiConvertScanEventToChre()
631 out->results = resultsOut; in chppWifiConvertScanEventToChre()
758 struct chreWifiRangingResult *resultsOut = in chppWifiConvertRangingEventToChre() local
760 if (resultsOut == NULL) { in chppWifiConvertRangingEventToChre()
765 if (!chppWifiConvertRangingResultToChre(&resultsIn[i], &resultsOut[i])) { in chppWifiConvertRangingEventToChre()
769 out->results = resultsOut; in chppWifiConvertRangingEventToChre()