OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetRemoteContent
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/session/media/
channel_unittest.cc
324
result = channel2_->
SetRemoteContent
(&remote_media_content1_, CA_OFFER);
336
return channel1_->
SetRemoteContent
(&remote_media_content2_, CA_ANSWER);
343
result = channel2_->
SetRemoteContent
(&remote_media_content1_, CA_OFFER);
353
result = channel1_->
SetRemoteContent
(&remote_media_content2_,
363
result = channel1_->
SetRemoteContent
(&remote_media_content2_, CA_ANSWER);
588
// Test that SetLocalContent and
SetRemoteContent
properly configure
596
EXPECT_TRUE(channel1_->
SetRemoteContent
(&content, CA_ANSWER));
602
// Test that SetLocalContent and
SetRemoteContent
properly deals
610
EXPECT_TRUE(channel1_->
SetRemoteContent
(&content, CA_ANSWER));
616
// Test that SetLocalContent and
SetRemoteContent
properly set RTC
[
all
...]
call.cc
873
if (!voice_channel->
SetRemoteContent
(audio, CA_UPDATE)) {
874
LOG(LS_ERROR) << "Failure in audio
SetRemoteContent
with CA_UPDATE";
884
if (!video_channel->
SetRemoteContent
(video, CA_UPDATE)) {
885
LOG(LS_ERROR) << "Failure in video
SetRemoteContent
with CA_UPDATE";
895
if (!data_channel->
SetRemoteContent
(data, CA_UPDATE)) {
896
LOG(LS_ERROR) << "Failure in data
SetRemoteContent
with CA_UPDATE";
[
all
...]
channel.h
116
bool
SetRemoteContent
(const MediaContentDescription* content,
channel.cc
515
bool BaseChannel::
SetRemoteContent
(const MediaContentDescription* content,
875
!
SetRemoteContent
(content_desc, action)) {
876
LOG(LS_ERROR) << "Failure in
SetRemoteContent
with action " << action;
[
all
...]
/external/chromium/third_party/libjingle/source/talk/session/phone/
channel.cc
165
bool BaseChannel::
SetRemoteContent
(const MediaContentDescription* content,
405
if (content && !
SetRemoteContent
(content, CA_OFFER)) {
406
LOG(LS_ERROR) << "Failure in
SetRemoteContent
with CA_OFFER";
412
if (content && !
SetRemoteContent
(content, CA_ANSWER)) {
413
LOG(LS_ERROR) << "Failure in
SetRemoteContent
with CA_ANSWER";
[
all
...]
channel.h
105
bool
SetRemoteContent
(const MediaContentDescription* content,
Completed in 38 milliseconds