Searched refs:iWifiChipV13 (Results 1 – 1 of 1) sorted by relevance
1669 android.hardware.wifi.V1_3.IWifiChip iWifiChipV13 = getWifiChipForV1_3Mockable(); in getSupportedFeatureSet() local1676 } else if (iWifiChipV13 != null) { in getSupportedFeatureSet()1677 iWifiChipV13.getCapabilities_1_3((status, capabilities) -> { in getSupportedFeatureSet()2278 android.hardware.wifi.V1_3.IWifiChip iWifiChipV13 = getWifiChipForV1_3Mockable(); in flushRingBufferData()2279 if (iWifiChipV13 != null) { in flushRingBufferData()2281 WifiStatus status = iWifiChipV13.flushRingBufferToFile(); in flushRingBufferData()3169 android.hardware.wifi.V1_3.IWifiChip iWifiChipV13 = getWifiChipForV1_3Mockable(); in setLowLatencyMode() local3170 if (iWifiChipV13 != null) { in setLowLatencyMode()3179 WifiStatus status = iWifiChipV13.setLatencyMode(mode); in setLowLatencyMode()