Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/nl80211/
DWifiNl80211Manager.java612 IWifiScannerImpl scannerImpl = mWificondScanners.get(ifaceName); in tearDownClientInterface() local
613 if (scannerImpl != null) { in tearDownClientInterface()
614 scannerImpl.unsubscribeScanEvents(); in tearDownClientInterface()
615 scannerImpl.unsubscribePnoScanEvents(); in tearDownClientInterface()
831 IWifiScannerImpl scannerImpl = getScannerImpl(ifaceName); in getScanResults() local
832 if (scannerImpl == null) { in getScanResults()
839 results = Arrays.asList(scannerImpl.getScanResults()); in getScanResults()
841 results = Arrays.asList(scannerImpl.getPnoScanResults()); in getScanResults()
896 IWifiScannerImpl scannerImpl = getScannerImpl(ifaceName); in startScan() local
897 if (scannerImpl == null) { in startScan()
[all …]