HomeSort by relevance Sort by last modified time
    Searched refs:FINGERPRINT_ERROR_VENDOR_BASE (Results 1 - 3 of 3) sorted by null

  /hardware/libhardware/include/hardware/
fingerprint.h 56 FINGERPRINT_ERROR_VENDOR_BASE = 1000 /* vendor-specific error messages start here */
  /hardware/interfaces/biometrics/fingerprint/2.1/default/
BiometricsFingerprint.cpp 107 if (error >= FINGERPRINT_ERROR_VENDOR_BASE) {
109 *vendorCode = error - FINGERPRINT_ERROR_VENDOR_BASE;
  /frameworks/base/core/java/android/hardware/fingerprint/
FingerprintManager.java 140 public static final int FINGERPRINT_ERROR_VENDOR_BASE = 1000;
    [all...]

Completed in 622 milliseconds