/hardware/interfaces/biometrics/fingerprint/2.1/ |
D | IBiometricsFingerprint.hal | 36 * 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/ |
D | BiometricsFingerprint.cpp | 161 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()
|
D | BiometricsFingerprint.h | 55 …Return<RequestStatus> enroll(const hidl_array<uint8_t, 69>& hat, uint32_t gid, uint32_t timeoutSec…
|
/hardware/interfaces/biometrics/face/1.0/ |
D | IBiometricsFace.hal | 70 * 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/ |
D | fingerprint.h | 113 fingerprint_enroll_t enroll; member 177 int (*enroll)(struct fingerprint_device *dev, const hw_auth_token_t *hat, member
|
D | gatekeeper.h | 91 int (*enroll)(const struct gatekeeper_device *dev, uint32_t uid, member
|
/hardware/interfaces/biometrics/fingerprint/aidl/android/hardware/biometrics/fingerprint/ |
D | ISession.aidl | 145 ICancellationSignal enroll(in HardwareAuthToken hat); in enroll() method
|
/hardware/libhardware/tests/fingerprint/ |
D | fingerprint_tests.cpp | 23 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/ |
D | ISession.aidl | 39 …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/ |
D | ISession.aidl | 39 …android.hardware.biometrics.common.ICancellationSignal enroll(in android.hardware.keymaster.Hardwa… in enroll() method
|
/hardware/interfaces/gatekeeper/1.0/default/ |
D | Gatekeeper.cpp | 55 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()
|
D | Gatekeeper.h | 47 Return<void> enroll(uint32_t uid,
|
/hardware/interfaces/biometrics/face/aidl/android/hardware/biometrics/face/ |
D | ISession.aidl | 156 ICancellationSignal enroll(in HardwareAuthToken hat, in EnrollmentType type, in enroll() method
|
/hardware/interfaces/gatekeeper/1.0/software/ |
D | SoftGateKeeperDevice.h | 45 ::android::hardware::Return<void> enroll(
|
D | SoftGateKeeperDevice.cpp | 44 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/ |
D | ISession.aidl | 40 …android.hardware.biometrics.common.ICancellationSignal enroll(in android.hardware.keymaster.Hardwa… in enroll() method
|
/hardware/interfaces/gatekeeper/1.0/ |
D | IGatekeeper.hal | 40 * @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,
|
D | types.hal | 22 STATUS_REENROLL = 1, // success, but upper layers should re-enroll
|
/hardware/interfaces/biometrics/fingerprint/2.2/default/ |
D | BiometricsFingerprint.cpp | 62 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/ |
D | Session.h | 42 ndk::ScopedAStatus enroll(const keymaster::HardwareAuthToken& hat,
|
D | Session.cpp | 64 ndk::ScopedAStatus Session::enroll( in enroll() function in aidl::android::hardware::biometrics::face::Session
|
/hardware/interfaces/biometrics/face/1.0/default/ |
D | BiometricsFace.h | 50 Return<Status> enroll(const hidl_vec<uint8_t>& hat, uint32_t timeoutSec,
|
D | BiometricsFace.cpp | 56 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/ |
D | Session.h | 54 ndk::ScopedAStatus enroll(const keymaster::HardwareAuthToken& hat,
|
/hardware/interfaces/biometrics/fingerprint/2.1/vts/functional/ |
D | VtsHalBiometricsFingerprintV2_1TargetTest.cpp | 257 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()
|