Home | History | Annotate | Download | only in default

Lines Matching defs:thisPtr

261     BiometricsFingerprint* thisPtr = static_cast<BiometricsFingerprint*>(
263 std::lock_guard<std::mutex> lock(thisPtr->mClientCallbackMutex);
264 if (thisPtr == nullptr || thisPtr->mClientCallback == nullptr) {
268 const uint64_t devId = reinterpret_cast<uint64_t>(thisPtr->mDevice);
274 if (!thisPtr->mClientCallback->onError(devId, result, vendorCode).isOk()) {
284 if (!thisPtr->mClientCallback->onAcquired(devId, result, vendorCode).isOk()) {
294 if (!thisPtr->mClientCallback->onEnrollResult(devId,
306 if (!thisPtr->mClientCallback->onRemoved(devId,
322 if (!thisPtr->mClientCallback->onAuthenticated(devId,
330 if (!thisPtr->mClientCallback->onAuthenticated(devId,
343 if (!thisPtr->mClientCallback->onEnumerate(devId,