Searched defs:fingerprint (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/service/fingerprint/
H A DFingerprintManagerReceiver.java1 package android.service.fingerprint;
26 * @param fingerprintId the fingerprint we're currently enrolling
37 * determine a good or bad scan before the fingerprint is processed. This is meant for the
52 * fingerprint was detected.
70 * The given fingerprint template was successfully removed by the driver.
H A DFingerprintUtils.java17 package android.service.fingerprint;
27 * Utility class for dealing with fingerprints and fingerprint settings.
H A DFingerprintManager.java17 package android.service.fingerprint;
35 * A class that coordinates access to the fingerprint hardware.
51 // Message types. Must agree with HAL (fingerprint.h)
58 // Error messages. Must agree with HAL (fingerprint.h)
64 // FINGERPRINT_ACQUIRED messages. Must agree with HAL (fingerprint.h)
135 * Determine whether the user has at least one fingerprint enrolled and enabled.
147 * enroll a fingerprint.
166 * which is to delete all fingerprint data for the current user. Use with caution.
187 * Starts listening for fingerprint events. When a finger is scanned or recognized, the
214 * Stops the client from listening to fingerprint event
[all...]
/frameworks/base/core/java/android/net/http/
H A DSslCertificate.java259 return fingerprint(serialNumber.toByteArray());
273 return fingerprint(digest);
281 private static final String fingerprint(byte[] bytes) { method in class:SslCertificate
/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DFingerprintService.java17 package com.android.server.fingerprint;
28 import android.service.fingerprint.FingerprintManager;
34 import android.service.fingerprint.FingerprintUtils;
35 import android.service.fingerprint.IFingerprintService;
36 import android.service.fingerprint.IFingerprintServiceReceiver;
45 * A service to manage multiple clients that want to access the fingerprint HAL API.
47 * fingerprint -related events.
244 // The fingerprint id will be removed when we get confirmation from the HAL
247 Slog.w(TAG, "Error removing fingerprint with id = " + fingerId);
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp48 // Get the build fingerprint of the Android device we are running on.
51 char fingerprint[PROPERTY_VALUE_MAX]; local
52 property_get("ro.build.fingerprint", fingerprint, "");
53 return fingerprint;
151 // build fingerprint of Android has changed. The compiled code found on disk is
426 // compile command, and build fingerprint.
/frameworks/native/cmds/dumpstate/
H A Ddumpstate.c104 char build[PROPERTY_VALUE_MAX], fingerprint[PROPERTY_VALUE_MAX]; local
110 property_get("ro.build.fingerprint", fingerprint, "(unknown)");
123 printf("Build fingerprint: '%s'\n", fingerprint); /* format is important for other tools */

Completed in 1970 milliseconds