Searched refs:scannerImpl (Results 1 – 1 of 1) sorted by relevance
375 IWifiScannerImpl scannerImpl = mWificondScanners.get(ifaceName); in tearDownClientInterface() local376 if (scannerImpl != null) { in tearDownClientInterface()377 scannerImpl.unsubscribeScanEvents(); in tearDownClientInterface()378 scannerImpl.unsubscribePnoScanEvents(); in tearDownClientInterface()567 IWifiScannerImpl scannerImpl = getScannerImpl(ifaceName); in getScanResults() local568 if (scannerImpl == null) { in getScanResults()575 nativeResults = scannerImpl.getScanResults(); in getScanResults()577 nativeResults = scannerImpl.getPnoScanResults(); in getScanResults()671 IWifiScannerImpl scannerImpl = getScannerImpl(ifaceName); in scan() local672 if (scannerImpl == null) { in scan()[all …]