Home
last modified time | relevance | path

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

/device/generic/goldfish/fingerprint/
Dsession.h54 ndk::ScopedAStatus enroll(const keymaster::HardwareAuthToken& hat,
98 return enroll(hat, out); in enrollWithContext()
Dstorage.h44 bool enroll(int enrollmentId, int64_t secureUserId, int64_t newAuthId);
Dsession.cpp176 ndk::ScopedAStatus Session::enroll(const keymaster::HardwareAuthToken& hat, in enroll() function in aidl::android::hardware::biometrics::fingerprint::Session
378 } else if (mStorage.enroll(enrollmentId, mEnrollingSecUserId, generateInt64())) { in onSensorEventOn()
Dstorage.cpp185 bool Storage::enroll(const int enrollmentId, in enroll() function in aidl::android::hardware::biometrics::fingerprint::Storage
/device/google/cuttlefish/guest/hals/gatekeeper/remote/
Dremote_gatekeeper.h52 ::ndk::ScopedAStatus enroll(
Dremote_gatekeeper.cpp69 RemoteGateKeeperDevice::enroll(int32_t uid, const std::vector<uint8_t>& currentPasswordHandle, in enroll() function in aidl::android::hardware::gatekeeper::RemoteGateKeeperDevice