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

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel_unittest.cc 280 bool result = channel1_->SetLocalContent(&local_media_content1_,
289 result = channel2_->SetLocalContent(&local_media_content2_,
303 bool result = channel1_->SetLocalContent(&local_media_content1_,
314 bool result = channel2_->SetLocalContent(&local_media_content2_,
326 bool result = channel2_->SetLocalContent(&local_media_content2_,
558 // Test that SetLocalContent and SetRemoteContent properly configure
564 EXPECT_TRUE(channel1_->SetLocalContent(&content, CA_OFFER, NULL));
572 // Test that SetLocalContent and SetRemoteContent properly deals
577 EXPECT_TRUE(channel1_->SetLocalContent(&content, CA_OFFER, NULL));
586 // Test that SetLocalContent and SetRemoteContent properly set RTC
    [all...]
channel.h 112 bool SetLocalContent(const MediaContentDescription* content,
call.cc 541 video_channel->SetLocalContent(video, CA_UPDATE, NULL);
564 video_channel->SetLocalContent(video, CA_UPDATE, NULL);
    [all...]
channel.cc 267 bool BaseChannel::SetLocalContent(const MediaContentDescription* content,
636 !SetLocalContent(content_desc, action, &error_desc)) {
638 LOG(LS_ERROR) << "Failure in SetLocalContent with action " << action;
    [all...]

Completed in 243 milliseconds