Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiDataStall.java74 private long mLastRxBytes; field in WifiDataStall
122 mLastRxBytes = 0; in reset()
430 || mLastTxBytes == 0 || mLastRxBytes == 0) { in isThroughputSufficientInternal()
432 mLastRxBytes = rxBytes; in isThroughputSufficientInternal()
437 int l3RxTputKbps = (int) ((rxBytes - mLastRxBytes) * 8 / timeDeltaLastTwoPollsMs); in isThroughputSufficientInternal()
440 mLastRxBytes = rxBytes; in isThroughputSufficientInternal()