Searched refs:scannerImpl (Results 1 – 1 of 1) sorted by relevance
378 IWifiScannerImpl scannerImpl = mWificondScanners.get(ifaceName); in tearDownClientInterface() local379 if (scannerImpl != null) { in tearDownClientInterface()380 scannerImpl.unsubscribeScanEvents(); in tearDownClientInterface()381 scannerImpl.unsubscribePnoScanEvents(); in tearDownClientInterface()570 IWifiScannerImpl scannerImpl = getScannerImpl(ifaceName); in getScanResults() local571 if (scannerImpl == null) { in getScanResults()578 nativeResults = scannerImpl.getScanResults(); in getScanResults()580 nativeResults = scannerImpl.getPnoScanResults(); in getScanResults()674 IWifiScannerImpl scannerImpl = getScannerImpl(ifaceName); in scan() local675 if (scannerImpl == null) { in scan()[all …]