Searched refs:channel_owner (Results 1 – 6 of 6) sorted by relevance
22 ChannelOwner::ChannelOwner(const ChannelOwner& channel_owner) in ChannelOwner() argument23 : channel_ref_(channel_owner.channel_ref_) { in ChannelOwner()67 ChannelOwner channel_owner(channel); in CreateChannelInternal() local71 channels_.push_back(channel_owner); in CreateChannelInternal()73 return channel_owner; in CreateChannelInternal()
396 voe::ChannelOwner channel_owner = shared_->channel_manager().CreateChannel(); in CreateChannel() local397 return InitializeChannel(&channel_owner); in CreateChannel()406 voe::ChannelOwner channel_owner = in CreateChannel() local408 return InitializeChannel(&channel_owner); in CreateChannel()411 int VoEBaseImpl::InitializeChannel(voe::ChannelOwner* channel_owner) { in InitializeChannel() argument412 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()
23 ChannelProxy::ChannelProxy(const ChannelOwner& channel_owner) : in ChannelProxy() argument24 channel_owner_(channel_owner) { in ChannelProxy()
42 explicit ChannelProxy(const ChannelOwner& channel_owner);
50 ChannelOwner(const ChannelOwner& channel_owner);
139 int InitializeChannel(voe::ChannelOwner* channel_owner);