Loading biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/current/android/hardware/biometrics/face/ISessionCallback.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -53,4 +53,5 @@ interface ISessionCallback { void onEnrollmentsRemoved(in int[] enrollmentIds); void onAuthenticatorIdRetrieved(in long authenticatorId); void onAuthenticatorIdInvalidated(in long newAuthenticatorId); void onSessionClosed(); } biometrics/face/aidl/android/hardware/biometrics/face/ISessionCallback.aidl +6 −0 Original line number Diff line number Diff line Loading @@ -227,4 +227,10 @@ interface ISessionCallback { * current set of enrollments. */ void onAuthenticatorIdInvalidated(in long newAuthenticatorId); /** * This method notifes the client that this session has closed. * The client must not make any more calls to this session. */ void onSessionClosed(); } biometrics/face/aidl/vts/VtsHalBiometricsFaceTargetTest.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -120,6 +120,8 @@ class SessionCallback : public BnSessionCallback { return ndk::ScopedAStatus::ok(); } ndk::ScopedAStatus onSessionClosed() override { return ndk::ScopedAStatus::ok(); } private: std::promise<SessionCallbackInvocation> invocation_promise_; }; Loading biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/current/android/hardware/biometrics/fingerprint/ISessionCallback.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -50,4 +50,5 @@ interface ISessionCallback { void onEnrollmentsRemoved(in int[] enrollmentIds); void onAuthenticatorIdRetrieved(in long authenticatorId); void onAuthenticatorIdInvalidated(in long newAuthenticatorId); void onSessionClosed(); } biometrics/fingerprint/aidl/android/hardware/biometrics/fingerprint/ISessionCallback.aidl +6 −0 Original line number Diff line number Diff line Loading @@ -200,4 +200,10 @@ interface ISessionCallback { * current set of enrollments. */ void onAuthenticatorIdInvalidated(in long newAuthenticatorId); /** * This method notifes the client that this session has closed. * The client must not make any more calls to this session. */ void onSessionClosed(); } Loading
biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/current/android/hardware/biometrics/face/ISessionCallback.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -53,4 +53,5 @@ interface ISessionCallback { void onEnrollmentsRemoved(in int[] enrollmentIds); void onAuthenticatorIdRetrieved(in long authenticatorId); void onAuthenticatorIdInvalidated(in long newAuthenticatorId); void onSessionClosed(); }
biometrics/face/aidl/android/hardware/biometrics/face/ISessionCallback.aidl +6 −0 Original line number Diff line number Diff line Loading @@ -227,4 +227,10 @@ interface ISessionCallback { * current set of enrollments. */ void onAuthenticatorIdInvalidated(in long newAuthenticatorId); /** * This method notifes the client that this session has closed. * The client must not make any more calls to this session. */ void onSessionClosed(); }
biometrics/face/aidl/vts/VtsHalBiometricsFaceTargetTest.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -120,6 +120,8 @@ class SessionCallback : public BnSessionCallback { return ndk::ScopedAStatus::ok(); } ndk::ScopedAStatus onSessionClosed() override { return ndk::ScopedAStatus::ok(); } private: std::promise<SessionCallbackInvocation> invocation_promise_; }; Loading
biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/current/android/hardware/biometrics/fingerprint/ISessionCallback.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -50,4 +50,5 @@ interface ISessionCallback { void onEnrollmentsRemoved(in int[] enrollmentIds); void onAuthenticatorIdRetrieved(in long authenticatorId); void onAuthenticatorIdInvalidated(in long newAuthenticatorId); void onSessionClosed(); }
biometrics/fingerprint/aidl/android/hardware/biometrics/fingerprint/ISessionCallback.aidl +6 −0 Original line number Diff line number Diff line Loading @@ -200,4 +200,10 @@ interface ISessionCallback { * current set of enrollments. */ void onAuthenticatorIdInvalidated(in long newAuthenticatorId); /** * This method notifes the client that this session has closed. * The client must not make any more calls to this session. */ void onSessionClosed(); }