HomeSort by relevance Sort by last modified time
    Searched refs: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...]
channel.h 103 bool SetLocalContent(const MediaContentDescription* content,

Completed in 51 milliseconds