Home
last modified time | relevance | path

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

/device/generic/goldfish/fingerprint/
Dsession.cpp297 int64_t authId; in getAuthenticatorId() local
300 authId = mStorage.getAuthenticatorId(); in getAuthenticatorId()
303 SESSION_DEBUG("onAuthenticatorIdRetrieved(authId=%" PRId64 ")", authId); in getAuthenticatorId()
304 mSessionCb->onAuthenticatorIdRetrieved(authId); in getAuthenticatorId()
309 int64_t authId; in invalidateAuthenticatorId() local
312 authId = mStorage.invalidateAuthenticatorId(generateInt64()); in invalidateAuthenticatorId()
315 SESSION_DEBUG("onAuthenticatorIdInvalidated(authId=%" PRId64 ")", authId); in invalidateAuthenticatorId()
316 mSessionCb->onAuthenticatorIdInvalidated(authId); in invalidateAuthenticatorId()