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.c619 if ((pVoice->voiceState == eVoiceStateMuting) || (pVoice->voiceState == eVoiceStateFree)) in VMMuteVoice()
643 (pVoice->voiceState == eVoiceStateFree) || in VMReleaseVoice()
746 if (pVoiceMgr->voices[i].voiceState == eVoiceStateFree) in VMMIPUpdateChannelMuting()
947 case eVoiceStateFree: in VMReleaseAllVoices()
1002 if (pVoice->voiceState != eVoiceStateFree) in VMAllNotesOff()
1322 if (pVoice->voiceState == eVoiceStateFree) in VMFreeVoice()
1968 if ( pVoiceMgr->voices[voiceNum].voiceState == eVoiceStateFree) in VMFindAvailableVoice()
2033 if (pCurrVoice->voiceState == eVoiceStateFree) in VMStealVoice()
2817 if (pVoiceMgr->voices[voiceNum].voiceState != eVoiceStateFree) in VMAddSamples()
3109 …if ((pVoiceMgr->voices[i].voiceState != eVoiceStateFree) && (pVoiceMgr->voices[i].voiceState != eV… in VMSetSynthPolyphony()
[all …]