Searched refs:startHal (Results 1 – 4 of 4) sorted by relevance
433 when(mWifiNative.startHal()).thenReturn(true); in loadComponents()460 when(mWifiNative.startHal()).thenReturn(false); in loadComponentsFailure()472 when(mWifiNative.startHal()).thenReturn(true); in loadComponentsFailure()
109 halStarted = WifiNative.getWlanNativeInterface().startHal(); in isNanInit()
1565 public boolean startHal() { in startHal() method in WifiNative
3807 if (!mWifiNative.startHal()) { in setupDriverForSoftAp()4274 if (mWifiNative.startHal() == false) { in processMessage()