/aosp_15_r20/external/webrtc/p2p/base/ |
H A D | tcp_port.cc | 342 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 D | dtls_transport.cc | 676 void DtlsTransport::OnReadyToSend(rtc::PacketTransportInternal* transport) { in OnReadyToSend() function in cricket::DtlsTransport
|
H A D | stun_port.cc | 446 void UDPPort::OnReadyToSend(rtc::AsyncPacketSocket* socket) { in OnReadyToSend() function in cricket::UDPPort
|
H A D | port.cc | 414 void Port::OnReadyToSend() { in OnReadyToSend() function in cricket::Port
|
H A D | connection.cc | 755 void Connection::OnReadyToSend() { in OnReadyToSend() function in cricket::Connection
|
H A D | turn_port.cc | 767 void TurnPort::OnReadyToSend(rtc::AsyncPacketSocket* socket) { in OnReadyToSend() function in cricket::TurnPort
|
H A D | p2p_transport_channel.cc | 2407 void P2PTransportChannel::OnReadyToSend(Connection* connection) { in OnReadyToSend() function in cricket::P2PTransportChannel
|
H A D | p2p_transport_channel_unittest.cc | 828 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 D | async_tcp_socket_unittest.cc | 32 void OnReadyToSend(rtc::AsyncPacketSocket* socket) { ready_to_send_ = true; } in OnReadyToSend() function in rtc::AsyncTCPSocketTest
|
H A D | async_udp_socket_unittest.cc | 34 void OnReadyToSend(rtc::AsyncPacketSocket* socket) { ready_to_send_ = true; } in OnReadyToSend() function in rtc::AsyncUdpSocketTest
|
H A D | test_client.cc | 157 void TestClient::OnReadyToSend(AsyncPacketSocket* socket) { in OnReadyToSend() function in rtc::TestClient
|
/aosp_15_r20/external/webrtc/pc/test/ |
H A D | rtp_transport_test_util.h | 58 void OnReadyToSend(bool ready) { in OnReadyToSend() function
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/ |
H A D | test_utils.h | 25 int64_t OnReadyToSend(absl::string_view data) override { in OnReadyToSend() function
|
H A D | recording_http2_visitor.cc | 11 int64_t RecordingHttp2Visitor::OnReadyToSend(absl::string_view serialized) { in OnReadyToSend() function in http2::adapter::test::RecordingHttp2Visitor
|
H A D | nghttp2_callbacks.cc | 20 ssize_t OnReadyToSend(nghttp2_session* /* session */, const uint8_t* data, in OnReadyToSend() function
|
H A D | callback_visitor.cc | 91 int64_t CallbackVisitor::OnReadyToSend(absl::string_view serialized) { in OnReadyToSend() function in http2::adapter::CallbackVisitor
|
/aosp_15_r20/external/webrtc/pc/ |
H A D | rtp_transport.cc | 208 void RtpTransport::OnReadyToSend(rtc::PacketTransportInternal* transport) { in OnReadyToSend() function in webrtc::RtpTransport
|
H A D | data_channel_controller.cc | 153 void DataChannelController::OnReadyToSend() { in OnReadyToSend() function in webrtc::DataChannelController
|
H A D | rtp_transport_unittest.cc | 48 void OnReadyToSend(bool ready) { ready_ = ready; } in OnReadyToSend() function in webrtc::SignalObserver
|
/aosp_15_r20/external/cronet/net/test/embedded_test_server/ |
H A D | http2_connection.cc | 290 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 D | fake_media_engine.h | 283 void OnReadyToSend(bool ready) override { ready_to_send_ = ready; } in OnReadyToSend() function
|
/aosp_15_r20/external/webrtc/media/engine/ |
H A D | webrtc_voice_engine.cc | 2265 void WebRtcVoiceMediaChannel::OnReadyToSend(bool ready) { in OnReadyToSend() function in cricket::WebRtcVoiceMediaChannel
|
H A D | webrtc_video_engine.cc | 1867 void WebRtcVideoChannel::OnReadyToSend(bool ready) { in OnReadyToSend() function in cricket::WebRtcVideoChannel
|