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()
582 if (pVoiceMgr->voices[i].voiceState != eVoiceStateStolen) in VMInitializeAllVoices()
637 if (pVoice->voiceState == eVoiceStateStolen) in VMReleaseVoice()
739 if (pVoiceMgr->voices[i].voiceState != eVoiceStateStolen) in VMMIPUpdateChannelMuting()
761 if (pVoiceMgr->voices[i].voiceState == eVoiceStateStolen) in VMMIPUpdateChannelMuting()
874 if (pVoiceMgr->voices[i].voiceState == eVoiceStateStolen) in VMMuteAllVoices()
931 case eVoiceStateStolen: in VMReleaseAllVoices()
993 if (((pVoice->voiceState != eVoiceStateStolen) && (channel == pVoice->channel)) || in VMAllNotesOff()
994 ((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.c626 if ((pVoice->voiceState != eVoiceStateStolen) && (pWTVoice->eg1State == eEnvelopeStateMuted)) in WT_UpdateVoice()