Home | History | Annotate | Download | only in audio

Lines Matching refs:DEVICE_OUT_DEFAULT

4828                         mIndexMap.put(AudioSystem.DEVICE_OUT_DEFAULT, mIndexMax);
4840 mIndexMap.put(AudioSystem.DEVICE_OUT_DEFAULT, index);
4858 int defaultIndex = (device == AudioSystem.DEVICE_OUT_DEFAULT) ?
4927 if (device != AudioSystem.DEVICE_OUT_DEFAULT) {
4948 index = (getIndex(AudioSystem.DEVICE_OUT_DEFAULT) + 5)/10;
4951 mStreamType, index, AudioSystem.DEVICE_OUT_DEFAULT);
5029 // there is always an entry for AudioSystem.DEVICE_OUT_DEFAULT
5030 index = mIndexMap.get(AudioSystem.DEVICE_OUT_DEFAULT);
5070 * them with the volume for DEVICE_OUT_DEFAULT. No-op if the source VolumeStreamState
5084 int index = srcStream.getIndex(AudioSystem.DEVICE_OUT_DEFAULT);
5180 final String deviceName = device == AudioSystem.DEVICE_OUT_DEFAULT ? "default"
5195 // iterate all devices from 1 to DEVICE_OUT_DEFAULT exclusive
5197 while ((device = 1 << i) != AudioSystem.DEVICE_OUT_DEFAULT) {