OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SrtpSession
(Results
1 - 2
of
2
) 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_;
Completed in 50 milliseconds