Home | History | Annotate | Download | only in voice_engine

Lines Matching defs:CreateChannel

497 int VoEBaseImpl::CreateChannel() {
499 "CreateChannel()");
506 voe::ChannelOwner channel_owner = _shared->channel_manager().CreateChannel();
511 int VoEBaseImpl::CreateChannel(const Config& config) {
517 voe::ChannelOwner channel_owner = _shared->channel_manager().CreateChannel(
535 "CreateChannel() failed to associate engine and channel."
544 "CreateChannel() failed to initialize channel. Destroying"
553 "CreateChannel() => %d", channel_owner->channel()->ChannelId());