Home
last modified time | relevance | path

Searched refs:EffectVolumeUpdate (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioeffect/include/
H A Daudio_effect_chain_manager.h127 int32_t EffectVolumeUpdate(std::shared_ptr<AudioEffectVolume> audioEffectVolume);
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H A Daudio_effect_chain_adapter.cpp182 if (audioEffectChainManager->EffectVolumeUpdate(audioEffectVolume) != SUCCESS) { in EffectChainManagerVolumeUpdate()
H A Daudio_effect_chain_manager.cpp613 int32_t AudioEffectChainManager::EffectVolumeUpdate(std::shared_ptr<AudioEffectVolume> audioEffectV… in EffectVolumeUpdate() function in OHOS::AudioStandard::AudioEffectChainManager
635 ret = EffectVolumeUpdate(audioEffectVolume); in StreamVolumeUpdate()
772 EffectVolumeUpdate(audioEffectVolume); in UpdateSpatializationState()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_server.cpp1773 audioEffectChainManager->EffectVolumeUpdate(audioEffectVolume); in SetSystemVolumeToEffect()