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.c466 pSynth->synthFlags &= ~SYNTH_FLAG_RESET_IS_REQUESTED; in VMReset()
471 pSynth->synthFlags |= SYNTH_FLAG_RESET_IS_REQUESTED; in VMReset()
2894 if ((pSynth->synthFlags & SYNTH_FLAG_RESET_IS_REQUESTED) && in VMRender()
2909 pSynth->synthFlags &= ~SYNTH_FLAG_RESET_IS_REQUESTED; in VMRender()