OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SrtpFilter
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/talk/session/media/
srtpfilter.h
68
// TODO: Figure out concurrency policy for
SrtpFilter
.
69
class
SrtpFilter
{
82
SrtpFilter
();
83
~
SrtpFilter
();
232
sigslot::repeater3<uint32_t,
SrtpFilter
::Mode,
SrtpFilter
::Error>
278
sigslot::signal3<uint32_t,
SrtpFilter
::Mode,
SrtpFilter
::Error>
286
mode(
SrtpFilter
::PROTECT),
287
error(
SrtpFilter
::ERROR_NONE)
[
all
...]
srtpfilter.cc
30
#include "talk/session/media/
srtpfilter
.h"
70
//
SrtpFilter
needs that constant.
117
SrtpFilter
::
SrtpFilter
()
122
SrtpFilter
::~
SrtpFilter
() {
125
bool
SrtpFilter
::IsActive() const {
129
bool
SrtpFilter
::SetOffer(const std::vector<CryptoParams>& offer_params,
138
bool
SrtpFilter
::SetAnswer(const std::vector<CryptoParams>& answer_params,
143
bool
SrtpFilter
::SetProvisionalAnswer
[
all
...]
srtpfilter_unittest.cc
31
#include "talk/session/media/
srtpfilter
.h"
139
cricket::
SrtpFilter
f1_;
140
cricket::
SrtpFilter
f2_;
[
all
...]
channel_unittest.cc
[
all
...]
channel.h
46
#include "talk/session/media/
srtpfilter
.h"
175
SrtpFilter
* srtp_filter() { return &srtp_filter_; }
321
SrtpFilter
srtp_filter_;
Completed in 62 milliseconds