Searched refs:SendRtp (Results 1 - 25 of 36) sorted by relevance

12

/external/webrtc/webrtc/test/
H A Dnull_transport.cc15 bool NullTransport::SendRtp(const uint8_t* packet, function in class:webrtc::test::NullTransport
H A Dmock_transport.h21 MOCK_METHOD3(SendRtp,
H A Dnull_transport.h22 bool SendRtp(const uint8_t* packet,
H A Dlayer_filtering_transport.h32 bool SendRtp(const uint8_t* data,
H A Dlayer_filtering_transport.cc39 bool LayerFilteringTransport::SendRtp(const uint8_t* packet, function in class:webrtc::test::LayerFilteringTransport
44 return test::DirectTransport::SendRtp(packet, length, options);
101 return test::DirectTransport::SendRtp(temp_buffer, length, options);
H A Ddirect_transport.h44 bool SendRtp(const uint8_t* data,
H A Drtp_rtcp_observer.h91 bool SendRtp(const uint8_t* packet,
108 return test::DirectTransport::SendRtp(packet, length, options);
H A Ddirect_transport.cc54 bool DirectTransport::SendRtp(const uint8_t* data, function in class:webrtc::test::DirectTransport
/external/webrtc/webrtc/call/
H A Dtransport_adapter.cc23 bool TransportAdapter::SendRtp(const uint8_t* packet, function in class:webrtc::internal::TransportAdapter
29 return transport_->SendRtp(packet, length, options);
H A Dtransport_adapter.h24 bool SendRtp(const uint8_t* packet,
/external/webrtc/webrtc/
H A Dtransport.h30 virtual bool SendRtp(const uint8_t* packet,
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
H A Dtest_api.h41 bool SendRtp(const uint8_t* data,
H A Dtest_api.cc34 bool LoopBackTransport::SendRtp(const uint8_t* data, function in class:webrtc::LoopBackTransport
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtcp_format_remb_unittest.cc32 bool SendRtp(const uint8_t* /*data*/,
H A Drtp_sender_unittest.cc83 bool SendRtp(const uint8_t* data,
897 EXPECT_CALL(transport, SendRtp(_, _, _)).WillOnce(testing::Return(true));
903 EXPECT_CALL(transport, SendRtp(_, kMaxPaddingSize + rtp_header_len, _))
908 SendRtp(_, kPayloadSizes[0] + rtp_header_len + kRtxHeaderSize, _))
912 EXPECT_CALL(transport, SendRtp(_, kPayloadSizes[kNumPayloadSizes - 1] +
916 EXPECT_CALL(transport, SendRtp(_, kMaxPaddingSize + rtp_header_len, _))
H A Dnack_rtx_unittest.cc96 bool SendRtp(const uint8_t* data,
H A Drtp_rtcp_impl_unittest.cc68 bool SendRtp(const uint8_t* data,
/external/webrtc/webrtc/voice_engine/test/auto_test/fakes/
H A Dconference_transport.h101 bool SendRtp(const uint8_t* data,
H A Dconference_transport.cc109 bool ConferenceTransport::SendRtp(const uint8_t* data, function in class:voetest::ConferenceTransport
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
H A Drtp_rtcp_extensions.cc31 bool SendRtp(const uint8_t* data,
/external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/
H A Dafter_initialization_fixture.h42 bool SendRtp(const uint8_t* data,
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvoiceengine.h204 bool SendRtp(const uint8_t* data,
H A Dwebrtcvideoengine2.h474 bool SendRtp(const uint8_t* data,
/external/webrtc/webrtc/test/channel_transport/
H A Dudp_transport_impl.h119 bool SendRtp(const uint8_t* data,
/external/webrtc/talk/session/media/
H A Dchannel_unittest.cc295 return media_channel1_->SendRtp(rtp_packet_.c_str(),
300 return media_channel2_->SendRtp(rtp_packet_.c_str(),
315 return media_channel1_->SendRtp(data.c_str(), static_cast<int>(data.size()),
320 return media_channel2_->SendRtp(data.c_str(), static_cast<int>(data.size()),
961 T::MediaChannel::SendRtp(kPcmuFrame, sizeof(kPcmuFrame),
1709 EXPECT_FALSE(media_channel2_->SendRtp(kBadPacket, sizeof(kBadPacket),
1717 EXPECT_FALSE(media_channel2_->SendRtp(kBadPacket, sizeof(kBadPacket),
1725 EXPECT_FALSE(media_channel2_->SendRtp(kBadPacket, sizeof(kBadPacket),

Completed in 3719 milliseconds

12