Home
last modified time | relevance | path

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

/external/sonivox/arm-wt-22k/lib_src/
Deas_voicemgt.c204 if (pVoice->voiceState == eVoiceStateStolen) in IncVoicePoolCount()
237 if (pVoice->voiceState == eVoiceStateStolen) in DecVoicePoolCount()
593 if (pVoiceMgr->voices[i].voiceState != eVoiceStateStolen) in VMInitializeAllVoices()
648 if (pVoice->voiceState == eVoiceStateStolen) in VMReleaseVoice()
750 if (pVoiceMgr->voices[i].voiceState != eVoiceStateStolen) in VMMIPUpdateChannelMuting()
772 if (pVoiceMgr->voices[i].voiceState == eVoiceStateStolen) in VMMIPUpdateChannelMuting()
885 if (pVoiceMgr->voices[i].voiceState == eVoiceStateStolen) in VMMuteAllVoices()
942 case eVoiceStateStolen: in VMReleaseAllVoices()
1004 if (((pVoice->voiceState != eVoiceStateStolen) && (channel == pVoice->channel)) || in VMAllNotesOff()
1005 ((pVoice->voiceState == eVoiceStateStolen) && (channel == pVoice->nextChannel))) in VMAllNotesOff()
[all …]
Deas_synth.h262 eVoiceStateStolen, enumerator
Deas_dlssynth.c442 if ((pVoice->voiceState != eVoiceStateStolen) && (pWTVoice->eg1State == eEnvelopeStateMuted)) in DLS_UpdateVoice()
Deas_wtsynth.c623 if ((pVoice->voiceState != eVoiceStateStolen) && (pWTVoice->eg1State == eEnvelopeStateMuted)) in WT_UpdateVoice()