Searched refs:SetRemoteContent (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/talk/session/media/ |
D | channel_unittest.cc | 223 result = channel2_->SetRemoteContent(&remote_media_content1_, in SendInitiate() 237 return channel1_->SetRemoteContent(&remote_media_content2_, in SendAccept() 246 result = channel2_->SetRemoteContent(&remote_media_content1_, in SendOffer() 257 result = channel1_->SetRemoteContent(&remote_media_content2_, in SendProvisionalAnswer() 268 result = channel1_->SetRemoteContent(&remote_media_content2_, in SendFinalAnswer() 501 EXPECT_TRUE(channel1_->SetRemoteContent(&content, CA_ANSWER, NULL)); in TestSetContents() 515 EXPECT_TRUE(channel1_->SetRemoteContent(&content, CA_ANSWER, NULL)); in TestSetContentsNullOffer() 532 EXPECT_TRUE(channel1_->SetRemoteContent(&content, CA_ANSWER, NULL)); in TestSetContentsRtcpMux() 537 EXPECT_TRUE(channel2_->SetRemoteContent(&content, CA_ANSWER, NULL)); in TestSetContentsRtcpMux() 551 EXPECT_TRUE(channel1_->SetRemoteContent(&content, CA_PRANSWER, NULL)); in TestSetContentsRtcpMuxWithPrAnswer() [all …]
|
D | channel.h | 134 bool SetRemoteContent(const MediaContentDescription* content,
|
D | channel.cc | 417 bool BaseChannel::SetRemoteContent(const MediaContentDescription* content, in SetRemoteContent() function in cricket::BaseChannel 780 !SetRemoteContent(content_desc, action, error_desc)) { in PushdownRemoteDescription()
|