Searched refs:channel_owner (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dchannel_manager.cc22 ChannelOwner::ChannelOwner(const ChannelOwner& channel_owner) argument
23 : channel_ref_(channel_owner.channel_ref_) {
65 ChannelOwner channel_owner(channel);
69 channels_.push_back(channel_owner);
71 return channel_owner;
H A Dchannel_manager.h42 // Channel channel_owner = channel_manager.GetChannel(channel_id);
43 // if (channel_owner.IsValid())
44 // channel_owner.channel()->...;
49 ChannelOwner(const ChannelOwner& channel_owner);
H A Dvoe_base_impl.cc506 voe::ChannelOwner channel_owner = _shared->channel_manager().CreateChannel(); local
508 return InitializeChannel(&channel_owner);
517 voe::ChannelOwner channel_owner = _shared->channel_manager().CreateChannel( local
519 return InitializeChannel(&channel_owner);
522 int VoEBaseImpl::InitializeChannel(voe::ChannelOwner* channel_owner) argument
524 if (channel_owner->channel()->SetEngineInformation(
538 .DestroyChannel(channel_owner->channel()->ChannelId());
540 } else if (channel_owner->channel()->Init() != 0) {
547 .DestroyChannel(channel_owner->channel()->ChannelId());
553 "CreateChannel() => %d", channel_owner
[all...]
H A Dvoe_base_impl.h154 int InitializeChannel(voe::ChannelOwner* channel_owner);

Completed in 1764 milliseconds