Home
last modified time | relevance | path

Searched refs:DEVICE_OUT_DEFAULT (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/media/java/android/media/
DAudioSystem.java261 public static final int DEVICE_OUT_DEFAULT = DEVICE_BIT_DEFAULT; field in AudioSystem
286 DEVICE_OUT_DEFAULT);
449 case DEVICE_OUT_DEFAULT: in getOutputDeviceName()
DAudioService.java3512 mIndex.put(AudioSystem.DEVICE_OUT_DEFAULT, mIndexMax); in readSettings()
3526 mIndex.put(AudioSystem.DEVICE_OUT_DEFAULT, index); in readSettings()
3543 int defaultIndex = (device == AudioSystem.DEVICE_OUT_DEFAULT) ? in readSettings()
3578 index = (getIndex(AudioSystem.DEVICE_OUT_DEFAULT) + 5)/10; in applyAllVolumes()
3580 … AudioSystem.setStreamVolumeIndex(mStreamType, index, AudioSystem.DEVICE_OUT_DEFAULT); in applyAllVolumes()
3587 if (device != AudioSystem.DEVICE_OUT_DEFAULT) { in applyAllVolumes()
3650 index = mIndex.get(AudioSystem.DEVICE_OUT_DEFAULT); in getIndex()
3665 int index = srcStream.getIndex(AudioSystem.DEVICE_OUT_DEFAULT); in setAllIndexes()
3863 final String deviceName = device == AudioSystem.DEVICE_OUT_DEFAULT ? "default" in dump()
DAudioManager.java3095 public static final int DEVICE_OUT_DEFAULT = AudioSystem.DEVICE_OUT_DEFAULT; field in AudioManager