Lines Matching defs:controlMode
48 static enum ControlMode {
162 final ControlMode controlMode = getControlMode(audioSession);
285 if (controlMode == ControlMode.CONTROL_PREFERENCES) {
340 public static ControlMode getControlMode(final int audioSession) {
342 return ControlMode.CONTROL_PREFERENCES;
344 return ControlMode.CONTROL_EFFECTS;
362 final ControlMode controlMode = getControlMode(audioSession);
370 if (controlMode == ControlMode.CONTROL_EFFECTS) {
418 if (controlMode == ControlMode.CONTROL_EFFECTS) {
450 } else if (controlMode == ControlMode.CONTROL_EFFECTS) {
564 final ControlMode controlMode = getControlMode(audioSession);
567 if (controlMode == ControlMode.CONTROL_EFFECTS) {