Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiDataStall.java398 int txPer = updateTxPer(txSuccessDelta, txRetriesDelta, isSameBssidAndFreq, in checkDataStallAndThroughputSufficiency() local
408 mTxTputKbps = (int) ((long) txLinkSpeedMbps * 1000 * (100 - txPer) / 100 in checkDataStallAndThroughputSufficiency()
442 || txPer >= mDeviceConfigFacade.getDataStallTxPerThr(); in checkDataStallAndThroughputSufficiency()