Searched defs:channel_owner (Results 1 - 2 of 2) sorted by last modified time

/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 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...]

Completed in 581 milliseconds