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

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.h 65 class SrtpStat;
244 rtc::scoped_ptr<SrtpStat> srtp_stat_;
251 class SrtpStat {
253 SrtpStat();
322 DISALLOW_COPY_AND_ASSIGN(SrtpStat);
srtpfilter.cc 473 srtp_stat_(new SrtpStat()),
811 // SrtpStat
815 SrtpStat::SrtpStat()
819 void SrtpStat::AddProtectRtpResult(uint32 ssrc, int result) {
836 void SrtpStat::AddUnprotectRtpResult(uint32 ssrc, int result) {
857 void SrtpStat::AddProtectRtcpResult(int result) {
861 void SrtpStat::AddUnprotectRtcpResult(int result) {
865 void SrtpStat::HandleSrtpResult(const SrtpStat::FailureKey& key)
    [all...]
srtpfilter_unittest.cc 752 cricket::SrtpStat srtp_stat_;
    [all...]

Completed in 40 milliseconds