Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWificondControl.java375 IWifiScannerImpl scannerImpl = mWificondScanners.get(ifaceName); in tearDownClientInterface() local
376 if (scannerImpl != null) { in tearDownClientInterface()
377 scannerImpl.unsubscribeScanEvents(); in tearDownClientInterface()
378 scannerImpl.unsubscribePnoScanEvents(); in tearDownClientInterface()
567 IWifiScannerImpl scannerImpl = getScannerImpl(ifaceName); in getScanResults() local
568 if (scannerImpl == null) { in getScanResults()
575 nativeResults = scannerImpl.getScanResults(); in getScanResults()
577 nativeResults = scannerImpl.getPnoScanResults(); in getScanResults()
671 IWifiScannerImpl scannerImpl = getScannerImpl(ifaceName); in scan() local
672 if (scannerImpl == null) { in scan()
[all …]