Home
last modified time | relevance | path

Searched refs:convertDeviceTypeToInternalDevice (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/media/java/android/media/
DAudioDeviceAttributes.java176 AudioDeviceInfo.convertDeviceTypeToInternalDevice(mType)) in toString()
178 AudioDeviceInfo.convertDeviceTypeToInternalDevice(mType))) in toString()
DAudioDeviceInfo.java486 public static int convertDeviceTypeToInternalDevice(int deviceType) { in convertDeviceTypeToInternalDevice() method in AudioDeviceInfo
DAudioSystem.java1678 AudioDeviceInfo.convertDeviceTypeToInternalDevice(device.getType()), in setPreferredDeviceForStrategy()
DAudioManager.java1074 AudioDeviceInfo.convertDeviceTypeToInternalDevice(deviceType)); in getStreamVolumeDb()
/frameworks/base/media/java/android/media/audiofx/
DVirtualizer.java207 paramsConverter.putInt(AudioDeviceInfo.convertDeviceTypeToInternalDevice(deviceType)); in getAnglesInt()
437 int internalDevice = AudioDeviceInfo.convertDeviceTypeToInternalDevice(deviceType); in forceVirtualizationMode()
DAudioEffect.java501 deviceType = AudioDeviceInfo.convertDeviceTypeToInternalDevice(device.getType()); in AudioEffect()
/frameworks/base/media/java/android/media/audiopolicy/
DAudioMix.java401 mDeviceSystemType = AudioDeviceInfo.convertDeviceTypeToInternalDevice(device.getType()); in setDevice()
DAudioPolicy.java440 AudioDeviceInfo.convertDeviceTypeToInternalDevice(device.getType()); in setUidDeviceAffinity()
540 AudioDeviceInfo.convertDeviceTypeToInternalDevice(device.getType()); in setUserIdDeviceAffinity()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java4942 int audioSystemDeviceOut = AudioDeviceInfo.convertDeviceTypeToInternalDevice( in setDeviceVolumeBehavior()
4995 final int audioSystemDeviceOut = AudioDeviceInfo.convertDeviceTypeToInternalDevice( in getDeviceVolumeBehavior()