Searched refs:iWifiChipV13 (Results 1 – 1 of 1) sorted by relevance
1217 android.hardware.wifi.V1_3.IWifiChip iWifiChipV13 = getWifiChipForV1_3Mockable(); in getSupportedFeatureSet() local1218 if (iWifiChipV13 != null) { in getSupportedFeatureSet()1219 iWifiChipV13.getCapabilities_1_3((status, capabilities) -> { in getSupportedFeatureSet()1689 android.hardware.wifi.V1_3.IWifiChip iWifiChipV13 = getWifiChipForV1_3Mockable(); in flushRingBufferData()1690 if (iWifiChipV13 != null) { in flushRingBufferData()1692 WifiStatus status = iWifiChipV13.flushRingBufferToFile(); in flushRingBufferData()2572 android.hardware.wifi.V1_3.IWifiChip iWifiChipV13 = getWifiChipForV1_3Mockable(); in setLowLatencyMode() local2573 if (iWifiChipV13 != null) { in setLowLatencyMode()2582 WifiStatus status = iWifiChipV13.setLatencyMode(mode); in setLowLatencyMode()