Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiDataStall.java87 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()
337 mRxTputKbps = mThroughputPredictor.predictRxThroughput(connectionCapabilities, in checkDataStallAndThroughputSufficiency()
342 mWifiMetrics.incrementThroughputKbpsCount(mTxTputKbps, mRxTputKbps, currFrequency); in checkDataStallAndThroughputSufficiency()
419 mRxTputKbps = (int) ((long) rxLinkSpeedMbps * 1000 in checkDataStallAndThroughputSufficiency()
422 isRxTputLow = mRxTputKbps < mDeviceConfigFacade.getDataStallRxTputThrKbps(); in checkDataStallAndThroughputSufficiency()
424 mRxTputKbps = INVALID_THROUGHPUT; in checkDataStallAndThroughputSufficiency()
426 mWifiMetrics.incrementThroughputKbpsCount(mTxTputKbps, mRxTputKbps, currFrequency); in checkDataStallAndThroughputSufficiency()
[all …]