Home
last modified time | relevance | path

Searched defs:GetChannelMode (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/drivers/peripheral/bluetooth/audio/interfaces/include/
H A Daudio_render.h143 int32_t (*GetChannelMode)(struct AudioRender *render, enum AudioChannelMode *mode); member
/ohos5.0/drivers/peripheral/audio/interfaces/2.0/include/
H A Daudio_render.h145 int32_t (*GetChannelMode)(struct AudioRender *render, enum AudioChannelMode *mode); member
/ohos5.0/drivers/peripheral/audio/interfaces/include/
H A Daudio_render.h143 int32_t (*GetChannelMode)(struct AudioRender *render, enum AudioChannelMode *mode); member
/ohos5.0/drivers/peripheral/audio/supportlibs/alsa_adapter/include/
H A Dalsa_snd_render.h65 int32_t (*GetChannelMode)(struct AlsaRender *, enum AudioChannelMode *); member
/ohos5.0/drivers/peripheral/audio/interfaces/sound/v1_0/
H A Diaudio_render_vdi.h38 int32_t (*GetChannelMode)(struct IAudioRenderVdi *self, enum AudioChannelModeVdi *mode); member
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_render_ext_impl.cpp159 int32_t AudioRenderExtImpl::GetChannelMode(AudioChannelMode &mode) in GetChannelMode() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioRenderExtImpl
H A Daudio_render_interface_impl.cpp170 int32_t AudioRenderInterfaceImpl::GetChannelMode(AudioChannelMode &mode) in GetChannelMode() 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.h121 int32_t GetChannelMode(AudioChannelMode &mode) override in GetChannelMode() function
/ohos5.0/drivers/peripheral/audio/test/benchmarktest/render/
H A Daudio_render_benchmarktest.cpp656 BENCHMARK_F(AudioRenderBenchmarkTest, GetChannelMode)(benchmark::State &state) in BENCHMARK_F() argument