Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A DAudioDeviceInfo.java604 public static int convertDeviceTypeToInternalInputDevice(int deviceType) { in convertDeviceTypeToInternalInputDevice() method in AudioDeviceInfo
605 return convertDeviceTypeToInternalInputDevice(deviceType, ""); in convertDeviceTypeToInternalInputDevice()
608 public static int convertDeviceTypeToInternalInputDevice(int deviceType, String address) { in convertDeviceTypeToInternalInputDevice() method in AudioDeviceInfo
H A DAudioDeviceAttributes.java148 mNativeType = AudioDeviceInfo.convertDeviceTypeToInternalInputDevice(type, address); in AudioDeviceAttributes()
H A DAudioSystem.java2193 types[i] = AudioDeviceInfo.convertDeviceTypeToInternalInputDevice( in populateInputDevicesTypeAndAddress()
/aosp14/frameworks/base/media/java/android/media/audiofx/
H A DAudioEffect.java517 deviceType = AudioDeviceInfo.convertDeviceTypeToInternalInputDevice( in AudioEffect()