Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiDataStall.java267 boolean isTxTrafficHigh = (totalTxDelta * 1000) in checkDataStallAndThroughputSufficiency()
300 isTxTrafficHigh); in checkDataStallAndThroughputSufficiency()
307 if (isTxTrafficHigh in checkDataStallAndThroughputSufficiency()
331 isTxTrafficHigh, isRxTrafficHigh, timeDeltaLastTwoPollsMs); in checkDataStallAndThroughputSufficiency()
349 boolean dataStallTx = isTxTrafficHigh ? possibleDataStallTx : mDataStallTx; in checkDataStallAndThroughputSufficiency()
402 boolean isTxTrafficHigh) { in updateTxPer() argument
407 if (txAttempts <= 0 || !isTxTrafficHigh) { in updateTxPer()
426 boolean isTxTrafficHigh, boolean isRxTrafficHigh, int timeDeltaLastTwoPollsMs) { in isThroughputSufficientInternal() argument
445 isTxTputSufficient, isTxTrafficHigh, mIsThroughputSufficient); in isThroughputSufficientInternal()
456 .append(", TxTrafficHigh: ").append(isTxTrafficHigh) in isThroughputSufficientInternal()