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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession.h 70 extern const char kSdpWithoutCrypto[];
webrtcsession.cc 83 const char kSdpWithoutCrypto[] = "Called with a SDP without crypto enabled.";
544 return BadLocalSdp(kSdpWithoutCrypto, err_desc);
622 return BadRemoteSdp(kSdpWithoutCrypto, err_desc);
    [all...]
webrtcsession_unittest.cc 88 using webrtc::kSdpWithoutCrypto;
    [all...]

Completed in 124 milliseconds