Searched refs:SendRtp (Results 1 – 2 of 2) sorted by relevance
388 return media_channel1_->SendRtp(rtp_packet_.c_str(), in SendRtp1()392 return media_channel2_->SendRtp(rtp_packet_.c_str(), in SendRtp2()406 return media_channel1_->SendRtp(data.c_str(), in SendCustomRtp1()411 return media_channel2_->SendRtp(data.c_str(), in SendCustomRtp2()1058 T::MediaChannel::SendRtp(kPcmuFrame, sizeof(kPcmuFrame)); in TestCallTeardownRtcpMux()1759 EXPECT_FALSE(media_channel2_->SendRtp(kBadPacket, sizeof(kBadPacket))); in TestSrtpError()1764 EXPECT_FALSE(media_channel2_->SendRtp(kBadPacket, sizeof(kBadPacket))); in TestSrtpError()1769 EXPECT_FALSE(media_channel2_->SendRtp(kBadPacket, sizeof(kBadPacket))); in TestSrtpError()
72 bool SendRtp(const void* data, int len) { in SendRtp() function