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

  /external/webrtc/talk/session/media/
channel_unittest.cc 219 bool result = channel1_->SetLocalContent(&local_media_content1_,
228 result = channel2_->SetLocalContent(&local_media_content2_,
242 bool result = channel1_->SetLocalContent(&local_media_content1_,
253 bool result = channel2_->SetLocalContent(&local_media_content2_,
265 bool result = channel2_->SetLocalContent(&local_media_content2_,
493 // Test that SetLocalContent and SetRemoteContent properly configure
499 EXPECT_TRUE(channel1_->SetLocalContent(&content, CA_OFFER, NULL));
507 // Test that SetLocalContent and SetRemoteContent properly deals
512 EXPECT_TRUE(channel1_->SetLocalContent(&content, CA_OFFER, NULL));
521 // Test that SetLocalContent and SetRemoteContent properly set RTC
    [all...]
channel.h 131 bool SetLocalContent(const MediaContentDescription* content,
channel.cc 409 bool BaseChannel::SetLocalContent(const MediaContentDescription* content,
412 TRACE_EVENT0("webrtc", "BaseChannel::SetLocalContent");
766 !SetLocalContent(content_desc, action, error_desc)) {
767 LOG(LS_ERROR) << "Failure in SetLocalContent with action " << action;
    [all...]

Completed in 57 milliseconds