Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiDataStall.java366 boolean isTxTrafficHigh = (totalTxDelta * 1000) in checkDataStallAndThroughputSufficiency()
399 isTxTrafficHigh); in checkDataStallAndThroughputSufficiency()
406 if (isTxTrafficHigh in checkDataStallAndThroughputSufficiency()
430 isTxTrafficHigh, isRxTrafficHigh, timeDeltaLastTwoPollsMs, txBytes, rxBytes); in checkDataStallAndThroughputSufficiency()
446 boolean dataStallTx = isTxTrafficHigh ? possibleDataStallTx : mDataStallTx; in checkDataStallAndThroughputSufficiency()
502 boolean isTxTrafficHigh) { in updateTxPer() argument
507 if (txAttempts <= 0 || !isTxTrafficHigh) { in updateTxPer()
527 boolean isTxTrafficHigh, boolean isRxTrafficHigh, int timeDeltaLastTwoPollsMs, in isThroughputSufficientInternal() argument
545 isTxTputSufficient, isTxTrafficHigh, mIsThroughputSufficient); in isThroughputSufficientInternal()
556 .append(", TxTrafficHigh: ").append(isTxTrafficHigh) in isThroughputSufficientInternal()