Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiDataStall.java154 int txPer = updateTxPer(txSuccessDelta, txRetriesDelta, isSameBssidAndFreq); in checkForDataStall() local
159 int txTput = txLinkSpeed * (100 - txPer) * (100 - ccaLevel); in checkForDataStall()
168 || txPer >= mDataStallTxPerThr; in checkForDataStall()