OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SrtpStat
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.h
65
class
SrtpStat
;
228
talk_base::scoped_ptr<
SrtpStat
> srtp_stat_;
235
class
SrtpStat
{
237
SrtpStat
();
306
DISALLOW_COPY_AND_ASSIGN(
SrtpStat
);
srtpfilter.cc
447
srtp_stat_(new
SrtpStat
()),
723
//
SrtpStat
727
SrtpStat
::
SrtpStat
()
731
void
SrtpStat
::AddProtectRtpResult(uint32 ssrc, int result) {
748
void
SrtpStat
::AddUnprotectRtpResult(uint32 ssrc, int result) {
769
void
SrtpStat
::AddProtectRtcpResult(int result) {
773
void
SrtpStat
::AddUnprotectRtcpResult(int result) {
777
void
SrtpStat
::HandleSrtpResult(const
SrtpStat
::FailureKey& key)
[
all
...]
Completed in 44 milliseconds