Home
last modified time | relevance | path

Searched defs:Storage (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish/fingerprint/
Dstorage.h25 struct Storage { struct
38 Storage(int32_t sensorId, int32_t userId); argument
40 static constexpr int getMaxEnrollmentsPerUser() { return kMaxEnrollmentsPerUser; } in getMaxEnrollmentsPerUser()
41 int64_t getAuthenticatorId() const { return mAuthId; } in getAuthenticatorId()
53 static constexpr int kMaxEnrollmentsPerUser = 5;
55 struct LockOut {
66 const int32_t mSensorId;
67 const int32_t mUserId;
68 int64_t mAuthId = 0;
69 int64_t mSecureUserId = 0;
[all …]
Dstorage.cpp112 Storage::Storage(const int32_t sensorId, const int32_t userId) in Storage() function in aidl::android::hardware::biometrics::fingerprint::Storage