Home
last modified time | relevance | path

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

/hardware/interfaces/biometrics/fingerprint/2.1/default/
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()