Home
last modified time | relevance | path

Searched refs:devId (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/
H A DAudioRecordingConfiguration.java265 int devId = sources[0].port().id(); in getAudioDevice() local
266 return AudioManager.getDeviceForPortId(devId, AudioManager.GET_DEVICES_INPUTS); in getAudioDevice()
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DInputShellCommand.java119 for (int devId : devIds) { in getInputDeviceId()
120 InputDevice inputDev = InputDevice.getDevice(devId); in getInputDeviceId()
122 return devId; in getInputDeviceId()