Home
last modified time | relevance | path

Searched refs:AudioChannelMode (Results 1 – 25 of 82) sorted by relevance

1234

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/audio/
H A Dinterface_i_audio_render_v20.md27 | [SetChannelMode](#setchannelmode) ([in] enum [AudioChannelMode](_hdi_audio_v20.md#audiochannelmod…
28 | [GetChannelMode](#getchannelmode) ([out] enum [AudioChannelMode](_hdi_audio_v20.md#audiochannelmo…
189 IAudioRender::GetChannelMode ([out] enum AudioChannelMode mode)
202 | mode | 获取的通道模式保存到mode中,详请参考[AudioChannelMode](_hdi_audio_v20.md#audiochannelmode)。 |
827 IAudioRender::SetChannelMode ([in] enum AudioChannelMode mode)
840 | mode | 待设置的通道模式,详请参考[AudioChannelMode](_hdi_audio_v20.md#audiochannelmode)。 |
H A Dinterface_i_audio_render_v10.md27 | [SetChannelMode](#setchannelmode) ([in] enum [AudioChannelMode](_hdi_audio_v11.md#audiochannelmod…
28 | [GetChannelMode](#getchannelmode) ([out] enum [AudioChannelMode](_hdi_audio_v11.md#audiochannelmo…
189 IAudioRender::GetChannelMode ([out] enum AudioChannelMode mode)
202 | mode | 获取的通道模式保存到mode中,详请参考[AudioChannelMode](_hdi_audio_v11.md#audiochannelmode)。 |
827 IAudioRender::SetChannelMode ([in] enum AudioChannelMode mode)
840 | mode | 待设置的通道模式,详请参考[AudioChannelMode](_hdi_audio_v11.md#audiochannelmode)。 |
H A D_hdi_audio_v11.md70 | [AudioChannelMode](#audiochannelmode) {<br/>AUDIO_CHANNEL_NORMAL = 0 , AUDIO_CHANNEL_BOTH_LEFT = …
150 ### AudioChannelMode subsection
153 enum AudioChannelMode
/ohos5.0/drivers/peripheral/audio/interfaces/include/
H A Daudio_render.h133 int32_t (*SetChannelMode)(struct AudioRender *render, enum AudioChannelMode mode);
143 int32_t (*GetChannelMode)(struct AudioRender *render, enum AudioChannelMode *mode);
/ohos5.0/drivers/peripheral/bluetooth/audio/interfaces/include/
H A Daudio_render.h133 int32_t (*SetChannelMode)(struct AudioRender *render, enum AudioChannelMode mode);
143 int32_t (*GetChannelMode)(struct AudioRender *render, enum AudioChannelMode *mode);
/ohos5.0/drivers/peripheral/audio/interfaces/2.0/include/
H A Daudio_render.h135 int32_t (*SetChannelMode)(struct AudioRender *render, enum AudioChannelMode mode);
145 int32_t (*GetChannelMode)(struct AudioRender *render, enum AudioChannelMode *mode);
/ohos5.0/drivers/peripheral/audio/test/systemtest/hdi_service/rk3568/render/src/
H A Daudio_idl_hdirender_hardware_dependence_test.cpp641 AudioChannelMode mode = AUDIO_CHANNEL_NORMAL;
651 AudioChannelMode modeOne = AUDIO_CHANNEL_BOTH_LEFT;
652 AudioChannelMode modeSec = AUDIO_CHANNEL_BOTH_RIGHT;
653 AudioChannelMode modeTrd = AUDIO_CHANNEL_EXCHANGE;
678 AudioChannelMode mode = AUDIO_CHANNEL_MIX;
679 AudioChannelMode modeOne = AUDIO_CHANNEL_LEFT_MUTE;
680 AudioChannelMode modeSec = AUDIO_CHANNEL_RIGHT_MUTE;
681 AudioChannelMode modeTrd = AUDIO_CHANNEL_BOTH_MUTE;
/ohos5.0/drivers/peripheral/audio/supportlibs/alsa_adapter/include/
H A Dalsa_snd_render.h65 int32_t (*GetChannelMode)(struct AlsaRender *, enum AudioChannelMode *);
66 int32_t (*SetChannelMode)(struct AlsaRender *, enum AudioChannelMode);
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/include/
H A Daudio_render_ext_impl.h51 int32_t SetChannelMode(AudioChannelMode mode) override;
52 int32_t GetChannelMode(AudioChannelMode &mode) override;
114 AudioChannelMode channelMode_ = AUDIO_CHANNEL_NORMAL;
H A Daudio_render_interface_impl.h54 int32_t SetChannelMode(AudioChannelMode mode) override;
55 int32_t GetChannelMode(AudioChannelMode &mode) override;
124 AudioChannelMode channelMode_ = AUDIO_CHANNEL_NORMAL;
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/
H A Dfast_audio_render.h49 int32_t FastRenderSetChannelMode(struct AudioRender *render, AudioChannelMode mode);
50 int32_t FastRenderGetChannelMode(struct AudioRender *render, AudioChannelMode *mode);
H A Daudio_internal.h196 AudioChannelMode mode;
388 int32_t AudioRenderSetChannelMode(struct AudioRender *render, AudioChannelMode mode);
389 int32_t AudioRenderGetChannelMode(struct AudioRender *render, AudioChannelMode *mode);
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_binder/proxy/include/
H A Daudio_proxy_internal.h64 int32_t AudioProxyRenderSetChannelMode(struct AudioRender *render, AudioChannelMode mode);
65 int32_t AudioProxyRenderGetChannelMode(struct AudioRender *render, AudioChannelMode *mode);
/ohos5.0/drivers/peripheral/audio/test/systemtest/hdi_service/common/render/src/
H A Daudio_idl_hdirender_test.cpp631 AudioChannelMode mode = AUDIO_CHANNEL_NORMAL;
650 AudioChannelMode mode = AUDIO_CHANNEL_NORMAL;
664 AudioChannelMode mode = AUDIO_CHANNEL_NORMAL;
687 AudioChannelMode mode = AUDIO_CHANNEL_NORMAL;
688 AudioChannelMode *modeNull = nullptr;
708 AudioChannelMode mode = AUDIO_CHANNEL_NORMAL;
/ohos5.0/drivers/peripheral/audio/test/systemtest/hdi_service/hispark_taurus_standard/render/src/
H A Daudio_idl_hdirender_hardware_dependence_test.cpp899 AudioChannelMode mode = AUDIO_CHANNEL_NORMAL;
909 AudioChannelMode modeOne = AUDIO_CHANNEL_BOTH_LEFT;
910 AudioChannelMode modeSec = AUDIO_CHANNEL_BOTH_RIGHT;
911 AudioChannelMode modeTrd = AUDIO_CHANNEL_EXCHANGE;
939 AudioChannelMode mode = AUDIO_CHANNEL_MIX;
940 AudioChannelMode modeOne = AUDIO_CHANNEL_LEFT_MUTE;
941 AudioChannelMode modeSec = AUDIO_CHANNEL_RIGHT_MUTE;
942 AudioChannelMode modeTrd = AUDIO_CHANNEL_BOTH_MUTE;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/distributed_audio_audio_v1_0/cpp_target/distributed_audio/audio/v1_0/
H A Daudio_render_proxy.h.txt50 … int32_t SetChannelMode(OHOS::HDI::DistributedAudio::Audio::V1_0::AudioChannelMode mode) override;
52 … int32_t GetChannelMode(OHOS::HDI::DistributedAudio::Audio::V1_0::AudioChannelMode& mode) override;
135 static int32_t SetChannelMode_(OHOS::HDI::DistributedAudio::Audio::V1_0::AudioChannelMode mode,
138 static int32_t GetChannelMode_(OHOS::HDI::DistributedAudio::Audio::V1_0::AudioChannelMode& mode,
H A Daudio_render_service.h.txt42 … int32_t SetChannelMode(OHOS::HDI::DistributedAudio::Audio::V1_0::AudioChannelMode mode) override;
44 … int32_t GetChannelMode(OHOS::HDI::DistributedAudio::Audio::V1_0::AudioChannelMode& mode) override;
H A Daudio_render_service.cpp.txt52 …AudioRenderService::SetChannelMode(OHOS::HDI::DistributedAudio::Audio::V1_0::AudioChannelMode mode)
57 …udioRenderService::GetChannelMode(OHOS::HDI::DistributedAudio::Audio::V1_0::AudioChannelMode& mode)
/ohos5.0/drivers/interface/distributed_audio/audio/v1_0/
H A DIAudioRender.idl34 SetChannelMode([in] enum AudioChannelMode mode);
35 GetChannelMode([out] enum AudioChannelMode mode);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/distributed_audio_audio_v1_0/foo/distributed_audio/audio/v1_0/
H A DIAudioRender.idl34 SetChannelMode([in] enum AudioChannelMode mode);
35 GetChannelMode([out] enum AudioChannelMode mode);
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_render_interface/src/
H A Daudio_render_interface_impl_test.cpp159 AudioChannelMode mode = AudioChannelMode::AUDIO_CHANNEL_NORMAL;
172 AudioChannelMode mode = AudioChannelMode::AUDIO_CHANNEL_MIX;
/ohos5.0/drivers/peripheral/audio/hal/hdi_passthrough/include/
H A Daudio_internal.h154 enum AudioChannelMode mode;
282 enum AudioChannelMode mode;
481 int32_t AudioRenderSetChannelMode(struct AudioRender *render, enum AudioChannelMode mode);
482 int32_t AudioRenderGetChannelMode(struct AudioRender *render, enum AudioChannelMode *mode);
/ohos5.0/drivers/peripheral/audio/hdi_service/primary_impl/include/
H A Daudio_internal.h147 enum AudioChannelMode mode;
278 enum AudioChannelMode mode;
497 int32_t AudioRenderSetChannelMode(struct IAudioRender *render, enum AudioChannelMode mode);
498 int32_t AudioRenderGetChannelMode(struct IAudioRender *render, enum AudioChannelMode *mode);
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/include/
H A Dhdi_service_common.h141 AudioChannelMode setmode;
142 AudioChannelMode getmode;
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/hdi_common/include/
H A Daudio_hdi_common.h167 enum AudioChannelMode setmode;
168 enum AudioChannelMode getmode;

1234