HomeSort by relevance Sort by last modified time
    Searched refs:SetRemoteContent (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel_unittest.cc 284 result = channel2_->SetRemoteContent(&remote_media_content1_,
298 return channel1_->SetRemoteContent(&remote_media_content2_,
307 result = channel2_->SetRemoteContent(&remote_media_content1_,
318 result = channel1_->SetRemoteContent(&remote_media_content2_,
329 result = channel1_->SetRemoteContent(&remote_media_content2_,
558 // Test that SetLocalContent and SetRemoteContent properly configure
566 EXPECT_TRUE(channel1_->SetRemoteContent(&content, CA_ANSWER, NULL));
572 // Test that SetLocalContent and SetRemoteContent properly deals
580 EXPECT_TRUE(channel1_->SetRemoteContent(&content, CA_ANSWER, NULL));
586 // Test that SetLocalContent and SetRemoteContent properly set RTC
    [all...]
call.cc 889 if (!voice_channel->SetRemoteContent(audio, CA_UPDATE, NULL)) {
891 "Failure in audio SetRemoteContent with CA_UPDATE";
902 if (!video_channel->SetRemoteContent(video, CA_UPDATE, NULL)) {
904 "Failure in video SetRemoteContent with CA_UPDATE";
915 if (!data_channel->SetRemoteContent(data, CA_UPDATE, NULL)) {
917 "Failure in data SetRemoteContent with CA_UPDATE";
    [all...]
channel.h 115 bool SetRemoteContent(const MediaContentDescription* content,
channel.cc 274 bool BaseChannel::SetRemoteContent(const MediaContentDescription* content,
650 !SetRemoteContent(content_desc, action, &error_desc)) {
652 LOG(LS_ERROR) << "Failure in SetRemoteContent with action " << action;
    [all...]

Completed in 798 milliseconds