Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiDataStall.java470 private boolean isL2ThroughputSufficient(int l2TputKbps, int l3TputKbps, boolean isForRxTput) { in isL2ThroughputSufficient() argument
471 if (l2TputKbps == INVALID_THROUGHPUT) return true; in isL2ThroughputSufficient()
480 boolean isL2TputAboveLowThr = l2TputKbps >= tputSufficientLowThrKbps; in isL2ThroughputSufficient()
483 boolean isL2TputAboveHighThr = l2TputKbps >= tputSufficientHighThrKbps; in isL2ThroughputSufficient()
485 (l2TputKbps * mDeviceConfigFacade.getTputSufficientRatioThrDen()) in isL2ThroughputSufficient()