OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetLocalContent
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/session/media/
channel_unittest.cc
321
bool result = channel1_->
SetLocalContent
(&local_media_content1_, CA_OFFER);
328
result = channel2_->
SetLocalContent
(&local_media_content2_, CA_ANSWER);
340
bool result = channel1_->
SetLocalContent
(&local_media_content1_, CA_OFFER);
349
bool result = channel2_->
SetLocalContent
(&local_media_content2_,
361
bool result = channel2_->
SetLocalContent
(&local_media_content2_, CA_ANSWER);
588
// Test that
SetLocalContent
and SetRemoteContent properly configure
594
EXPECT_TRUE(channel1_->
SetLocalContent
(&content, CA_OFFER));
602
// Test that
SetLocalContent
and SetRemoteContent properly deals
607
EXPECT_TRUE(channel1_->
SetLocalContent
(&content, CA_OFFER));
616
// Test that
SetLocalContent
and SetRemoteContent properly set RTC
[
all
...]
channel.h
114
bool
SetLocalContent
(const MediaContentDescription* content,
call.cc
526
video_channel->
SetLocalContent
(video, CA_UPDATE);
549
video_channel->
SetLocalContent
(video, CA_UPDATE);
[
all
...]
channel.cc
508
bool BaseChannel::
SetLocalContent
(const MediaContentDescription* content,
862
!
SetLocalContent
(content_desc, action)) {
863
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 519 milliseconds