HomeSort by relevance Sort by last modified time
    Searched refs:controlMode (Results 1 - 4 of 4) sorted by null

  /packages/apps/MusicFX/src/com/android/musicfx/
ControlPanelEffect.java 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)
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCamera2.cpp 887 static const uint8_t controlMode = ANDROID_CONTROL_MODE_AUTO;
888 ADD_OR_SIZE(ANDROID_CONTROL_MODE, &controlMode, 1);
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp 666 static const uint8_t controlMode = ANDROID_CONTROL_MODE_AUTO;
667 settings.update(ANDROID_CONTROL_MODE, &controlMode, 1);
    [all...]
EmulatedFakeCamera2.cpp     [all...]

Completed in 230 milliseconds