Searched refs:devId (Results 1 – 3 of 3) sorted by relevance
/aosp12/hardware/interfaces/biometrics/fingerprint/2.1/default/ |
H A D | BiometricsFingerprint.cpp | 268 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 D | AudioRecordingConfiguration.java | 265 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 D | InputShellCommand.java | 75 for (int devId : devIds) { in getInputDeviceId() 76 InputDevice inputDev = InputDevice.getDevice(devId); in getInputDeviceId() 78 return devId; in getInputDeviceId()
|