Searched refs:inputDevices (Results 1 – 4 of 4) sorted by relevance
100 Set<Integer> inputDevices = in displayDeviceSupport() local103 for (Integer deviceType : inputDevices) { in displayDeviceSupport()142 AudioDeviceInfo[] inputDevices = in displayDeviceSupport() local144 for (AudioDeviceInfo deviceInfo : inputDevices) { in displayDeviceSupport()
999 AudioDeviceInfo[] inputDevices = in recalcIODevices() local1001 for (AudioDeviceInfo devInfo : inputDevices) { in recalcIODevices()
1110 AudioDeviceInfo[] inputDevices = in validateTestDevices() local1114 for (AudioDeviceInfo devInfo : inputDevices) { in validateTestDevices()
259 AudioDeviceInfo[] inputDevices = audioManager.getDevices(AudioManager.GET_DEVICES_INPUTS); in testInputChannelMasks() local262 testInputChannelMasksPostQ(inputDevices); in testInputChannelMasks()264 testInputChannelMasksPreQ(inputDevices); in testInputChannelMasks()268 private void testInputChannelMasksPreQ(AudioDeviceInfo[] inputDevices) { in testInputChannelMasksPreQ() argument272 for (AudioDeviceInfo deviceInfo : inputDevices) { in testInputChannelMasksPreQ()295 private void testInputChannelMasksPostQ(AudioDeviceInfo[] inputDevices) { in testInputChannelMasksPostQ() argument