Home
last modified time | relevance | path

Searched refs:PostUpdates (Results 1 – 25 of 29) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/call/
H A Drtp_transport_controller_send.cc341 PostUpdates(controller_->OnNetworkRouteChange(msg)); in OnNetworkRouteChanged()
369 PostUpdates(controller_->OnNetworkAvailability(msg)); in OnNetworkAvailability()
406 PostUpdates(controller_->OnSentPacket(*packet_msg)); in OnSentPacket()
415 PostUpdates(controller_->OnReceivedPacket(packet_msg)); in OnReceivedPacket()
425 PostUpdates(controller_->OnTargetRateConstraints(msg)); in UpdateBitrateConstraints()
498 PostUpdates(controller_->OnRemoteBitrateReport(msg)); in OnReceivedEstimatedBitrate()
518 PostUpdates(controller_->OnRoundTripTimeUpdate(report)); in OnReceivedRtcpReceiverReport()
563 PostUpdates(controller_->OnNetworkStateEstimate(estimate)); in OnRemoteNetworkEstimate()
629 PostUpdates(controller_->OnProcessInterval(msg)); in UpdateControllerWithTimeInterval()
635 PostUpdates(controller_->OnStreamsConfig(streams_config_)); in UpdateStreamsConfig()
[all …]
H A Drtp_transport_controller_send.h143 void PostUpdates(NetworkControlUpdate update) RTC_RUN_ON(task_queue_);
/dports/net-im/tg_owt/tg_owt-d578c76/src/call/
H A Drtp_transport_controller_send.cc348 PostUpdates(controller_->OnNetworkRouteChange(msg)); in OnNetworkRouteChanged()
376 PostUpdates(controller_->OnNetworkAvailability(msg)); in OnNetworkAvailability()
413 PostUpdates(controller_->OnSentPacket(*packet_msg)); in OnSentPacket()
422 PostUpdates(controller_->OnReceivedPacket(packet_msg)); in OnReceivedPacket()
432 PostUpdates(controller_->OnTargetRateConstraints(msg)); in UpdateBitrateConstraints()
516 PostUpdates(controller_->OnRemoteBitrateReport(msg)); in OnReceivedEstimatedBitrate()
536 PostUpdates(controller_->OnRoundTripTimeUpdate(report)); in OnReceivedRtcpReceiverReport()
581 PostUpdates(controller_->OnNetworkStateEstimate(estimate)); in OnRemoteNetworkEstimate()
647 PostUpdates(controller_->OnProcessInterval(msg)); in UpdateControllerWithTimeInterval()
653 PostUpdates(controller_->OnStreamsConfig(streams_config_)); in UpdateStreamsConfig()
[all …]
H A Drtp_transport_controller_send.h144 void PostUpdates(NetworkControlUpdate update) RTC_RUN_ON(task_queue_);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/call/
H A Drtp_transport_controller_send.cc348 PostUpdates(controller_->OnNetworkRouteChange(msg)); in OnNetworkRouteChanged()
376 PostUpdates(controller_->OnNetworkAvailability(msg)); in OnNetworkAvailability()
413 PostUpdates(controller_->OnSentPacket(*packet_msg)); in OnSentPacket()
422 PostUpdates(controller_->OnReceivedPacket(packet_msg)); in OnReceivedPacket()
432 PostUpdates(controller_->OnTargetRateConstraints(msg)); in UpdateBitrateConstraints()
512 PostUpdates(controller_->OnRemoteBitrateReport(msg)); in OnReceivedEstimatedBitrate()
532 PostUpdates(controller_->OnRoundTripTimeUpdate(report)); in OnReceivedRtcpReceiverReport()
577 PostUpdates(controller_->OnNetworkStateEstimate(estimate)); in OnRemoteNetworkEstimate()
643 PostUpdates(controller_->OnProcessInterval(msg)); in UpdateControllerWithTimeInterval()
649 PostUpdates(controller_->OnStreamsConfig(streams_config_)); in UpdateStreamsConfig()
[all …]
H A Drtp_transport_controller_send.h144 void PostUpdates(NetworkControlUpdate update) RTC_RUN_ON(task_queue_);
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/call/
H A Drtp_transport_controller_send.cc343 PostUpdates(controller_->OnNetworkRouteChange(msg)); in OnNetworkRouteChanged()
371 PostUpdates(controller_->OnNetworkAvailability(msg)); in OnNetworkAvailability()
408 PostUpdates(controller_->OnSentPacket(*packet_msg)); in OnSentPacket()
417 PostUpdates(controller_->OnReceivedPacket(packet_msg)); in OnReceivedPacket()
427 PostUpdates(controller_->OnTargetRateConstraints(msg)); in UpdateBitrateConstraints()
508 PostUpdates(controller_->OnRemoteBitrateReport(msg)); in OnReceivedEstimatedBitrate()
528 PostUpdates(controller_->OnRoundTripTimeUpdate(report)); in OnReceivedRtcpReceiverReport()
573 PostUpdates(controller_->OnNetworkStateEstimate(estimate)); in OnRemoteNetworkEstimate()
639 PostUpdates(controller_->OnProcessInterval(msg)); in UpdateControllerWithTimeInterval()
645 PostUpdates(controller_->OnStreamsConfig(streams_config_)); in UpdateStreamsConfig()
[all …]
H A Drtp_transport_controller_send.h144 void PostUpdates(NetworkControlUpdate update) RTC_RUN_ON(task_queue_);
/dports/net/py-python-twitter/python-twitter-3.4.2/
H A DCHANGES571 Add PostUpdates, which automatically splits long text into multiple updates.
H A DPKG-INFO867 Add PostUpdates, which automatically splits long text into multiple updates.
/dports/net/py-python-twitter/python-twitter-3.4.2/python_twitter.egg-info/
H A DPKG-INFO867 Add PostUpdates, which automatically splits long text into multiple updates.
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/twitter/
H A Dapi.py1478 def PostUpdates(self, member in Api
/dports/net/py-python-twitter/python-twitter-3.4.2/twitter/
H A Dapi.py1476 def PostUpdates(self, member in Api
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp4773 static Expr *buildPostUpdate(Sema &S, ArrayRef<Expr *> PostUpdates) { in buildPostUpdate() argument
4775 if (!PostUpdates.empty()) { in buildPostUpdate()
4776 for (Expr *E : PostUpdates) { in buildPostUpdate()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp5087 static Expr *buildPostUpdate(Sema &S, ArrayRef<Expr *> PostUpdates) { in buildPostUpdate() argument
5089 if (!PostUpdates.empty()) { in buildPostUpdate()
5090 for (Expr *E : PostUpdates) { in buildPostUpdate()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp5985 static Expr *buildPostUpdate(Sema &S, ArrayRef<Expr *> PostUpdates) { in buildPostUpdate() argument
5987 if (!PostUpdates.empty()) { in buildPostUpdate()
5988 for (Expr *E : PostUpdates) { in buildPostUpdate()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7248 static Expr *buildPostUpdate(Sema &S, ArrayRef<Expr *> PostUpdates) { in buildPostUpdate() argument
7250 if (!PostUpdates.empty()) { in buildPostUpdate()
7251 for (Expr *E : PostUpdates) { in buildPostUpdate()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp7248 static Expr *buildPostUpdate(Sema &S, ArrayRef<Expr *> PostUpdates) { in buildPostUpdate() argument
7250 if (!PostUpdates.empty()) { in buildPostUpdate()
7251 for (Expr *E : PostUpdates) { in buildPostUpdate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp8127 static Expr *buildPostUpdate(Sema &S, ArrayRef<Expr *> PostUpdates) { in buildPostUpdate() argument
8129 if (!PostUpdates.empty()) { in buildPostUpdate()
8130 for (Expr *E : PostUpdates) { in buildPostUpdate()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp8277 static Expr *buildPostUpdate(Sema &S, ArrayRef<Expr *> PostUpdates) { in buildPostUpdate() argument
8279 if (!PostUpdates.empty()) { in buildPostUpdate()
8280 for (Expr *E : PostUpdates) { in buildPostUpdate()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp7990 static Expr *buildPostUpdate(Sema &S, ArrayRef<Expr *> PostUpdates) { in buildPostUpdate() argument
7992 if (!PostUpdates.empty()) { in buildPostUpdate()
7993 for (Expr *E : PostUpdates) { in buildPostUpdate()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DSemaOpenMP.cpp7986 static Expr *buildPostUpdate(Sema &S, ArrayRef<Expr *> PostUpdates) { in buildPostUpdate() argument
7988 if (!PostUpdates.empty()) { in buildPostUpdate()
7989 for (Expr *E : PostUpdates) { in buildPostUpdate()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp8277 static Expr *buildPostUpdate(Sema &S, ArrayRef<Expr *> PostUpdates) { in buildPostUpdate() argument
8279 if (!PostUpdates.empty()) { in buildPostUpdate()
8280 for (Expr *E : PostUpdates) { in buildPostUpdate()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DSemaOpenMP.cpp8957 static Expr *buildPostUpdate(Sema &S, ArrayRef<Expr *> PostUpdates) { in buildPostUpdate() argument
8959 if (!PostUpdates.empty()) { in buildPostUpdate()
8960 for (Expr *E : PostUpdates) { in buildPostUpdate()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp8883 static Expr *buildPostUpdate(Sema &S, ArrayRef<Expr *> PostUpdates) { in buildPostUpdate() argument
8885 if (!PostUpdates.empty()) { in buildPostUpdate()
8886 for (Expr *E : PostUpdates) { in buildPostUpdate()

12