Home
last modified time | relevance | path

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

/external/sonivox/arm-wt-22k/lib_src/
Deas_voicemgt.c2004 S_SYNTH_VOICE *pCurrVoice; in VMStealVoice() local
2019 pCurrVoice = &pVoiceMgr->voices[voiceNum]; in VMStealVoice()
2022 if (pCurrVoice->voiceState == eVoiceStateFree) in VMStealVoice()
2026 if (pCurrVoice->voiceState == eVoiceStateStolen) in VMStealVoice()
2028 pCurrSynth = pVoiceMgr->pSynth[GET_VSYNTH(pCurrVoice->nextChannel)]; in VMStealVoice()
2029 currChannel = pCurrVoice->nextChannel; in VMStealVoice()
2030 currNote = pCurrVoice->nextNote; in VMStealVoice()
2034 pCurrSynth = pVoiceMgr->pSynth[GET_VSYNTH(pCurrVoice->channel)]; in VMStealVoice()
2035 currChannel = pCurrVoice->channel; in VMStealVoice()
2036 currNote = pCurrVoice->note; in VMStealVoice()
[all …]