Searched refs:scannerImpl (Results 1 – 1 of 1) sorted by relevance
770 IWifiScannerImpl scannerImpl = mWificondScanners.get(ifaceName); in tearDownClientInterface() local771 if (scannerImpl != null) { in tearDownClientInterface()772 scannerImpl.unsubscribeScanEvents(); in tearDownClientInterface()773 scannerImpl.unsubscribePnoScanEvents(); in tearDownClientInterface()1014 IWifiScannerImpl scannerImpl = getScannerImpl(ifaceName); in getScanResults() local1015 if (scannerImpl == null) { in getScanResults()1022 results = Arrays.asList(scannerImpl.getScanResults()); in getScanResults()1024 results = Arrays.asList(scannerImpl.getPnoScanResults()); in getScanResults()1045 IWifiScannerImpl scannerImpl = getScannerImpl(ifaceName); in getMaxSsidsPerScan() local1046 if (scannerImpl == null) { in getMaxSsidsPerScan()[all …]