Searched refs:convertDeviceTypeToInternalInputDevice (Results 1 – 5 of 5) sorted by relevance
117 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()
683 public static int convertDeviceTypeToInternalInputDevice(@AudioDeviceType int deviceType) { in convertDeviceTypeToInternalInputDevice() method in AudioDeviceInfo684 return convertDeviceTypeToInternalInputDevice(deviceType, ""); in convertDeviceTypeToInternalInputDevice()687 public static int convertDeviceTypeToInternalInputDevice(@AudioDeviceType int deviceType, in convertDeviceTypeToInternalInputDevice() method in AudioDeviceInfo
148 mNativeType = AudioDeviceInfo.convertDeviceTypeToInternalInputDevice(type, address); in AudioDeviceAttributes()
2305 types[i] = AudioDeviceInfo.convertDeviceTypeToInternalInputDevice( in populateInputDevicesTypeAndAddress()
529 deviceType = AudioDeviceInfo.convertDeviceTypeToInternalInputDevice( in AudioEffect()