OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetLocalContent
(Results
1 - 2
of
2
) sorted by null
/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
...]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
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
...]
Completed in 28 milliseconds