Searched defs:SetChannelMode (Results 1 – 11 of 11) sorted by relevance
133 int32_t (*SetChannelMode)(struct AudioRender *render, enum AudioChannelMode mode); member
135 int32_t (*SetChannelMode)(struct AudioRender *render, enum AudioChannelMode mode); member
66 int32_t (*SetChannelMode)(struct AlsaRender *, enum AudioChannelMode); member
37 int32_t (*SetChannelMode)(struct IAudioRenderVdi *self, enum AudioChannelModeVdi mode); member
502 bool A2dpCodecConfigSbcBase::SetChannelMode( in SetChannelMode() function in OHOS::bluetooth::A2dpCodecConfigSbcBase
547 bool A2dpCodecConfigAacBase::SetChannelMode( in SetChannelMode() function in OHOS::bluetooth::A2dpCodecConfigAacBase
152 int32_t AudioRenderExtImpl::SetChannelMode(AudioChannelMode mode) in SetChannelMode() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioRenderExtImpl
163 int32_t AudioRenderInterfaceImpl::SetChannelMode(AudioChannelMode mode) in SetChannelMode() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioRenderInterfaceImpl
116 int32_t SetChannelMode(AudioChannelMode mode) override in SetChannelMode() function
609 BENCHMARK_F(AudioRenderBenchmarkTest, SetChannelMode)(benchmark::State &state) in BENCHMARK_F() argument