HomeSort by relevance Sort by last modified time
    Searched refs:SrtpSession (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.cc 113 SrtpSession::Terminate();
177 // SrtpSession.
191 send_rtcp_session_.reset(new SrtpSession());
197 recv_rtcp_session_.reset(new SrtpSession());
357 send_session_.reset(new SrtpSession());
359 recv_session_.reset(new SrtpSession());
463 // SrtpSession
467 bool SrtpSession::inited_ = false;
469 SrtpSession::SrtpSession()
    [all...]
srtpfilter.h 64 class SrtpSession;
185 rtc::scoped_ptr<SrtpSession> send_session_;
186 rtc::scoped_ptr<SrtpSession> recv_session_;
187 rtc::scoped_ptr<SrtpSession> send_rtcp_session_;
188 rtc::scoped_ptr<SrtpSession> recv_rtcp_session_;
194 class SrtpSession {
196 SrtpSession();
197 ~SrtpSession();
239 static std::list<SrtpSession*>* sessions();
247 DISALLOW_COPY_AND_ASSIGN(SrtpSession);
    [all...]
srtpfilter_unittest.cc 580 cricket::SrtpSession s1_;
581 cricket::SrtpSession s2_;
    [all...]

Completed in 52 milliseconds