HomeSort by relevance Sort by last modified time
    Searched refs:channel_owner (Results 1 - 6 of 6) sorted by null

  /external/webrtc/webrtc/voice_engine/
channel_manager.cc 22 ChannelOwner::ChannelOwner(const ChannelOwner& channel_owner)
23 : channel_ref_(channel_owner.channel_ref_) {
67 ChannelOwner channel_owner(channel);
71 channels_.push_back(channel_owner);
73 return channel_owner;
channel_proxy.h 42 explicit ChannelProxy(const ChannelOwner& channel_owner);
channel_manager.h 43 // Channel channel_owner = channel_manager.GetChannel(channel_id);
44 // if (channel_owner.IsValid())
45 // channel_owner.channel()->...;
50 ChannelOwner(const ChannelOwner& channel_owner);
voe_base_impl.cc 396 voe::ChannelOwner channel_owner = shared_->channel_manager().CreateChannel(); local
397 return InitializeChannel(&channel_owner);
406 voe::ChannelOwner channel_owner = local
408 return InitializeChannel(&channel_owner);
411 int VoEBaseImpl::InitializeChannel(voe::ChannelOwner* channel_owner) {
412 if (channel_owner->channel()->SetEngineInformation(
422 channel_owner->channel()->ChannelId());
424 } else if (channel_owner->channel()->Init() != 0) {
430 channel_owner->channel()->ChannelId());
433 return channel_owner->channel()->ChannelId()
    [all...]
channel_proxy.cc 23 ChannelProxy::ChannelProxy(const ChannelOwner& channel_owner) :
24 channel_owner_(channel_owner) {
voe_base_impl.h 139 int InitializeChannel(voe::ChannelOwner* channel_owner);

Completed in 644 milliseconds