Home
last modified time | relevance | path

Searched refs:SetLocalContent (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/pc/
Dchannel_unittest.cc333 bool result = channel1_->SetLocalContent(&local_media_content1_, in SendInitiate()
341 result = channel2_->SetLocalContent(&local_media_content2_, in SendInitiate()
355 bool result = channel1_->SetLocalContent(&local_media_content1_, in SendOffer()
366 bool result = channel2_->SetLocalContent(&local_media_content2_, in SendProvisionalAnswer()
378 bool result = channel2_->SetLocalContent(&local_media_content2_, in SendFinalAnswer()
531 EXPECT_TRUE(channel1_->SetLocalContent(&content, SdpType::kOffer, NULL)); in TestSetContents()
550 EXPECT_TRUE(channel1_->SetLocalContent(&content, SdpType::kOffer, NULL)); in TestSetContentsExtmapAllowMixedCaller()
566 EXPECT_TRUE(channel1_->SetLocalContent(&content, SdpType::kAnswer, NULL)); in TestSetContentsExtmapAllowMixedCallee()
575 EXPECT_TRUE(channel1_->SetLocalContent(&content, SdpType::kOffer, NULL)); in TestSetContentsNullOffer()
592 EXPECT_TRUE(channel1_->SetLocalContent(&content, SdpType::kOffer, NULL)); in TestSetContentsRtcpMux()
[all …]
Dchannel_interface.h49 virtual bool SetLocalContent(const MediaContentDescription* content,
Dchannel.h121 bool SetLocalContent(const MediaContentDescription* content,
Dchannel.cc274 bool BaseChannel::SetLocalContent(const MediaContentDescription* content, in SetLocalContent() function in cricket::BaseChannel
Dpeer_connection.cc5900 ? channel->SetLocalContent(content_desc, type, &error) in PushdownMediaDescription()
5918 ? data_channel_controller_.rtp_data_channel()->SetLocalContent( in PushdownMediaDescription()
/external/webrtc/pc/test/
Dmock_channel_interface.h38 SetLocalContent,