HomeSort by relevance Sort by last modified time
    Searched defs:BaseSession (Results 1 - 4 of 4) 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...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session.cc 295 std::string BaseSession::StateToString(State state) {
335 BaseSession::BaseSession(talk_base::Thread* signaling_thread,
358 BaseSession::~BaseSession() {
375 bool BaseSession::SetIdentity(talk_base::SSLIdentity* identity) {
386 bool BaseSession::PushdownTransportDescription(ContentSource source,
394 bool BaseSession::PushdownLocalTransportDescription(
418 bool BaseSession::PushdownRemoteTransportDescription(
440 TransportChannel* BaseSession::CreateChannel(const std::string& content_name
    [all...]
session.h 51 class BaseSession;
199 // A BaseSession manages general session state. This includes negotiation
206 class BaseSession : public sigslot::has_slots<>,
246 BaseSession(talk_base::Thread* signaling_thread,
252 virtual ~BaseSession();
314 sigslot::signal2<BaseSession* , State> SignalState;
319 sigslot::signal2<BaseSession* , Error> SignalError;
329 sigslot::signal2<BaseSession* , const ContentInfos&>
334 sigslot::signal2<BaseSession*, ContentAction> SignalNewLocalDescription;
338 sigslot::signal2<BaseSession*, ContentAction> SignalNewRemoteDescription
    [all...]

Completed in 39 milliseconds