Home
last modified time | relevance | path

Searched refs:convertDeviceTypeToInternalInputDevice (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/audio/
DInputDeviceVolumeHelper.java117 int inputDeviceType = AudioDeviceInfo.convertDeviceTypeToInternalInputDevice(ada.getType()); in getInputGainIndex()
134 int inputDeviceType = AudioDeviceInfo.convertDeviceTypeToInternalInputDevice(ada.getType()); in isInputGainFixed()
143 int inputDeviceType = AudioDeviceInfo.convertDeviceTypeToInternalInputDevice(ada.getType()); in setInputGainIndex()
161 int inputDeviceType = AudioDeviceInfo.convertDeviceTypeToInternalInputDevice(ada.getType()); in persistInputGainIndex()
/frameworks/base/media/java/android/media/
DAudioDeviceInfo.java683 public static int convertDeviceTypeToInternalInputDevice(@AudioDeviceType int deviceType) { in convertDeviceTypeToInternalInputDevice() method in AudioDeviceInfo
684 return convertDeviceTypeToInternalInputDevice(deviceType, ""); in convertDeviceTypeToInternalInputDevice()
687 public static int convertDeviceTypeToInternalInputDevice(@AudioDeviceType int deviceType, in convertDeviceTypeToInternalInputDevice() method in AudioDeviceInfo
DAudioDeviceAttributes.java148 mNativeType = AudioDeviceInfo.convertDeviceTypeToInternalInputDevice(type, address); in AudioDeviceAttributes()
DAudioSystem.java2305 types[i] = AudioDeviceInfo.convertDeviceTypeToInternalInputDevice( in populateInputDevicesTypeAndAddress()
/frameworks/base/media/java/android/media/audiofx/
DAudioEffect.java529 deviceType = AudioDeviceInfo.convertDeviceTypeToInternalInputDevice( in AudioEffect()