Searched refs:DEVICE_OUT_DEFAULT (Results 1 – 3 of 3) sorted by relevance
377 public static final int DEVICE_OUT_DEFAULT = DEVICE_BIT_DEFAULT; field in AudioSystem404 DEVICE_OUT_DEFAULT);579 case DEVICE_OUT_DEFAULT: in getOutputDeviceName()
3087 public static final int DEVICE_OUT_DEFAULT = AudioSystem.DEVICE_OUT_DEFAULT; field in AudioManager
3899 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()