Searched refs:PostUpdates (Results 1 – 4 of 4) sorted by relevance
344 PostUpdates(controller_->OnNetworkRouteChange(msg)); in OnNetworkRouteChanged()372 PostUpdates(controller_->OnNetworkAvailability(msg)); in OnNetworkAvailability()409 PostUpdates(controller_->OnSentPacket(*packet_msg)); in OnSentPacket()418 PostUpdates(controller_->OnReceivedPacket(packet_msg)); in OnReceivedPacket()428 PostUpdates(controller_->OnTargetRateConstraints(msg)); in UpdateBitrateConstraints()501 PostUpdates(controller_->OnRemoteBitrateReport(msg)); in OnReceivedEstimatedBitrate()521 PostUpdates(controller_->OnRoundTripTimeUpdate(report)); in OnReceivedRtcpReceiverReport()549 PostUpdates(controller_->OnTransportPacketsFeedback(*feedback_msg)); in OnTransportFeedback()566 PostUpdates(controller_->OnNetworkStateEstimate(estimate)); in OnRemoteNetworkEstimate()632 PostUpdates(controller_->OnProcessInterval(msg)); in UpdateControllerWithTimeInterval()[all …]
143 void PostUpdates(NetworkControlUpdate update) RTC_RUN_ON(task_queue_);
4908 static Expr *buildPostUpdate(Sema &S, ArrayRef<Expr *> PostUpdates) { in buildPostUpdate() argument4910 if (!PostUpdates.empty()) { in buildPostUpdate()4911 for (auto *E : PostUpdates) { in buildPostUpdate()
8135 static Expr *buildPostUpdate(Sema &S, ArrayRef<Expr *> PostUpdates) { in buildPostUpdate() argument8137 if (!PostUpdates.empty()) { in buildPostUpdate()8138 for (Expr *E : PostUpdates) { in buildPostUpdate()