OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FailureKey
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/talk/session/media/
srtpfilter.h
283
struct
FailureKey
{
284
FailureKey
()
289
FailureKey
(uint32_t in_ssrc,
293
bool operator <(const
FailureKey
& key) const {
319
void HandleSrtpResult(const
FailureKey
& key);
321
std::map<
FailureKey
, FailureStat> failures_;
srtpfilter.cc
861
FailureKey
key;
878
FailureKey
key;
906
void SrtpStat::HandleSrtpResult(const SrtpStat::
FailureKey
& key) {
948
void SrtpStat::HandleSrtpResult(const SrtpStat::
FailureKey
& key) {
Completed in 3139 milliseconds