Searched defs:BaseSession (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dsession.cc158 BaseSession::BaseSession(talk_base::Thread *signaling_thread) function in class:cricket::BaseSession
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
[all...]
H A Dsession.h127 // 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<>, class in namespace:cricket
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 71 milliseconds