Lines Matching refs:vendorCode
89 int32_t* vendorCode) { in VendorErrorFilter() argument
90 *vendorCode = 0; in VendorErrorFilter()
109 *vendorCode = error - FINGERPRINT_ERROR_VENDOR_BASE; in VendorErrorFilter()
120 int32_t info, int32_t* vendorCode) { in VendorAcquiredFilter() argument
121 *vendorCode = 0; in VendorAcquiredFilter()
138 *vendorCode = info - FINGERPRINT_ACQUIRED_VENDOR_BASE; in VendorAcquiredFilter()
271 int32_t vendorCode = 0; in notify() local
272 FingerprintError result = VendorErrorFilter(msg->data.error, &vendorCode); in notify()
274 if (!thisPtr->mClientCallback->onError(devId, result, vendorCode).isOk()) { in notify()
280 int32_t vendorCode = 0; in notify() local
282 VendorAcquiredFilter(msg->data.acquired.acquired_info, &vendorCode); in notify()
284 if (!thisPtr->mClientCallback->onAcquired(devId, result, vendorCode).isOk()) { in notify()