Searched refs:kMinOneSecondNotifyDelayUs (Results 1 – 2 of 2) sorted by relevance
84 static const int64_t kMinOneSecondNotifyDelayUs; member
65 const int64_t ARTPConnection::kMinOneSecondNotifyDelayUs = 100000ll; member in android::ARTPConnection717 bool isNeedToUpdate = (mLastCongestionNotifyTimeUs + kMinOneSecondNotifyDelayUs <= nowUs); in notifyCongestionToUpperLayerIfNeeded()1311 else if (mLastEarlyNotifyTimeUs + kMinOneSecondNotifyDelayUs <= nowUs) { in checkRxBitrate()