Home
last modified time | relevance | path

Searched refs:countEffect (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/effect/
H A Daudio_effect_config_parser.cpp208 int32_t countEffect = 0; in LoadEffect() local
212 CHECK_AND_RETURN_LOG(countEffect < AUDIO_EFFECT_COUNT_UPPER_LIMIT, in LoadEffect()
236 countEffect++; in LoadEffect()
239 if (countEffect == 0) { in LoadEffect()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_manager_stub.cpp479 vector<int32_t> countEffect = {}; in HandleCreateAudioEffectChainManager() local
487 countEffect.emplace_back(count); in HandleCreateAudioEffectChainManager()
490 for (int32_t count: countEffect) { in HandleCreateAudioEffectChainManager()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp8470 int32_t countEffect = 0; in EffectManagerInfoDump() local
8472 countEffect++; in EffectManagerInfoDump()
8473 AppendFormat(dumpString, " - effectUnit%d = %s \n", countEffect, effectUnit.c_str()); in EffectManagerInfoDump()