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

  /external/chromium_org/third_party/webrtc/voice_engine/
channel_manager.cc 48 ChannelManager::ChannelManager(uint32_t instance_id, const Config& config)
54 ChannelOwner ChannelManager::CreateChannel() {
58 ChannelOwner ChannelManager::CreateChannel(const Config& external_config) {
62 ChannelOwner ChannelManager::CreateChannelInternal(const Config& config) {
74 ChannelOwner ChannelManager::GetChannel(int32_t channel_id) {
84 void ChannelManager::GetAllChannels(std::vector<ChannelOwner>* channels) {
90 void ChannelManager::DestroyChannel(int32_t channel_id) {
110 void ChannelManager::DestroyAllChannels() {
121 size_t ChannelManager::NumOfChannels() const
    [all...]
channel_manager.h 34 // ChannelManager::CreateChannel() and ChannelManager::GetChannel(...).
70 class ChannelManager {
72 ChannelManager(uint32_t instance_id, const Config& config);
75 // the ChannelManager. The iteration will then occur over this state, not the
76 // current one of the ChannelManager. As the Iterator holds its own references
78 // ChannelManager.
81 explicit Iterator(ChannelManager* channel_manager);
126 DISALLOW_COPY_AND_ASSIGN(ChannelManager);
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channelmanager.cc 28 #include "talk/session/media/channelmanager.h"
80 ChannelManager::ChannelManager(rtc::Thread* worker_thread) {
89 ChannelManager::ChannelManager(MediaEngineInterface* me,
97 ChannelManager::ChannelManager(MediaEngineInterface* me,
107 void ChannelManager::Construct(MediaEngineInterface* me,
137 this, &ChannelManager::OnVideoCaptureStateChange);
139 this, &ChannelManager::OnVideoCaptureStateChange)
    [all...]
channelmanager.h 52 // ChannelManager allows the MediaEngine to run on a separate thread, and takes
58 // ChannelManager also allows the application to discover what devices it has
60 class ChannelManager : public rtc::MessageHandler,
65 explicit ChannelManager(rtc::Thread* worker);
69 // engine and dev manager to be mocks. The ChannelManager takes
71 ChannelManager(MediaEngineInterface* me,
77 ChannelManager(MediaEngineInterface* me,
80 ~ChannelManager();
245 // This is here so that ChannelManager subclasses can set the video

Completed in 4060 milliseconds