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

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel_unittest.cc 320 result = channel2_->SetRemoteContent(&remote_media_content1_, CA_OFFER);
332 return channel1_->SetRemoteContent(&remote_media_content2_, CA_ANSWER);
339 result = channel2_->SetRemoteContent(&remote_media_content1_, CA_OFFER);
349 result = channel1_->SetRemoteContent(&remote_media_content2_,
359 result = channel1_->SetRemoteContent(&remote_media_content2_, CA_ANSWER);
589 // Test that SetLocalContent and SetRemoteContent properly configure
597 EXPECT_TRUE(channel1_->SetRemoteContent(&content, CA_ANSWER));
603 // Test that SetLocalContent and SetRemoteContent properly deals
611 EXPECT_TRUE(channel1_->SetRemoteContent(&content, CA_ANSWER));
617 // Test that SetLocalContent and SetRemoteContent properly set RTC
    [all...]
call.cc 873 if (!voice_channel->SetRemoteContent(audio, CA_UPDATE)) {
874 LOG(LS_ERROR) << "Failure in audio SetRemoteContent with CA_UPDATE";
884 if (!video_channel->SetRemoteContent(video, CA_UPDATE)) {
885 LOG(LS_ERROR) << "Failure in video SetRemoteContent with CA_UPDATE";
895 if (!data_channel->SetRemoteContent(data, CA_UPDATE)) {
896 LOG(LS_ERROR) << "Failure in data SetRemoteContent with CA_UPDATE";
    [all...]
channel.h 110 bool SetRemoteContent(const MediaContentDescription* content,
channel.cc 490 bool BaseChannel::SetRemoteContent(const MediaContentDescription* content,
844 !SetRemoteContent(content_desc, action)) {
845 LOG(LS_ERROR) << "Failure in SetRemoteContent with action " << action;
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
channel.cc 165 bool BaseChannel::SetRemoteContent(const MediaContentDescription* content,
405 if (content && !SetRemoteContent(content, CA_OFFER)) {
406 LOG(LS_ERROR) << "Failure in SetRemoteContent with CA_OFFER";
412 if (content && !SetRemoteContent(content, CA_ANSWER)) {
413 LOG(LS_ERROR) << "Failure in SetRemoteContent with CA_ANSWER";
    [all...]
channel.h 105 bool SetRemoteContent(const MediaContentDescription* content,

Completed in 1356 milliseconds