Lines Matching refs:bestPriority
2021 EAS_I32 bestPriority; in VMStealVoice() local
2025 bestPriority = 0; in VMStealVoice()
2091 if (currentPriority >= bestPriority) in VMStealVoice()
2093 bestPriority = currentPriority; in VMStealVoice()
3118 EAS_I32 currentPriority, bestPriority; in VMSetSynthPolyphony() local
3122 bestPriority = bestCandidate = -1; in VMSetSynthPolyphony()
3161 if (currentPriority > bestPriority) in VMSetSynthPolyphony()
3163 bestPriority = currentPriority; in VMSetSynthPolyphony()
3288 EAS_I32 currentPriority, bestPriority; in VMSetPolyphony() local
3292 bestPriority = bestCandidate = -1; in VMSetPolyphony()
3325 if (currentPriority > bestPriority) in VMSetPolyphony()
3327 bestPriority = currentPriority; in VMSetPolyphony()