HomeSort by relevance Sort by last modified time
    Searched defs:BaseSession (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
session.cc 158 BaseSession::BaseSession(talk_base::Thread *signaling_thread)
164 BaseSession::~BaseSession() {
169 void BaseSession::SetState(State state) {
178 void BaseSession::SetError(Error error) {
186 void BaseSession::OnMessage(talk_base::Message *pmsg) {
224 BaseSession(session_manager->signaling_thread()) {
895 BaseSession::SetError(error);
901 // preserve this because BaseSession::OnMessage may modify i
    [all...]
session.h 127 // on Session. Right now the Channel class requires a BaseSession, but it only
129 // TransportChannelFactory could be hoisted up out of BaseSession, or maybe
132 // A BaseSession manages general session state. This includes negotiation
139 class BaseSession : public sigslot::has_slots<>,
167 explicit BaseSession(talk_base::Thread *signaling_thread);
168 virtual ~BaseSession();
182 sigslot::signal2<BaseSession *, State> SignalState;
187 sigslot::signal2<BaseSession *, Error> SignalError;
266 // known after the BaseSession has been initiated and it must be updated
287 class Session : public BaseSession {
    [all...]

Completed in 39 milliseconds