Home
last modified time | relevance | path

Searched refs:enroll (Results 1 – 25 of 31) sorted by relevance

12

/hardware/interfaces/biometrics/fingerprint/2.1/
DIBiometricsFingerprint.hal36 * Fingerprint pre-enroll enroll request:
38 * an enrollment transaction. pre-enroll and post-enroll specify
40 * Pre-enroll only generates a challenge, a full hardwareAuthToken is
47 @callflow(next={"enroll", "postEnroll"})
51 * Fingerprint enroll request:
53 * template. Switches back as soon as enroll is complete, signalled by
55 * fingerprintMsg.data.enroll.samplesRemaining == 0)
68 @callflow(next={"cancel", "enroll", "postEnroll", "remove"})
69 enroll(uint8_t[69] hat, uint32_t gid, uint32_t timeoutSec)
73 * Finishes the enroll operation and invalidates the preEnroll() generated
[all …]
/hardware/interfaces/biometrics/fingerprint/2.1/default/
DBiometricsFingerprint.cpp161 Return<RequestStatus> BiometricsFingerprint::enroll(const hidl_array<uint8_t, 69>& hat, in enroll() function in android::hardware::biometrics::fingerprint::V2_1::implementation::BiometricsFingerprint
165 return ErrorFilter(mDevice->enroll(mDevice, authToken, gid, timeoutSec)); in enroll()
291 msg->data.enroll.finger.fid, in notify()
292 msg->data.enroll.finger.gid, in notify()
293 msg->data.enroll.samples_remaining); in notify()
295 msg->data.enroll.finger.fid, in notify()
296 msg->data.enroll.finger.gid, in notify()
297 msg->data.enroll.samples_remaining).isOk()) { in notify()
DBiometricsFingerprint.h55 …Return<RequestStatus> enroll(const hidl_array<uint8_t, 69>& hat, uint32_t gid, uint32_t timeoutSec…
/hardware/interfaces/biometrics/face/1.0/
DIBiometricsFace.hal70 * Begins a secure transaction request, e.g. enroll() or resetLockout().
93 @callflow(next={"enroll", "revokeChallenge", "setFeature"})
104 * Settings calls generateChallenge() once to allow the user to enroll one
116 * @param timeoutSec A timeout in seconds, after which this enroll
126 @callflow(next={"cancel", "enroll", "revokeChallenge", "remove"})
127 enroll(vec<uint8_t> hat, uint32_t timeoutSec, vec<Feature> disabledFeatures)
134 * Clients must call this method once the secure transaction (e.g. enroll
153 * persistent state as the one passed to enroll().
175 * @param faceId the ID of the enrollment returned by enroll().
198 * Cancels the current enroll, authenticate, remove, or enumerate operation.
[all …]
/hardware/libhardware/include/hardware/
Dfingerprint.h113 fingerprint_enroll_t enroll; member
177 int (*enroll)(struct fingerprint_device *dev, const hw_auth_token_t *hat, member
Dgatekeeper.h91 int (*enroll)(const struct gatekeeper_device *dev, uint32_t uid, member
/hardware/interfaces/biometrics/fingerprint/aidl/android/hardware/biometrics/fingerprint/
DISession.aidl145 ICancellationSignal enroll(in HardwareAuthToken hat); in enroll() method
/hardware/libhardware/tests/fingerprint/
Dfingerprint_tests.cpp23 ASSERT_TRUE(NULL != fp_device()->enroll) in TEST_F()
/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/1/android/hardware/biometrics/fingerprint/
DISession.aidl39 …android.hardware.biometrics.common.ICancellationSignal enroll(in android.hardware.keymaster.Hardwa… in enroll() method
/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/current/android/hardware/biometrics/fingerprint/
DISession.aidl39 …android.hardware.biometrics.common.ICancellationSignal enroll(in android.hardware.keymaster.Hardwa… in enroll() method
/hardware/interfaces/gatekeeper/1.0/default/
DGatekeeper.cpp55 Return<void> Gatekeeper::enroll(uint32_t uid, in enroll() function in android::hardware::gatekeeper::V1_0::implementation::Gatekeeper
65 int ret = device->enroll(device, uid, in enroll()
DGatekeeper.h47 Return<void> enroll(uint32_t uid,
/hardware/interfaces/biometrics/face/aidl/android/hardware/biometrics/face/
DISession.aidl156 ICancellationSignal enroll(in HardwareAuthToken hat, in EnrollmentType type, in enroll() method
/hardware/interfaces/gatekeeper/1.0/software/
DSoftGateKeeperDevice.h45 ::android::hardware::Return<void> enroll(
DSoftGateKeeperDevice.cpp44 Return<void> SoftGateKeeperDevice::enroll(uint32_t uid, in enroll() function in android::SoftGateKeeperDevice
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/1/android/hardware/biometrics/face/
DISession.aidl40 …android.hardware.biometrics.common.ICancellationSignal enroll(in android.hardware.keymaster.Hardwa… in enroll() method
/hardware/interfaces/gatekeeper/1.0/
DIGatekeeper.hal40 * @param desiredPassword The new password the user wishes to enroll in
46 * This buffer can be used on subsequent calls to enroll or
53 enroll(uint32_t uid,
Dtypes.hal22 STATUS_REENROLL = 1, // success, but upper layers should re-enroll
/hardware/interfaces/biometrics/fingerprint/2.2/default/
DBiometricsFingerprint.cpp62 Return<RequestStatus> BiometricsFingerprint::enroll(const hidl_array<uint8_t, 69>& /* hat */, in enroll() function in android::hardware::biometrics::fingerprint::V2_2::implementation::BiometricsFingerprint
/hardware/interfaces/biometrics/face/aidl/default/
DSession.h42 ndk::ScopedAStatus enroll(const keymaster::HardwareAuthToken& hat,
DSession.cpp64 ndk::ScopedAStatus Session::enroll( in enroll() function in aidl::android::hardware::biometrics::face::Session
/hardware/interfaces/biometrics/face/1.0/default/
DBiometricsFace.h50 Return<Status> enroll(const hidl_vec<uint8_t>& hat, uint32_t timeoutSec,
DBiometricsFace.cpp56 Return<Status> BiometricsFace::enroll(const hidl_vec<uint8_t>& /* hat */, uint32_t /* timeoutSec */, in enroll() function in android::hardware::biometrics::face::implementation::BiometricsFace
/hardware/interfaces/biometrics/fingerprint/aidl/default/include/
DSession.h54 ndk::ScopedAStatus enroll(const keymaster::HardwareAuthToken& hat,
/hardware/interfaces/biometrics/fingerprint/2.1/vts/functional/
DVtsHalBiometricsFingerprintV2_1TargetTest.cpp257 Return<RequestStatus> res = mService->enroll(token, kGroupId, kTimeout); in TEST_P()
272 Return<RequestStatus> res = mService->enroll(token, kGroupId, kTimeout); in TEST_P()
400 res = mService->enroll(token, kGroupId, kTimeout); in TEST_P()

12