OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetRemoteContent
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/talk/session/media/
channel_unittest.cc
223
result = channel2_->
SetRemoteContent
(&remote_media_content1_,
237
return channel1_->
SetRemoteContent
(&remote_media_content2_,
246
result = channel2_->
SetRemoteContent
(&remote_media_content1_,
257
result = channel1_->
SetRemoteContent
(&remote_media_content2_,
268
result = channel1_->
SetRemoteContent
(&remote_media_content2_,
493
// Test that SetLocalContent and
SetRemoteContent
properly configure
501
EXPECT_TRUE(channel1_->
SetRemoteContent
(&content, CA_ANSWER, NULL));
507
// Test that SetLocalContent and
SetRemoteContent
properly deals
515
EXPECT_TRUE(channel1_->
SetRemoteContent
(&content, CA_ANSWER, NULL));
521
// Test that SetLocalContent and
SetRemoteContent
properly set RTC
[
all
...]
channel.h
134
bool
SetRemoteContent
(const MediaContentDescription* content,
channel.cc
417
bool BaseChannel::
SetRemoteContent
(const MediaContentDescription* content,
420
TRACE_EVENT0("webrtc", "BaseChannel::
SetRemoteContent
");
780
!
SetRemoteContent
(content_desc, action, error_desc)) {
781
LOG(LS_ERROR) << "Failure in
SetRemoteContent
with action " << action;
[
all
...]
Completed in 80 milliseconds