OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SrtpSession
(Results
1 - 5
of
5
) sorted by null
/external/chromium/third_party/libjingle/source/talk/session/phone/
srtpfilter.cc
244
//
SrtpSession
248
bool
SrtpSession
::inited_ = false;
249
std::list<
SrtpSession
*>
SrtpSession
::sessions_;
251
SrtpSession
::
SrtpSession
()
256
SrtpSession
::~
SrtpSession
() {
263
bool
SrtpSession
::SetSend(const std::string& cs, const uint8* key, int len) {
267
bool
SrtpSession
::SetRecv(const std::string& cs, const uint8* key, int len)
[
all
...]
srtpfilter.h
58
class
SrtpSession
{
60
SrtpSession
();
61
~
SrtpSession
();
89
static std::list<
SrtpSession
*> sessions_;
141
SrtpSession
send_session_;
142
SrtpSession
recv_session_;
/external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.cc
105
SrtpSession
::Terminate();
170
//
SrtpSession
.
184
send_rtcp_session_.reset(new
SrtpSession
());
190
recv_rtcp_session_.reset(new
SrtpSession
());
331
send_session_.reset(new
SrtpSession
());
333
recv_session_.reset(new
SrtpSession
());
437
//
SrtpSession
441
bool
SrtpSession
::inited_ = false;
443
SrtpSession
::
SrtpSession
()
[
all
...]
srtpfilter.h
64
class
SrtpSession
;
179
talk_base::scoped_ptr<
SrtpSession
> send_session_;
180
talk_base::scoped_ptr<
SrtpSession
> recv_session_;
181
talk_base::scoped_ptr<
SrtpSession
> send_rtcp_session_;
182
talk_base::scoped_ptr<
SrtpSession
> recv_rtcp_session_;
188
class
SrtpSession
{
190
SrtpSession
();
191
~
SrtpSession
();
223
static std::list<
SrtpSession
*>* sessions();
231
DISALLOW_COPY_AND_ASSIGN(
SrtpSession
);
[
all
...]
srtpfilter_unittest.cc
561
cricket::
SrtpSession
s1_;
562
cricket::
SrtpSession
s2_;
[
all
...]
Completed in 69 milliseconds