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.java377 public static final int DEVICE_OUT_DEFAULT = DEVICE_BIT_DEFAULT; field in AudioSystem
404 DEVICE_OUT_DEFAULT);
579 case DEVICE_OUT_DEFAULT: in getOutputDeviceName()
DAudioManager.java3087 public static final int DEVICE_OUT_DEFAULT = AudioSystem.DEVICE_OUT_DEFAULT; field in AudioManager
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java3899 mIndexMap.put(AudioSystem.DEVICE_OUT_DEFAULT, mIndexMax); in readSettings()
3913 mIndexMap.put(AudioSystem.DEVICE_OUT_DEFAULT, index); in readSettings()
3930 int defaultIndex = (device == AudioSystem.DEVICE_OUT_DEFAULT) ? in readSettings()
3991 if (device != AudioSystem.DEVICE_OUT_DEFAULT) { in applyAllVolumes()
4010 index = (getIndex(AudioSystem.DEVICE_OUT_DEFAULT) + 5)/10; in applyAllVolumes()
4013 mStreamType, index, AudioSystem.DEVICE_OUT_DEFAULT); in applyAllVolumes()
4080 index = mIndexMap.get(AudioSystem.DEVICE_OUT_DEFAULT); in getIndex()
4099 int index = srcStream.getIndex(AudioSystem.DEVICE_OUT_DEFAULT); in setAllIndexes()
4196 final String deviceName = device == AudioSystem.DEVICE_OUT_DEFAULT ? "default" in dump()
4213 while ((device = 1 << i) != AudioSystem.DEVICE_OUT_DEFAULT) { in dump()