Searched refs:GetAudioChannel (Results 1 – 10 of 10) sorted by relevance
32 adapter.GetAudioChannel(AudioAdapterChannel::CHANNEL_3); in AudioGetChannelFuzzTest()
61 audioRendererAdapterImpl.GetAudioChannel(channel); in AudioRendererAdapterFuzzTest()
114 options.streamInfo.channels = GetAudioChannel(capturerOptions->GetChannels()); in Create()263 AudioChannel AudioCapturerAdapterImpl::GetAudioChannel(AudioAdapterChannel channel) in GetAudioChannel() function in OHOS::NWeb::AudioCapturerAdapterImpl
351 AudioChannel AudioRendererAdapterImpl::GetAudioChannel(AudioAdapterChannel channel) in GetAudioChannel() function in OHOS::NWeb::AudioRendererAdapterImpl400 out.streamInfo.channels = GetAudioChannel(in->GetChannel()); in TransformToAudioRendererOptions()
76 static AudioChannel GetAudioChannel(AudioAdapterChannel channel);
98 static AudioChannel GetAudioChannel(AudioAdapterChannel channel);
107 adapter.GetAudioChannel(AudioAdapterChannel::CHANNEL_4); in AudioCapturerFuzzTest()
468 AudioRendererAdapterImpl::GetAudioChannel(channel);470 …AudioChannel testChannel = AudioRendererAdapterImpl::GetAudioChannel(static_cast<AudioAdapterChann…1030 AudioCapturerAdapterImpl::GetAudioChannel(channel);1032 …AudioChannel testChannel = AudioCapturerAdapterImpl::GetAudioChannel(static_cast<AudioAdapterChann…
125 static napi_value GetAudioChannel(napi_env env, napi_callback_info info);
712 DECLARE_NAPI_GETTER_SETTER("channels", GetAudioChannel, SetAudioChannel), in Init()842 napi_value NapiAudioEnum::GetAudioChannel(napi_env env, napi_callback_info info) in GetAudioChannel() function in OHOS::AudioStandard::NapiAudioEnum