Home
last modified time | relevance | path

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

/external/sonivox/arm-wt-22k/lib_src/
Deas_voicemgt.c2010 EAS_I32 bestPriority; in VMStealVoice() local
2014 bestPriority = 0; in VMStealVoice()
2080 if (currentPriority >= bestPriority) in VMStealVoice()
2082 bestPriority = currentPriority; in VMStealVoice()
3077 EAS_I32 currentPriority, bestPriority; in VMSetPolyphony() local
3081 bestPriority = bestCandidate = -1; in VMSetPolyphony()
3114 if (currentPriority > bestPriority) in VMSetPolyphony()
3116 bestPriority = currentPriority; in VMSetPolyphony()