Searched refs:GET_DEVICES_INPUTS (Results 1 – 7 of 7) sorted by relevance
266 return AudioManager.getDeviceForPortId(devId, AudioManager.GET_DEVICES_INPUTS); in getAudioDevice()
7842 public static final int GET_DEVICES_INPUTS = 0x0001; field in AudioManager7852 GET_DEVICES_INPUTS,7862 public static final int GET_DEVICES_ALL = GET_DEVICES_OUTPUTS | GET_DEVICES_INPUTS;7872 port.role() == AudioPort.ROLE_SOURCE && (flags & GET_DEVICES_INPUTS) != 0; in checkFlags()7900 if (direction != GET_DEVICES_OUTPUTS && direction != GET_DEVICES_INPUTS) { in getSupportedDeviceTypes()8096 AudioDeviceInfo[] devices = getDevicesStatic(AudioManager.GET_DEVICES_INPUTS); in setPortIdForMicrophones()8143 AudioDeviceInfo[] devices = getDevicesStatic(GET_DEVICES_INPUTS); in addMicrophonesFromAudioDeviceInfo()
1695 return AudioManager.getDeviceForPortId(deviceId, AudioManager.GET_DEVICES_INPUTS); in getRoutedDevice()
1919 return AudioManager.getDeviceForPortId(deviceId, AudioManager.GET_DEVICES_INPUTS); in getRoutedDevice()
779 AudioDeviceInfo[] devices = audioManager.getDevices(AudioManager.GET_DEVICES_INPUTS); in getSystemAudioDeviceInfo()
1649 static const int GET_DEVICES_INPUTS = 0x0001; variable1665 if (direction == GET_DEVICES_INPUTS) { in android_media_AudioSystem_getSupportedDeviceTypes()
21510 field public static final int GET_DEVICES_INPUTS = 1; // 0x1