Searched refs:mRxTputKbps (Results 1 – 1 of 1) sorted by relevance
87 private int mRxTputKbps = INVALID_THROUGHPUT; field in WifiDataStall207 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 …]