Home
last modified time | relevance | path

Searched defs:OnReadyToSend (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/webrtc/p2p/base/
H A Dtcp_port.cc342 void TCPPort::OnReadyToSend(rtc::AsyncPacketSocket* socket) { in OnReadyToSend() function in cricket::TCPPort
565 void TCPConnection::OnReadyToSend(rtc::AsyncPacketSocket* socket) { in OnReadyToSend() function in cricket::TCPConnection
H A Ddtls_transport.cc676 void DtlsTransport::OnReadyToSend(rtc::PacketTransportInternal* transport) { in OnReadyToSend() function in cricket::DtlsTransport
H A Dstun_port.cc446 void UDPPort::OnReadyToSend(rtc::AsyncPacketSocket* socket) { in OnReadyToSend() function in cricket::UDPPort
H A Dport.cc414 void Port::OnReadyToSend() { in OnReadyToSend() function in cricket::Port
H A Dconnection.cc755 void Connection::OnReadyToSend() { in OnReadyToSend() function in cricket::Connection
H A Dturn_port.cc767 void TurnPort::OnReadyToSend(rtc::AsyncPacketSocket* socket) { in OnReadyToSend() function in cricket::TurnPort
H A Dp2p_transport_channel.cc2407 void P2PTransportChannel::OnReadyToSend(Connection* connection) { in OnReadyToSend() function in cricket::P2PTransportChannel
H A Dp2p_transport_channel_unittest.cc828 void OnReadyToSend(rtc::PacketTransportInternal* transport) { in OnReadyToSend() function in cricket::P2PTransportChannelTestBase
3621 void OnReadyToSend(rtc::PacketTransportInternal* transport) { in OnReadyToSend() function in cricket::P2PTransportChannelPingTest
/aosp_15_r20/external/webrtc/rtc_base/
H A Dasync_tcp_socket_unittest.cc32 void OnReadyToSend(rtc::AsyncPacketSocket* socket) { ready_to_send_ = true; } in OnReadyToSend() function in rtc::AsyncTCPSocketTest
H A Dasync_udp_socket_unittest.cc34 void OnReadyToSend(rtc::AsyncPacketSocket* socket) { ready_to_send_ = true; } in OnReadyToSend() function in rtc::AsyncUdpSocketTest
H A Dtest_client.cc157 void TestClient::OnReadyToSend(AsyncPacketSocket* socket) { in OnReadyToSend() function in rtc::TestClient
/aosp_15_r20/external/webrtc/pc/test/
H A Drtp_transport_test_util.h58 void OnReadyToSend(bool ready) { in OnReadyToSend() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
H A Dtest_utils.h25 int64_t OnReadyToSend(absl::string_view data) override { in OnReadyToSend() function
H A Drecording_http2_visitor.cc11 int64_t RecordingHttp2Visitor::OnReadyToSend(absl::string_view serialized) { in OnReadyToSend() function in http2::adapter::test::RecordingHttp2Visitor
H A Dnghttp2_callbacks.cc20 ssize_t OnReadyToSend(nghttp2_session* /* session */, const uint8_t* data, in OnReadyToSend() function
H A Dcallback_visitor.cc91 int64_t CallbackVisitor::OnReadyToSend(absl::string_view serialized) { in OnReadyToSend() function in http2::adapter::CallbackVisitor
/aosp_15_r20/external/webrtc/pc/
H A Drtp_transport.cc208 void RtpTransport::OnReadyToSend(rtc::PacketTransportInternal* transport) { in OnReadyToSend() function in webrtc::RtpTransport
H A Ddata_channel_controller.cc153 void DataChannelController::OnReadyToSend() { in OnReadyToSend() function in webrtc::DataChannelController
H A Drtp_transport_unittest.cc48 void OnReadyToSend(bool ready) { ready_ = ready; } in OnReadyToSend() function in webrtc::SignalObserver
/aosp_15_r20/external/cronet/net/test/embedded_test_server/
H A Dhttp2_connection.cc290 int64_t Http2Connection::OnReadyToSend(std::string_view serialized) { in OnReadyToSend() function in net::test_server::Http2Connection
/aosp_15_r20/external/webrtc/media/base/
H A Dfake_media_engine.h283 void OnReadyToSend(bool ready) override { ready_to_send_ = ready; } in OnReadyToSend() function
/aosp_15_r20/external/webrtc/media/engine/
H A Dwebrtc_voice_engine.cc2265 void WebRtcVoiceMediaChannel::OnReadyToSend(bool ready) { in OnReadyToSend() function in cricket::WebRtcVoiceMediaChannel
H A Dwebrtc_video_engine.cc1867 void WebRtcVideoChannel::OnReadyToSend(bool ready) { in OnReadyToSend() function in cricket::WebRtcVideoChannel