Home
last modified time | relevance | path

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

/external/sonivox/arm-wt-22k/lib_src/
Deas_synth.h257 eVoiceStateFree = 0, enumerator
266 #define DEFAULT_VOICE_STATE eVoiceStateFree
Deas_voicemgt.c608 if ((pVoice->voiceState == eVoiceStateMuting) || (pVoice->voiceState == eVoiceStateFree)) in VMMuteVoice()
632 (pVoice->voiceState == eVoiceStateFree) || in VMReleaseVoice()
735 if (pVoiceMgr->voices[i].voiceState == eVoiceStateFree) in VMMIPUpdateChannelMuting()
936 case eVoiceStateFree: in VMReleaseAllVoices()
991 if (pVoice->voiceState != eVoiceStateFree) in VMAllNotesOff()
1311 if (pVoice->voiceState == eVoiceStateFree) in VMFreeVoice()
1957 if ( pVoiceMgr->voices[voiceNum].voiceState == eVoiceStateFree) in VMFindAvailableVoice()
2022 if (pCurrVoice->voiceState == eVoiceStateFree) in VMStealVoice()
2806 if (pVoiceMgr->voices[voiceNum].voiceState != eVoiceStateFree) in VMAddSamples()
3069 …if ((pVoiceMgr->voices[i].voiceState != eVoiceStateFree) && (pVoiceMgr->voices[i].voiceState != eV… in VMSetPolyphony()
[all …]