OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ChannelManager
(Results
1 - 4
of
4
) sorted by null
/external/chromium/third_party/libjingle/source/talk/session/phone/
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
...]
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
();
mediasessionclient.h
36
#include "talk/session/phone/
channelmanager
.h"
95
ChannelManager
* channel_manager() const { return channel_manager_; }
158
ChannelManager
*channel_manager_;
mediasessionclient.cc
57
channel_manager_(new
ChannelManager
(session_manager_->worker_thread())),
66
channel_manager_(new
ChannelManager
(
79
// In previous versions of
ChannelManager
, this was done automatically
[
all
...]
Completed in 684 milliseconds