Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiDataStall.java86 private int mRxTputKbps = INVALID_THROUGHPUT; field in WifiDataStall
207 mRxTputKbps = INVALID_THROUGHPUT; in reset()
305 logd("rx tput in kbps: " + mRxTputKbps); in getRxThroughputKbps()
306 return mRxTputKbps; in getRxThroughputKbps()
338 mRxTputKbps = mThroughputPredictor.predictRxThroughput(connectionCapabilities, in checkDataStallAndThroughputSufficiency()
343 mWifiMetrics.incrementThroughputKbpsCount(mTxTputKbps, mRxTputKbps, currFrequency); in checkDataStallAndThroughputSufficiency()
420 mRxTputKbps = (int) ((long) rxLinkSpeedMbps * 1000 in checkDataStallAndThroughputSufficiency()
423 isRxTputLow = mRxTputKbps < mDeviceConfigFacade.getDataStallRxTputThrKbps(); in checkDataStallAndThroughputSufficiency()
425 mRxTputKbps = INVALID_THROUGHPUT; in checkDataStallAndThroughputSufficiency()
427 mWifiMetrics.incrementThroughputKbpsCount(mTxTputKbps, mRxTputKbps, currFrequency); in checkDataStallAndThroughputSufficiency()
[all …]