Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DAudioDeviceInfo.java591 public static int convertDeviceTypeToInternalInputDevice(int deviceType) { in convertDeviceTypeToInternalInputDevice() method in AudioDeviceInfo
592 return convertDeviceTypeToInternalInputDevice(deviceType, ""); in convertDeviceTypeToInternalInputDevice()
595 public static int convertDeviceTypeToInternalInputDevice(int deviceType, String address) { in convertDeviceTypeToInternalInputDevice() method in AudioDeviceInfo
DAudioDeviceAttributes.java148 mNativeType = AudioDeviceInfo.convertDeviceTypeToInternalInputDevice(type, address); in AudioDeviceAttributes()
DAudioSystem.java2076 types[i] = AudioDeviceInfo.convertDeviceTypeToInternalInputDevice( in populateInputDevicesTypeAndAddress()
/frameworks/base/media/java/android/media/audiofx/
DAudioEffect.java517 deviceType = AudioDeviceInfo.convertDeviceTypeToInternalInputDevice( in AudioEffect()