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

  /external/webrtc/webrtc/p2p/base/
transport.h 126 int srtp_crypto_suite = rtc::SRTP_INVALID_CRYPTO_SUITE; member in struct:cricket::TransportChannelStats
  /external/webrtc/talk/app/webrtc/
statscollector.cc 740 int srtp_crypto_suite = channel_iter.srtp_crypto_suite; local
741 if (srtp_crypto_suite != rtc::SRTP_INVALID_CRYPTO_SUITE &&
742 rtc::SrtpCryptoSuiteToName(srtp_crypto_suite).length()) {
745 rtc::SrtpCryptoSuiteToName(srtp_crypto_suite));
    [all...]