Home
last modified time | relevance | path

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

/device/generic/goldfish/fingerprint/
Dstorage.cpp132 if (!loadT(&i, end, &mAuthId)) { in Storage()
167 result << kFileSignature << mAuthId << mSecureUserId << uint8_t(mEnrollments.size()); in serialize()
176 mAuthId = newAuthId; in invalidateAuthenticatorId()
190 mAuthId = newAuthId; in enroll()
233 tok.authenticatorId = mAuthId; in authenticate()
Dstorage.h41 int64_t getAuthenticatorId() const { return mAuthId; } in getAuthenticatorId()
68 int64_t mAuthId = 0; member