Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiVendorHalTest.java549 mWifiVendorHal.stopVendorHal(); in testStopHalInStaMode()
571 mWifiVendorHal.stopVendorHal(); in testStopHalInApMode()
2265 mWifiVendorHal.stopVendorHal(); in testResetLogHandlerAfterHalStop()
2361 mWifiVendorHal.stopVendorHal(); in testSelectTxPowerScenario_1_0()
2387 mWifiVendorHal.stopVendorHal(); in testSelectTxPowerScenario_1_1()
2413 mWifiVendorHal.stopVendorHal(); in testSelectTxPowerScenario_1_2()
2429 mWifiVendorHal.stopVendorHal(); in testResetTxPowerScenario_1_0()
2452 mWifiVendorHal.stopVendorHal(); in testResetTxPowerScenario_1_1()
2487 mWifiVendorHal.stopVendorHal(); in testResetTxPowerScenario_not_needed_1_1()
2510 mWifiVendorHal.stopVendorHal(); in testResetTxPowerScenario_1_2()
[all …]
DWifiNativeInterfaceManagementTest.java404 verify(mWifiVendorHal).stopVendorHal(); in testTeardownAllInterfaces()
1358 mInOrder.verify(mWifiVendorHal).stopVendorHal(); in validateOnDestroyedClientInterface()
1425 mInOrder.verify(mWifiVendorHal).stopVendorHal(); in validateOnDestroyedClientInterfaceForScan()
1501 mInOrder.verify(mWifiVendorHal).stopVendorHal(); in validateOnDestroyedSoftApInterface()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiVendorHal.java325 stopVendorHal(); in startVendorHalAp()
343 stopVendorHal(); in startVendorHalSta()
583 public void stopVendorHal() { in stopVendorHal() method in WifiVendorHal
DWifiNative.java332 mWifiVendorHal.stopVendorHal(); in stopHalAndWificondIfNecessary()