Searched refs:countPost (Results 1 – 3 of 3) sorted by relevance
1157 static int32_t QueryEffectSceneModeChkReply(uint32_t countPre, uint32_t countPost) in QueryEffectSceneModeChkReply() argument1161 CHECK_AND_RETURN_RET_LOG((countPost >= 0) && (countPost <= AUDIO_EFFECT_COUNT_UPPER_LIMIT), -1, in QueryEffectSceneModeChkReply()1179 uint32_t countPost = reply.ReadUint32(); in QueryEffectSceneMode() local1181 error = QueryEffectSceneModeChkReply(countPre, countPost); in QueryEffectSceneMode()1194 if (countPost > 0) { in QueryEffectSceneMode()1196 for (i = 0; i < countPost; i++) { in QueryEffectSceneMode()
1509 static int32_t QueryEffectSceneModeChkReply(uint32_t countPre, uint32_t countPost) in QueryEffectSceneModeChkReply() argument1513 CHECK_AND_RETURN_RET_LOG((countPost >= 0) && (countPost <= AUDIO_EFFECT_COUNT_UPPER_LIMIT), -1, in QueryEffectSceneModeChkReply()1531 uint32_t countPost = reply.ReadUint32(); in QueryEffectSceneMode() local1533 error = QueryEffectSceneModeChkReply(countPre, countPost); in QueryEffectSceneMode()1546 if (countPost > 0) { in QueryEffectSceneMode()1548 for (i = 0; i < countPost; i++) { in QueryEffectSceneMode()
925 uint32_t countPost = supportedEffectConfig.postProcessNew.stream.size(); in QueryEffectSceneModeInternal() local928 reply.WriteUint32(countPost); in QueryEffectSceneModeInternal()935 if (countPost > 0) { in QueryEffectSceneModeInternal()936 for (i = 0; i < countPost; i++) { in QueryEffectSceneModeInternal()