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

  /external/chromium/third_party/libjingle/source/talk/p2p/client/
sessionmanagertask.h 31 #include "talk/p2p/base/sessionmanager.h"
39 // SessionManager. The sending part is handed over to SessionSendTask.
43 SessionManagerTask(TaskParent *parent, SessionManager *session_manager)
56 session_manager_, &SessionManager::OnSignalingReady);
79 SessionManager* session_manager_;
81 void OnOutgoingMessage(SessionManager* manager,
sessionsendtask.h 36 #include "talk/p2p/base/sessionmanager.h"
42 // within 5 seconds, it will signal failure on a SessionManager. If an error
48 SessionSendTask(TaskParent *parent, SessionManager *session_manager)
130 SessionManager *session_manager_;
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionmanager.cc 28 #include "talk/p2p/base/sessionmanager.h"
41 SessionManager::SessionManager(PortAllocator *allocator,
53 SessionManager::~SessionManager() {
60 void SessionManager::AddClient(const std::string& content_type,
66 void SessionManager::RemoveClient(const std::string& content_type) {
72 SessionClient* SessionManager::GetClient(const std::string& content_type) {
77 Session* SessionManager::CreateSession(const std::string& local_name,
84 Session* SessionManager::CreateSession
    [all...]
sessionmanager.h 51 // SessionManager manages session instances
53 class SessionManager : public sigslot::has_slots<> {
55 SessionManager(PortAllocator *allocator,
57 virtual ~SessionManager();
113 sigslot::signal2<SessionManager*,
session.h 37 #include "talk/p2p/base/sessionmanager.h"
286 // A specific Session created by the SessionManager, using XMPP for protocol.
290 SessionManager* session_manager() const { return session_manager_; }
381 // Creates or destroys a session. (These are called only SessionManager.)
382 Session(SessionManager *session_manager,
440 // (These are called only by SessionManager.)
499 // (These are called only by SessionManager.)
507 // into the appropriate XMPP response by SessionManager.
531 SessionManager *session_manager_;
545 friend class SessionManager; // For access to constructor, destructor
    [all...]
transport.h 72 class SessionManager;
session.cc 219 Session::Session(SessionManager *session_manager,
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.h 39 #include "talk/p2p/base/sessionmanager.h"
59 TunnelSessionClientBase(const buzz::Jid& jid, SessionManager* manager,
64 SessionManager* session_manager() const { return session_manager_; }
101 SessionManager* session_manager_;
110 TunnelSessionClient(const buzz::Jid& jid, SessionManager* manager);
111 TunnelSessionClient(const buzz::Jid& jid, SessionManager* manager,
securetunnelsessionclient.h 62 // manager is the SessionManager to which we register this client
64 SecureTunnelSessionClient(const buzz::Jid& jid, SessionManager* manager);
tunnelsessionclient.cc 102 SessionManager* manager, const std::string &ns)
206 SessionManager* manager,
212 SessionManager* manager)
securetunnelsessionclient.cc 79 const buzz::Jid& jid, SessionManager* manager)
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.h 42 #include "talk/p2p/base/sessionmanager.h"
86 MediaSessionClient(const buzz::Jid& jid, SessionManager *manager);
89 MediaSessionClient(const buzz::Jid& jid, SessionManager *manager,
94 SessionManager* session_manager() const { return session_manager_; }
156 SessionManager* session_manager_;
mediasessionclient.cc 55 const buzz::Jid& jid, SessionManager *manager)
63 const buzz::Jid& jid, SessionManager *manager,
    [all...]
  /external/chromium/third_party/libjingle/source/talk/examples/call/
callclient.h 173 cricket::SessionManager* session_manager_;
callclient.cc 48 #include "talk/p2p/base/sessionmanager.h"
356 session_manager_ = new cricket::SessionManager(
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 

Completed in 215 milliseconds