Home
last modified time | relevance | path

Searched defs:SelectScene (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/drivers/peripheral/audio/interfaces/2.0/include/
H A Daudio_scene.h83 int32_t (*SelectScene)(AudioHandle handle, const struct AudioSceneDescriptor *scene); member
/ohos5.0/drivers/peripheral/audio/interfaces/include/
H A Daudio_scene.h82 int32_t (*SelectScene)(AudioHandle handle, const struct AudioSceneDescriptor *scene); member
/ohos5.0/drivers/peripheral/bluetooth/audio/interfaces/include/
H A Daudio_scene.h82 int32_t (*SelectScene)(AudioHandle handle, const struct AudioSceneDescriptor *scene); member
/ohos5.0/drivers/peripheral/audio/supportlibs/alsa_adapter/include/
H A Dalsa_snd_capture.h42 int32_t (*SelectScene)(struct AlsaCapture *, enum AudioPortPin, const struct PathDeviceInfo *); member
H A Dalsa_snd_render.h41 int32_t (*SelectScene)(struct AlsaRender *, enum AudioPortPin, const struct PathDeviceInfo *); member
/ohos5.0/drivers/peripheral/audio/interfaces/sound/v1_0/
H A Diaudio_capture_vdi.h36 …int32_t (*SelectScene)(struct IAudioCaptureVdi *self, const struct AudioSceneDescriptorVdi *scene); member
H A Diaudio_render_vdi.h44 … int32_t (*SelectScene)(struct IAudioRenderVdi *self, const struct AudioSceneDescriptorVdi *scene); member
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_capture_ext_impl.cpp190 int32_t AudioCaptureExtImpl::SelectScene(const AudioSceneDescriptor &scene) in SelectScene() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioCaptureExtImpl
H A Daudio_capture_interface_impl.cpp230 int32_t AudioCaptureInterfaceImpl::SelectScene(const AudioSceneDescriptor &scene) in SelectScene() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioCaptureInterfaceImpl
H A Daudio_render_ext_impl.cpp308 int32_t AudioRenderExtImpl::SelectScene(const AudioSceneDescriptor &scene) in SelectScene() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioRenderExtImpl
H A Daudio_render_interface_impl.cpp319 int32_t AudioRenderInterfaceImpl::SelectScene(const AudioSceneDescriptor &scene) in SelectScene() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioRenderInterfaceImpl
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_test_utils/
H A Daudio_test_utils.h146 int32_t SelectScene(const AudioSceneDescriptor &scene) override in SelectScene() function
307 int32_t SelectScene(const AudioSceneDescriptor &scene) override in SelectScene() function
/ohos5.0/drivers/peripheral/audio/test/benchmarktest/capture/
H A Daudio_capture_benchmarktest.cpp519 BENCHMARK_F(AudioCaptureBenchmarkTest, SelectScene)(benchmark::State &state) in BENCHMARK_F() argument
/ohos5.0/drivers/peripheral/audio/test/benchmarktest/render/
H A Daudio_render_benchmarktest.cpp376 BENCHMARK_F(AudioRenderBenchmarkTest, SelectScene)(benchmark::State &state) in BENCHMARK_F() argument