Searched refs:mLastCongestionNotifyTimeUs (Results 1 – 2 of 2) sorted by relevance
95 int64_t mLastCongestionNotifyTimeUs; member
94 mLastCongestionNotifyTimeUs(-1), in ARTPConnection()713 if (mLastCongestionNotifyTimeUs <= 0) { in notifyCongestionToUpperLayerIfNeeded()714 mLastCongestionNotifyTimeUs = nowUs; in notifyCongestionToUpperLayerIfNeeded()717 bool isNeedToUpdate = (mLastCongestionNotifyTimeUs + kMinOneSecondNotifyDelayUs <= nowUs); in notifyCongestionToUpperLayerIfNeeded()725 mLastCongestionNotifyTimeUs = nowUs; in notifyCongestionToUpperLayerIfNeeded()