HomeSort by relevance Sort by last modified time
    Searched defs:SetRemoteContent (Results 1 - 2 of 2) sorted by null

  /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...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc 490 bool BaseChannel::SetRemoteContent(const MediaContentDescription* content,
844 !SetRemoteContent(content_desc, action)) {
845 LOG(LS_ERROR) << "Failure in SetRemoteContent with action " << action;
    [all...]

Completed in 39 milliseconds