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.java619 mWifiVendorHal.stopVendorHal(); in testStopHalInStaMode()
641 mWifiVendorHal.stopVendorHal(); in testStopHalInApMode()
2311 mWifiVendorHal.stopVendorHal(); in testResetLogHandlerAfterHalStop()
2407 mWifiVendorHal.stopVendorHal(); in testSelectTxPowerScenario_1_0()
2432 mWifiVendorHal.stopVendorHal(); in testSelectTxPowerScenario_1_1()
2457 mWifiVendorHal.stopVendorHal(); in testSelectTxPowerScenario_1_2()
2473 mWifiVendorHal.stopVendorHal(); in testResetTxPowerScenario_1_0()
2495 mWifiVendorHal.stopVendorHal(); in testResetTxPowerScenario_1_1()
2529 mWifiVendorHal.stopVendorHal(); in testResetTxPowerScenario_not_needed_1_1()
2551 mWifiVendorHal.stopVendorHal(); in testResetTxPowerScenario_1_2()
[all …]
DWifiNativeInterfaceManagementTest.java399 verify(mWifiVendorHal).stopVendorHal(); in testTeardownAllInterfaces()
1408 mInOrder.verify(mWifiVendorHal).stopVendorHal(); in validateOnDestroyedClientInterface()
1477 mInOrder.verify(mWifiVendorHal).stopVendorHal(); in validateOnDestroyedClientInterfaceForScan()
1554 mInOrder.verify(mWifiVendorHal).stopVendorHal(); in validateOnDestroyedSoftApInterface()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiVendorHal.java330 stopVendorHal(); in startVendorHalAp()
348 stopVendorHal(); in startVendorHalSta()
627 public void stopVendorHal() { in stopVendorHal() method in WifiVendorHal
DWifiNative.java400 mWifiVendorHal.stopVendorHal(); in stopHalAndWificondIfNecessary()