Home
last modified time | relevance | path

Searched refs:thresholdKhz (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexUtils.java357 int cellFreqKhz, int cellBandwidthKhz, int thresholdKhz, int powerCapDbm) { in getNeighboringCoexUnsafeChannels() argument
359 final int unsafeLowerKhz = cellFreqKhz - (cellBandwidthKhz / 2) - thresholdKhz; in getNeighboringCoexUnsafeChannels()
360 final int unsafeUpperKhz = cellFreqKhz + (cellBandwidthKhz / 2) + thresholdKhz; in getNeighboringCoexUnsafeChannels()
552 int cellUlFreqKhz, int cellUlBandwidthKhz, int thresholdKhz) { in getCoexUnsafeChannelsForGpsL1() argument
561 centerFreq2gMhz * 1000, 22_000, thresholdKhz)) { in getCoexUnsafeChannelsForGpsL1()
572 centerFreq5g20Mhz * 1000, 20_000, thresholdKhz)) { in getCoexUnsafeChannelsForGpsL1()
583 centerFreq5g40Mhz * 1000, 40_000, thresholdKhz)) { in getCoexUnsafeChannelsForGpsL1()
594 centerFreq5g80Mhz * 1000, 80_000, thresholdKhz)) { in getCoexUnsafeChannelsForGpsL1()
605 centerFreq5g160Mhz * 1000, 160_000, thresholdKhz)) { in getCoexUnsafeChannelsForGpsL1()
618 int thresholdKhz) { in isGpsL1ImpactedByCellAndWifi() argument
[all …]