OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:srtp_stat_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.h
228
talk_base::scoped_ptr<SrtpStat>
srtp_stat_
;
member in class:cricket::SrtpSession
srtpfilter_unittest.cc
705
srtp_stat_
.SignalSrtpError.connect(this, &SrtpStatTest::OnSrtpError);
706
srtp_stat_
.set_signal_silent_time(200);
722
cricket::SrtpStat
srtp_stat_
;
member in class:SrtpStatTest
733
srtp_stat_
.AddProtectRtpResult(1, err_status_ok);
738
srtp_stat_
.AddProtectRtpResult(1, err_status_auth_fail);
743
srtp_stat_
.AddProtectRtpResult(1, err_status_fail);
749
srtp_stat_
.AddProtectRtpResult(1, err_status_fail);
756
srtp_stat_
.AddProtectRtpResult(1, err_status_fail);
[
all
...]
Completed in 32 milliseconds