Searched refs:SetEffectMode (Results 1 – 7 of 7) sorted by relevance
61 void SetEffectMode(const std::string &mode);
48 static void SetEffectMode(const JSCallbackInfo& info);
130 JSClass<JSSwiper>::StaticMethod("effectMode", &JSSwiper::SetEffectMode); in JSBind()201 void JSSwiper::SetEffectMode(const JSCallbackInfo& info) in SetEffectMode() function in OHOS::Ace::Framework::JSSwiper
186 int32_t SetEffectMode(AudioEffectMode effectMode);
318 audioRenderer->SetEffectMode((OHOS::AudioStandard::AudioEffectMode)effectMode); in OH_AudioRenderer_SetEffectMode()596 int32_t OHAudioRenderer::SetEffectMode(AudioEffectMode effectMode) in SetEffectMode() function in OHOS::AudioStandard::OHAudioRenderer
108 void AudioEffectChain::SetEffectMode(const std::string &mode) in SetEffectMode() function in OHOS::AudioStandard::AudioEffectChain
360 audioEffectChain->SetEffectMode(effectMode); in SetAudioEffectChainDynamic()