Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DAudioSystem.java635 public static final int DEVICE_OUT_DEFAULT = DEVICE_BIT_DEFAULT; field in AudioSystem
687 DEVICE_OUT_ALL_SET.add(DEVICE_OUT_DEFAULT);
971 case DEVICE_OUT_DEFAULT: in getOutputDeviceName()
DAudioManager.java4052 public static final int DEVICE_OUT_DEFAULT = AudioSystem.DEVICE_OUT_DEFAULT; field in AudioManager
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java1202 .getIndex(AudioSystem.DEVICE_OUT_DEFAULT), in checkAddAllFixedVolumeDevices()
4653 return (index != -1) ? index : mIndexMap.get(AudioSystem.DEVICE_OUT_DEFAULT); in getIndex()
4689 if (device != AudioSystem.DEVICE_OUT_DEFAULT) { in applyAllVolumes()
4703 index = getIndex(AudioSystem.DEVICE_OUT_DEFAULT); in applyAllVolumes()
4710 .getIndex(AudioSystem.DEVICE_OUT_DEFAULT) + 5) / 10; in applyAllVolumes()
4715 setVolumeIndexInt(index, AudioSystem.DEVICE_OUT_DEFAULT, 0 /*flags*/); in applyAllVolumes()
4744 mIndexMap.put(AudioSystem.DEVICE_OUT_DEFAULT, mIndexMax); in readSettings()
4751 int defaultIndex = (device == AudioSystem.DEVICE_OUT_DEFAULT) in readSettings()
4805 final String deviceName = device == AudioSystem.DEVICE_OUT_DEFAULT ? "default" in dump()
4906 mIndexMap.put(AudioSystem.DEVICE_OUT_DEFAULT, mIndexMax); in readSettings()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt34362 Landroid/media/AudioManager;->DEVICE_OUT_DEFAULT:I
34896 Landroid/media/AudioSystem;->DEVICE_OUT_DEFAULT:I