Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/client/src/proxy/
H A Daudio_policy_proxy.cpp1157 static int32_t QueryEffectSceneModeChkReply(uint32_t countPre, uint32_t countPost) in QueryEffectSceneModeChkReply() argument
1161 CHECK_AND_RETURN_RET_LOG((countPost >= 0) && (countPost <= AUDIO_EFFECT_COUNT_UPPER_LIMIT), -1, in QueryEffectSceneModeChkReply()
1179 uint32_t countPost = reply.ReadUint32(); in QueryEffectSceneMode() local
1181 error = QueryEffectSceneModeChkReply(countPre, countPost); in QueryEffectSceneMode()
1194 if (countPost > 0) { in QueryEffectSceneMode()
1196 for (i = 0; i < countPost; i++) { in QueryEffectSceneMode()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/client/src/
H A Daudio_policy_proxy.cpp1509 static int32_t QueryEffectSceneModeChkReply(uint32_t countPre, uint32_t countPost) in QueryEffectSceneModeChkReply() argument
1513 CHECK_AND_RETURN_RET_LOG((countPost >= 0) && (countPost <= AUDIO_EFFECT_COUNT_UPPER_LIMIT), -1, in QueryEffectSceneModeChkReply()
1531 uint32_t countPost = reply.ReadUint32(); in QueryEffectSceneMode() local
1533 error = QueryEffectSceneModeChkReply(countPre, countPost); in QueryEffectSceneMode()
1546 if (countPost > 0) { in QueryEffectSceneMode()
1548 for (i = 0; i < countPost; i++) { in QueryEffectSceneMode()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H A Daudio_policy_manager_stub.cpp925 uint32_t countPost = supportedEffectConfig.postProcessNew.stream.size(); in QueryEffectSceneModeInternal() local
928 reply.WriteUint32(countPost); in QueryEffectSceneModeInternal()
935 if (countPost > 0) { in QueryEffectSceneModeInternal()
936 for (i = 0; i < countPost; i++) { in QueryEffectSceneModeInternal()