• Home
  • Raw
  • Download

Lines Matching refs:Session

30     Session* session = static_cast<Session*>(cookie);  in onClientDeath()
36 Session::Session(int sensorId, int userId, std::shared_ptr<ISessionCallback> cb, in Session() function in aidl::android::hardware::biometrics::fingerprint::Session
54 binder_status_t Session::linkToDeath(AIBinder* binder) { in linkToDeath()
58 void Session::scheduleStateOrCrash(SessionState state) { in scheduleStateOrCrash()
65 void Session::enterStateOrCrash(SessionState state) { in enterStateOrCrash()
71 void Session::enterIdling() { in enterIdling()
78 bool Session::isClosed() { in isClosed()
82 ndk::ScopedAStatus Session::generateChallenge() { in generateChallenge()
95 ndk::ScopedAStatus Session::revokeChallenge(int64_t challenge) { in revokeChallenge()
108 ndk::ScopedAStatus Session::enroll(const keymaster::HardwareAuthToken& hat, in enroll()
130 ndk::ScopedAStatus Session::authenticate(int64_t operationId, in authenticate()
152 ndk::ScopedAStatus Session::detectInteraction(std::shared_ptr<common::ICancellationSignal>* out) { in detectInteraction()
173 ndk::ScopedAStatus Session::enumerateEnrollments() { in enumerateEnrollments()
186 ndk::ScopedAStatus Session::removeEnrollments(const std::vector<int32_t>& enrollmentIds) { in removeEnrollments()
199 ndk::ScopedAStatus Session::getAuthenticatorId() { in getAuthenticatorId()
212 ndk::ScopedAStatus Session::invalidateAuthenticatorId() { in invalidateAuthenticatorId()
225 ndk::ScopedAStatus Session::resetLockout(const keymaster::HardwareAuthToken& hat) { in resetLockout()
238 ndk::ScopedAStatus Session::close() { in close()
249 ndk::ScopedAStatus Session::onPointerDown(int32_t pointerId, int32_t x, int32_t y, float minor, in onPointerDown()
260 ndk::ScopedAStatus Session::onPointerUp(int32_t pointerId) { in onPointerUp()
269 ndk::ScopedAStatus Session::onUiReady() { in onUiReady()
278 ndk::ScopedAStatus Session::authenticateWithContext( in authenticateWithContext()
284 ndk::ScopedAStatus Session::enrollWithContext(const keymaster::HardwareAuthToken& hat, in enrollWithContext()
290 ndk::ScopedAStatus Session::detectInteractionWithContext( in detectInteractionWithContext()
296 ndk::ScopedAStatus Session::onPointerDownWithContext(const PointerContext& context) { in onPointerDownWithContext()
300 ndk::ScopedAStatus Session::onPointerUpWithContext(const PointerContext& context) { in onPointerUpWithContext()
304 ndk::ScopedAStatus Session::onContextChanged(const common::OperationContext& /*context*/) { in onContextChanged()
308 ndk::ScopedAStatus Session::onPointerCancelWithContext(const PointerContext& /*context*/) { in onPointerCancelWithContext()
312 ndk::ScopedAStatus Session::setIgnoreDisplayTouches(bool /*shouldIgnore*/) { in setIgnoreDisplayTouches()