• Home
  • Raw
  • Download

Lines Matching refs:Session

30     Session* session = static_cast<Session*>(cookie);  in onClientDeath()
36 Session::Session(std::unique_ptr<FakeFaceEngine> engine, std::shared_ptr<ISessionCallback> cb) in Session() function in aidl::android::hardware::biometrics::face::Session
47 binder_status_t Session::linkToDeath(AIBinder* binder) { in linkToDeath()
51 ndk::ScopedAStatus Session::generateChallenge() { in generateChallenge()
57 ndk::ScopedAStatus Session::revokeChallenge(int64_t challenge) { in revokeChallenge()
64 ndk::ScopedAStatus Session::getEnrollmentConfig( in getEnrollmentConfig()
70 ndk::ScopedAStatus Session::enroll( in enroll()
87 ndk::ScopedAStatus Session::authenticate( in authenticate()
103 ndk::ScopedAStatus Session::detectInteraction( in detectInteraction()
117 ndk::ScopedAStatus Session::enumerateEnrollments() { in enumerateEnrollments()
123 ndk::ScopedAStatus Session::removeEnrollments(const std::vector<int32_t>& enrollmentIds) { in removeEnrollments()
130 ndk::ScopedAStatus Session::getFeatures() { in getFeatures()
136 ndk::ScopedAStatus Session::setFeature(const keymaster::HardwareAuthToken& hat, Feature feature, in setFeature()
145 ndk::ScopedAStatus Session::getAuthenticatorId() { in getAuthenticatorId()
151 ndk::ScopedAStatus Session::invalidateAuthenticatorId() { in invalidateAuthenticatorId()
158 ndk::ScopedAStatus Session::resetLockout(const keymaster::HardwareAuthToken& hat) { in resetLockout()
164 ndk::ScopedAStatus Session::close() { in close()
174 ndk::ScopedAStatus Session::authenticateWithContext( in authenticateWithContext()
180 ndk::ScopedAStatus Session::enrollWithContext(const keymaster::HardwareAuthToken& hat, in enrollWithContext()
189 ndk::ScopedAStatus Session::detectInteractionWithContext( in detectInteractionWithContext()
195 ndk::ScopedAStatus Session::onContextChanged(const common::OperationContext& /*context*/) { in onContextChanged()
199 ndk::ScopedAStatus Session::enrollWithOptions(const FaceEnrollOptions& options, in enrollWithOptions()