Home | History | Annotate | Download | only in musicfx

Lines Matching refs:controlMode

48     static enum ControlMode {
162 final ControlMode controlMode = getControlMode(audioSession);
284 if (controlMode == ControlMode.CONTROL_PREFERENCES) {
339 public static ControlMode getControlMode(final int audioSession) {
341 return ControlMode.CONTROL_PREFERENCES;
343 return ControlMode.CONTROL_EFFECTS;
361 final ControlMode controlMode = getControlMode(audioSession);
369 if (controlMode == ControlMode.CONTROL_EFFECTS) {
417 if (controlMode == ControlMode.CONTROL_EFFECTS) {
449 } else if (controlMode == ControlMode.CONTROL_EFFECTS) {
563 final ControlMode controlMode = getControlMode(audioSession);
566 if (controlMode == ControlMode.CONTROL_EFFECTS) {