Home | History | Annotate | Download | only in voicefx

Lines Matching refs:ES305_PRESET_OFF

142         ES305_PRESET_OFF  /*current_preset*/,
1170 * Post condition when no error: eS305_ctrl.current_preset == ES305_PRESET_OFF
1174 if (eS305_ctrl.current_preset == ES305_PRESET_OFF) {
1194 eS305_ctrl.current_preset = ES305_PRESET_OFF;
1214 if (eS305_ctrl.requested_preset == ES305_PRESET_OFF) {
1219 if ((eS305_ctrl.current_preset == ES305_PRESET_OFF)
1341 if ((eS305_ctrl.requested_preset == ES305_PRESET_OFF) || (handle == ES305_IO_HANDLE_NONE)) {