Searched refs:iWifiChipV13 (Results 1 – 1 of 1) sorted by relevance
1260 android.hardware.wifi.V1_3.IWifiChip iWifiChipV13 = getWifiChipForV1_3Mockable(); in getSupportedFeatureSet() local1261 if (iWifiChipV13 != null) { in getSupportedFeatureSet()1262 iWifiChipV13.getCapabilities_1_3((status, capabilities) -> { in getSupportedFeatureSet()1747 android.hardware.wifi.V1_3.IWifiChip iWifiChipV13 = getWifiChipForV1_3Mockable(); in flushRingBufferData()1748 if (iWifiChipV13 != null) { in flushRingBufferData()1750 WifiStatus status = iWifiChipV13.flushRingBufferToFile(); in flushRingBufferData()2608 android.hardware.wifi.V1_3.IWifiChip iWifiChipV13 = getWifiChipForV1_3Mockable(); in setLowLatencyMode() local2609 if (iWifiChipV13 != null) { in setLowLatencyMode()2618 WifiStatus status = iWifiChipV13.setLatencyMode(mode); in setLowLatencyMode()