Home
last modified time | relevance | path

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

/hardware/interfaces/biometrics/fingerprint/aidl/default/include/
DFakeFingerprintEngine.h85 os << ", errorVendorBase:" << FINGERPRINT_ERROR_VENDOR_BASE << std::endl; in toString()
108 static constexpr int32_t FINGERPRINT_ERROR_VENDOR_BASE = 1000; variable
/hardware/libhardware/include_all/hardware/
Dfingerprint.h56 FINGERPRINT_ERROR_VENDOR_BASE = 1000 /* vendor-specific error messages start here */ enumerator
/hardware/libhardware/include/hardware/
Dfingerprint.h56 FINGERPRINT_ERROR_VENDOR_BASE = 1000 /* vendor-specific error messages start here */ enumerator
/hardware/interfaces/biometrics/fingerprint/2.1/default/
DBiometricsFingerprint.cpp107 if (error >= FINGERPRINT_ERROR_VENDOR_BASE) { in VendorErrorFilter()
109 *vendorCode = error - FINGERPRINT_ERROR_VENDOR_BASE; in VendorErrorFilter()
/hardware/interfaces/biometrics/fingerprint/aidl/default/
DFakeFingerprintEngine.cpp468 if (code > FINGERPRINT_ERROR_VENDOR_BASE) { in convertError()
470 res.second = code - FINGERPRINT_ERROR_VENDOR_BASE; in convertError()