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

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessiondescription.h 99 CA_OFFER, CA_ANSWER, CA_UPDATE
  /external/chromium/third_party/libjingle/source/talk/session/phone/
channel.cc 398 if (content && !SetLocalContent(content, CA_ANSWER)) {
399 LOG(LS_ERROR) << "Failure in SetLocalContent with CA_ANSWER";
412 if (content && !SetRemoteContent(content, CA_ANSWER)) {
413 LOG(LS_ERROR) << "Failure in SetRemoteContent with CA_ANSWER";
499 } else if (action == CA_ANSWER) {
513 } else if (action == CA_ANSWER) {
    [all...]

Completed in 25 milliseconds