Home
last modified time | relevance | path

Searched defs:Session (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/fingerprint/
Dsession.h31 struct Session : public BnSession { struct
48 Session(const int32_t sensorId, const int32_t userId, argument
70 void sensorListenerFunc() { while (sensorListenerFuncImpl()) {} } in sensorListenerFunc()
77 ndk::ScopedAStatus onPointerDown(const int32_t /*pointerId*/, in onPointerDown()
83 ndk::ScopedAStatus onPointerUp(const int32_t /*pointerId*/) override { in onPointerUp()
86 ndk::ScopedAStatus onUiReady() override { in onUiReady()
89 ndk::ScopedAStatus authenticateWithContext( in authenticateWithContext()
94 ndk::ScopedAStatus enrollWithContext( in enrollWithContext()
121 const std::shared_ptr<ISessionCallback> mSessionCb; argument
122 Storage mStorage; // mMutex
[all …]
Dsession.cpp129 Session::Session(const int32_t sensorId, const int32_t userId, in Session() function in aidl::android::hardware::biometrics::fingerprint::Session
/device/google/contexthub/contexthubhal/
Dsystem_comms.h212 Session() { mState = SESSION_INIT; mStatus = -1; } in Session() function