Home
last modified time | relevance | path

Searched defs:channel_owner (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/voice_engine/
Dchannel_manager.cc22 ChannelOwner::ChannelOwner(const ChannelOwner& channel_owner) in ChannelOwner()
67 ChannelOwner channel_owner(channel); in CreateChannelInternal() local
Dvoe_base_impl.cc396 voe::ChannelOwner channel_owner = shared_->channel_manager().CreateChannel(); in CreateChannel() local
406 voe::ChannelOwner channel_owner = in CreateChannel() local
411 int VoEBaseImpl::InitializeChannel(voe::ChannelOwner* channel_owner) { in InitializeChannel()
Dchannel_proxy.cc23 ChannelProxy::ChannelProxy(const ChannelOwner& channel_owner) : in ChannelProxy()