Lines Matching refs:mSessionCb

131     : mSessionCb(std::move(scb))  in Session()
163 mSessionCb->onChallengeGenerated(challenge); in generateChallenge()
172 mSessionCb->onChallengeRevoked(challenge); in revokeChallenge()
200 mSessionCb->onError(Error::UNABLE_TO_PROCESS, in enroll()
206 mSessionCb->onError(Error::UNABLE_TO_PROCESS, int(err)); in enroll()
235 mSessionCb->onError(Error::UNABLE_TO_PROCESS, in authenticate()
264 mSessionCb->onError(Error::UNABLE_TO_PROCESS, in detectInteraction()
280 mSessionCb->onEnrollmentsEnumerated(enrollmentIds); in enumerateEnrollments()
292 mSessionCb->onEnrollmentsRemoved(enrollmentIds); in removeEnrollments()
304 mSessionCb->onAuthenticatorIdRetrieved(authId); in getAuthenticatorId()
316 mSessionCb->onAuthenticatorIdInvalidated(authId); in invalidateAuthenticatorId()
329 mSessionCb->onLockoutCleared(); in resetLockout()
333 mSessionCb->onError(Error::UNABLE_TO_PROCESS, int(err)); in resetLockout()
341 mSessionCb->onSessionClosed(); in close()
370 mSessionCb->onAcquired(AcquiredInfo::GOOD, 0); in onSensorEventOn()
376 mSessionCb->onEnrollmentProgress(enrollmentId, left); in onSensorEventOn()
381 mSessionCb->onEnrollmentProgress(enrollmentId, left); in onSensorEventOn()
388 mSessionCb->onError(Error::UNABLE_TO_PROCESS, in onSensorEventOn()
401 mSessionCb->onAcquired(AcquiredInfo::GOOD, 0); in onSensorEventOn()
418 mSessionCb->onAuthenticationSucceeded(enrollmentId, hat); in onSensorEventOn()
425 mSessionCb->onAuthenticationFailed(); in onSensorEventOn()
431 mSessionCb->onLockoutTimed(lockoutDurationMillis); in onSensorEventOn()
437 mSessionCb->onLockoutPermanent(); in onSensorEventOn()
450 mSessionCb->onInteractionDetected(); in onSensorEventOn()
474 mSessionCb->onError(Error::CANCELED, 0); in cancellEnroll()
486 mSessionCb->onError(Error::CANCELED, 0); in cancellAuthenticate()
498 mSessionCb->onError(Error::CANCELED, 0); in cancellDetectInteraction()
528 mSessionCb->onLockoutCleared(); in sensorListenerFuncImpl()