Home
last modified time | relevance | path

Searched defs:SetChannelMode (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/drivers/peripheral/bluetooth/audio/interfaces/include/
H A Daudio_render.h133 int32_t (*SetChannelMode)(struct AudioRender *render, enum AudioChannelMode mode); member
/ohos5.0/drivers/peripheral/audio/interfaces/2.0/include/
H A Daudio_render.h135 int32_t (*SetChannelMode)(struct AudioRender *render, enum AudioChannelMode mode); member
/ohos5.0/drivers/peripheral/audio/interfaces/include/
H A Daudio_render.h133 int32_t (*SetChannelMode)(struct AudioRender *render, enum AudioChannelMode mode); member
/ohos5.0/drivers/peripheral/audio/supportlibs/alsa_adapter/include/
H A Dalsa_snd_render.h66 int32_t (*SetChannelMode)(struct AlsaRender *, enum AudioChannelMode); member
/ohos5.0/drivers/peripheral/audio/interfaces/sound/v1_0/
H A Diaudio_render_vdi.h37 int32_t (*SetChannelMode)(struct IAudioRenderVdi *self, enum AudioChannelModeVdi mode); member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/
H A Da2dp_sbc_param_ctrl.cpp502 bool A2dpCodecConfigSbcBase::SetChannelMode( in SetChannelMode() function in OHOS::bluetooth::A2dpCodecConfigSbcBase
H A Da2dp_aac_param_ctrl.cpp547 bool A2dpCodecConfigAacBase::SetChannelMode( in SetChannelMode() function in OHOS::bluetooth::A2dpCodecConfigAacBase
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_render_ext_impl.cpp152 int32_t AudioRenderExtImpl::SetChannelMode(AudioChannelMode mode) in SetChannelMode() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioRenderExtImpl
H A Daudio_render_interface_impl.cpp163 int32_t AudioRenderInterfaceImpl::SetChannelMode(AudioChannelMode mode) in SetChannelMode() 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.h116 int32_t SetChannelMode(AudioChannelMode mode) override in SetChannelMode() function
/ohos5.0/drivers/peripheral/audio/test/benchmarktest/render/
H A Daudio_render_benchmarktest.cpp609 BENCHMARK_F(AudioRenderBenchmarkTest, SetChannelMode)(benchmark::State &state) in BENCHMARK_F() argument