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

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel_unittest.cc 317 bool result = channel1_->SetLocalContent(&local_media_content1_, CA_OFFER);
324 result = channel2_->SetLocalContent(&local_media_content2_, CA_ANSWER);
336 bool result = channel1_->SetLocalContent(&local_media_content1_, CA_OFFER);
345 bool result = channel2_->SetLocalContent(&local_media_content2_,
357 bool result = channel2_->SetLocalContent(&local_media_content2_, CA_ANSWER);
589 // Test that SetLocalContent and SetRemoteContent properly configure
595 EXPECT_TRUE(channel1_->SetLocalContent(&content, CA_OFFER));
603 // Test that SetLocalContent and SetRemoteContent properly deals
608 EXPECT_TRUE(channel1_->SetLocalContent(&content, CA_OFFER));
617 // Test that SetLocalContent and SetRemoteContent properly set RTC
    [all...]
channel.h 108 bool SetLocalContent(const MediaContentDescription* content,
call.cc 526 video_channel->SetLocalContent(video, CA_UPDATE);
549 video_channel->SetLocalContent(video, CA_UPDATE);
    [all...]
channel.cc 483 bool BaseChannel::SetLocalContent(const MediaContentDescription* content,
831 !SetLocalContent(content_desc, action)) {
832 LOG(LS_ERROR) << "Failure in SetLocalContent with action " << action;
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
channel.cc 158 bool BaseChannel::SetLocalContent(const MediaContentDescription* content,
391 if (content && !SetLocalContent(content, CA_OFFER)) {
392 LOG(LS_ERROR) << "Failure in SetLocalContent with CA_OFFER";
398 if (content && !SetLocalContent(content, CA_ANSWER)) {
399 LOG(LS_ERROR) << "Failure in SetLocalContent with CA_ANSWER";
    [all...]
channel.h 103 bool SetLocalContent(const MediaContentDescription* content,

Completed in 1344 milliseconds