HomeSort by relevance Sort by last modified time
    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 483 bool BaseChannel::SetLocalContent(const MediaContentDescription* content,
831 !SetLocalContent(content_desc, action)) {
832 LOG(LS_ERROR) << "Failure in SetLocalContent with action " << action;
    [all...]

Completed in 192 milliseconds