Home
last modified time | relevance | path

Searched refs:newAuthId (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish/fingerprint/
Dstorage.cpp175 int64_t Storage::invalidateAuthenticatorId(const int64_t newAuthId) { in invalidateAuthenticatorId() argument
176 mAuthId = newAuthId; in invalidateAuthenticatorId()
178 return newAuthId; in invalidateAuthenticatorId()
187 const int64_t newAuthId) { in enroll() argument
190 mAuthId = newAuthId; in enroll()
Dstorage.h42 int64_t invalidateAuthenticatorId(int64_t newAuthId);
44 bool enroll(int enrollmentId, int64_t secureUserId, int64_t newAuthId);