Searched defs:inputDevices (Results 1 – 2 of 2) sorted by relevance
63 SparseArray<InputDevice> inputDevices = new SparseArray<>(); in populateInputDevicesLocked() local
94 private List<AudioDeviceInfo> inputDevices = new ArrayList<>(); field in ShadowAudioManager435 public void setInputDevices(List<AudioDeviceInfo> inputDevices) { in setInputDevices()