Searched refs:convertDeviceTypeToInternalInputDevice (Results 1 – 4 of 4) sorted by relevance
591 public static int convertDeviceTypeToInternalInputDevice(int deviceType) { in convertDeviceTypeToInternalInputDevice() method in AudioDeviceInfo592 return convertDeviceTypeToInternalInputDevice(deviceType, ""); in convertDeviceTypeToInternalInputDevice()595 public static int convertDeviceTypeToInternalInputDevice(int deviceType, String address) { in convertDeviceTypeToInternalInputDevice() method in AudioDeviceInfo
148 mNativeType = AudioDeviceInfo.convertDeviceTypeToInternalInputDevice(type, address); in AudioDeviceAttributes()
2076 types[i] = AudioDeviceInfo.convertDeviceTypeToInternalInputDevice( in populateInputDevicesTypeAndAddress()
517 deviceType = AudioDeviceInfo.convertDeviceTypeToInternalInputDevice( in AudioEffect()