Home
last modified time | relevance | path

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

/external/sonivox/arm-wt-22k/lib_src/
Deas_synth.h299 #define SYNTH_FLAG_RESET_IS_REQUESTED 0x01 macro
Deas_voicemgt.c477 pSynth->synthFlags &= ~SYNTH_FLAG_RESET_IS_REQUESTED; in VMReset()
482 pSynth->synthFlags |= SYNTH_FLAG_RESET_IS_REQUESTED; in VMReset()
2905 if ((pSynth->synthFlags & SYNTH_FLAG_RESET_IS_REQUESTED) && in VMRender()
2920 pSynth->synthFlags &= ~SYNTH_FLAG_RESET_IS_REQUESTED; in VMRender()