Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/biometrics/fingerprint/2.1/default/
H A DBiometricsFingerprint.cpp268 const uint64_t devId = reinterpret_cast<uint64_t>(thisPtr->mDevice); in notify() local
274 if (!thisPtr->mClientCallback->onError(devId, result, vendorCode).isOk()) { in notify()
284 if (!thisPtr->mClientCallback->onAcquired(devId, result, vendorCode).isOk()) { in notify()
294 if (!thisPtr->mClientCallback->onEnrollResult(devId, in notify()
306 if (!thisPtr->mClientCallback->onRemoved(devId, in notify()
322 if (!thisPtr->mClientCallback->onAuthenticated(devId, in notify()
330 if (!thisPtr->mClientCallback->onAuthenticated(devId, in notify()
343 if (!thisPtr->mClientCallback->onEnumerate(devId, in notify()
/aosp12/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()
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputShellCommand.java75 for (int devId : devIds) { in getInputDeviceId()
76 InputDevice inputDev = InputDevice.getDevice(devId); in getInputDeviceId()
78 return devId; in getInputDeviceId()