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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
channelmanager.h 47 // ChannelManager allows the MediaEngine to run on a separate thread, and takes
53 // ChannelManager also allows the application to discover what devices it has
55 class ChannelManager : public talk_base::MessageHandler,
59 explicit ChannelManager(talk_base::Thread* worker);
61 // The ChannelManager takes ownership of these objects.
62 ChannelManager(MediaEngine* me, DeviceManager* dm, talk_base::Thread* worker);
63 ~ChannelManager();
channelmanager.cc 28 #include "talk/session/phone/channelmanager.h"
132 ChannelManager::ChannelManager(talk_base::Thread* worker_thread)
147 ChannelManager::ChannelManager(MediaEngine* me, DeviceManager* dm,
163 void ChannelManager::Construct() {
173 this, &ChannelManager::OnVideoCaptureResult);
176 ChannelManager::~ChannelManager() {
181 int ChannelManager::GetCapabilities()
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channelmanager.h 49 // ChannelManager allows the MediaEngine to run on a separate thread, and takes
55 // ChannelManager also allows the application to discover what devices it has
57 class ChannelManager : public talk_base::MessageHandler,
62 explicit ChannelManager(talk_base::Thread* worker);
66 // engine and dev manager to be mocks. The ChannelManager takes
68 ChannelManager(MediaEngineInterface* me,
74 ChannelManager(MediaEngineInterface* me,
77 ~ChannelManager();
channelmanager.cc 28 #include "talk/session/media/channelmanager.h"
80 ChannelManager::ChannelManager(talk_base::Thread* worker_thread) {
89 ChannelManager::ChannelManager(MediaEngineInterface* me,
97 ChannelManager::ChannelManager(MediaEngineInterface* me,
107 void ChannelManager::Construct(MediaEngineInterface* me,
136 this, &ChannelManager::OnVideoCaptureStateChange);
138 this, &ChannelManager::OnVideoCaptureStateChange)
    [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
ChannelManager.java 32 * ChannelManager. Please read the comments in Channel.java.
37 * @version $Id: ChannelManager.java 41 2011-06-02 10:36:41Z dkocher@sudo.ch $
39 public class ChannelManager implements MessageHandler
41 private static final Logger log = Logger.getLogger(ChannelManager.class);
59 public ChannelManager(TransportManager tm)
    [all...]

Completed in 372 milliseconds