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