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.java378 IWifiScannerImpl scannerImpl = mWificondScanners.get(ifaceName); in tearDownClientInterface() local
379 if (scannerImpl != null) { in tearDownClientInterface()
380 scannerImpl.unsubscribeScanEvents(); in tearDownClientInterface()
381 scannerImpl.unsubscribePnoScanEvents(); in tearDownClientInterface()
570 IWifiScannerImpl scannerImpl = getScannerImpl(ifaceName); in getScanResults() local
571 if (scannerImpl == null) { in getScanResults()
578 nativeResults = scannerImpl.getScanResults(); in getScanResults()
580 nativeResults = scannerImpl.getPnoScanResults(); in getScanResults()
674 IWifiScannerImpl scannerImpl = getScannerImpl(ifaceName); in scan() local
675 if (scannerImpl == null) { in scan()
[all …]