Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DAudioRecordingConfiguration.java206 final int devId = sources[0].port().id(); in getAudioDevice() local
210 if (devices[j].getId() == devId) { in getAudioDevice()
/frameworks/base/cmds/input/src/com/android/commands/input/
DInput.java279 for (int devId : devIds) { in getInputDeviceId()
280 InputDevice inputDev = InputDevice.getDevice(devId); in getInputDeviceId()
282 return devId; in getInputDeviceId()