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

  /hardware/libhardware/modules/fingerprint/
fingerprint.c 36 return FINGERPRINT_ERROR;
41 return FINGERPRINT_ERROR;
48 return FINGERPRINT_ERROR;
  /hardware/libhardware/include/hardware/
fingerprint.h 24 FINGERPRINT_ERROR = -1,
31 typedef enum fingerprint_error { enum
  /frameworks/base/core/java/android/service/fingerprint/
FingerprintManager.java 52 public static final int FINGERPRINT_ERROR = -1;
  /frameworks/base/core/jni/
android_server_FingerprintManager.cpp 66 case FINGERPRINT_ERROR:
  /frameworks/base/services/core/java/com/android/server/fingerprint/
FingerprintService.java 142 case FingerprintManager.FINGERPRINT_ERROR: {

Completed in 101 milliseconds