OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SrtpStat
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/talk/session/media/
srtpfilter.h
59
class
SrtpStat
;
249
rtc::scoped_ptr<
SrtpStat
> srtp_stat_;
257
class
SrtpStat
{
259
SrtpStat
();
325
RTC_DISALLOW_COPY_AND_ASSIGN(
SrtpStat
);
srtpfilter.cc
497
srtp_stat_(new
SrtpStat
()),
852
//
SrtpStat
856
SrtpStat
::
SrtpStat
()
860
void
SrtpStat
::AddProtectRtpResult(uint32_t ssrc, int result) {
877
void
SrtpStat
::AddUnprotectRtpResult(uint32_t ssrc, int result) {
898
void
SrtpStat
::AddProtectRtcpResult(int result) {
902
void
SrtpStat
::AddUnprotectRtcpResult(int result) {
906
void
SrtpStat
::HandleSrtpResult(const
SrtpStat
::FailureKey& key)
[
all
...]
srtpfilter_unittest.cc
[
all
...]
Completed in 348 milliseconds