Searched refs:mClientCallback (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/biometrics/fingerprint/2.1/default/ |
D | BiometricsFingerprint.cpp | 43 BiometricsFingerprint::BiometricsFingerprint() : mClientCallback(nullptr), mDevice(nullptr) { in BiometricsFingerprint() 149 mClientCallback = clientCallback; in setNotify() 264 if (thisPtr == nullptr || thisPtr->mClientCallback == nullptr) { in notify() 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()
|
D | BiometricsFingerprint.h | 73 sp<IBiometricsFingerprintClientCallback> mClientCallback; member
|