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

  /external/chromium_org/remoting/protocol/
session_manager.h 5 // The purpose of SessionManager is to facilitate creation of chromotocol
22 // Implementations of the Session and SessionManager interfaces
31 // The SessionManager must not be closed or destroyed before all sessions
32 // created by that SessionManager are destroyed. Caller owns Sessions
33 // created by a SessionManager (except rejected
34 // sessions). The SignalStrategy must outlive the SessionManager.
76 class SessionManager : public base::NonThreadSafe {
78 SessionManager() {}
79 virtual ~SessionManager() {}
146 // once per SessionManager because it may not be safe to delet
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessionmanager.cc 28 #include "talk/p2p/base/sessionmanager.h"
43 SessionManager::SessionManager(PortAllocator *allocator,
55 SessionManager::~SessionManager() {
63 void SessionManager::AddClient(const std::string& content_type,
69 void SessionManager::RemoveClient(const std::string& content_type) {
75 SessionClient* SessionManager::GetClient(const std::string& content_type) {
80 Session* SessionManager::CreateSession(const std::string& local_name,
86 Session* SessionManager::CreateSession(const std::string& id
    [all...]
sessionmanager.h 52 // SessionManager manages session instances.
53 class SessionManager : public sigslot::has_slots<> {
55 SessionManager(PortAllocator *allocator,
57 virtual ~SessionManager();
133 sigslot::signal2<SessionManager*,
147 // Signaled when this SessionManager is deleted.
  /external/chromium_org/chrome/browser/chromeos/login/session/
session_manager.h 24 // SessionManager is responsible for starting user session which includes:
29 class SessionManager :
32 public base::SupportsWeakPtr<SessionManager> {
47 // Returns SessionManager instance.
48 static SessionManager* GetInstance();
90 friend struct DefaultSingletonTraits<SessionManager>;
94 SessionManager();
95 virtual ~SessionManager();
164 DISALLOW_COPY_AND_ASSIGN(SessionManager);
session_manager.cc 117 SessionManager* SessionManager::GetInstance() {
118 return Singleton<SessionManager,
119 DefaultSingletonTraits<SessionManager> >::get();
123 void SessionManager::RegisterPrefs(PrefRegistrySimple* registry) {
128 SessionManager::SessionManager()
137 SessionManager::~SessionManager() {
141 void SessionManager::OnSessionRestoreStateChanged
    [all...]
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
SessionManager.java 31 * SessionManager manages a media session as a queue. It supports common
38 public class SessionManager implements Callback {
39 private static final String TAG = "SessionManager";
51 public SessionManager(String name) {
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
SessionManager.java 31 * SessionManager manages a media session as a queue. It supports common
38 public class SessionManager implements Callback {
39 private static final String TAG = "SessionManager";
51 public SessionManager(String name) {
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
SessionManager.java 29 * SessionManager manages a media session as a queue. It supports common
36 public class SessionManager implements Player.Callback {
37 private static final String TAG = "SessionManager";
49 public SessionManager(String name) {
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
SessionManager.java 31 * SessionManager manages a media session as a queue. It supports common
38 public class SessionManager implements Callback {
39 private static final String TAG = "SessionManager";
51 public SessionManager(String name) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 340 milliseconds