HomeSort by relevance Sort by last modified time
    Searched defs:ChannelManager (Results 1 - 2 of 2) 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...]

Completed in 23 milliseconds