Home
last modified time | relevance | path

Searched refs:channel_owner (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/voice_engine/
Dchannel_manager.cc22 ChannelOwner::ChannelOwner(const ChannelOwner& channel_owner) in ChannelOwner() argument
23 : channel_ref_(channel_owner.channel_ref_) { in ChannelOwner()
67 ChannelOwner channel_owner(channel); in CreateChannelInternal() local
71 channels_.push_back(channel_owner); in CreateChannelInternal()
73 return channel_owner; in CreateChannelInternal()
Dvoe_base_impl.cc396 voe::ChannelOwner channel_owner = shared_->channel_manager().CreateChannel(); in CreateChannel() local
397 return InitializeChannel(&channel_owner); in CreateChannel()
406 voe::ChannelOwner channel_owner = in CreateChannel() local
408 return InitializeChannel(&channel_owner); in CreateChannel()
411 int VoEBaseImpl::InitializeChannel(voe::ChannelOwner* channel_owner) { in InitializeChannel() argument
412 if (channel_owner->channel()->SetEngineInformation( in InitializeChannel()
422 channel_owner->channel()->ChannelId()); in InitializeChannel()
424 } else if (channel_owner->channel()->Init() != 0) { in InitializeChannel()
430 channel_owner->channel()->ChannelId()); in InitializeChannel()
433 return channel_owner->channel()->ChannelId(); in InitializeChannel()
Dchannel_proxy.cc23 ChannelProxy::ChannelProxy(const ChannelOwner& channel_owner) : in ChannelProxy() argument
24 channel_owner_(channel_owner) { in ChannelProxy()
Dchannel_proxy.h42 explicit ChannelProxy(const ChannelOwner& channel_owner);
Dchannel_manager.h50 ChannelOwner(const ChannelOwner& channel_owner);
Dvoe_base_impl.h139 int InitializeChannel(voe::ChannelOwner* channel_owner);