Home
last modified time | relevance | path

Searched refs:onAuthenticatorIdInvalidated (Results 1 – 25 of 79) sorted by relevance

1234

/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/biometrics/fingerprint/aidl/android.hardware.biometrics.fingerprint-V4-ndk-source/gen/include/aidl/android/hardware/biometrics/fingerprint/
DBnSessionCallback.h91 ::ndk::ScopedAStatus onAuthenticatorIdInvalidated(int64_t in_newAuthenticatorId) override { in onAuthenticatorIdInvalidated() function
92 return _impl->onAuthenticatorIdInvalidated(in_newAuthenticatorId); in onAuthenticatorIdInvalidated()
DISessionCallback.h79 virtual ::ndk::ScopedAStatus onAuthenticatorIdInvalidated(int64_t in_newAuthenticatorId) = 0;
102 ::ndk::ScopedAStatus onAuthenticatorIdInvalidated(int64_t in_newAuthenticatorId) override;
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/biometrics/face/aidl/android.hardware.biometrics.face-V4-ndk-source/gen/include/aidl/android/hardware/biometrics/face/
DBnSessionCallback.h100 ::ndk::ScopedAStatus onAuthenticatorIdInvalidated(int64_t in_newAuthenticatorId) override { in onAuthenticatorIdInvalidated() function
101 return _impl->onAuthenticatorIdInvalidated(in_newAuthenticatorId); in onAuthenticatorIdInvalidated()
DISessionCallback.h91 virtual ::ndk::ScopedAStatus onAuthenticatorIdInvalidated(int64_t in_newAuthenticatorId) = 0;
117 ::ndk::ScopedAStatus onAuthenticatorIdInvalidated(int64_t in_newAuthenticatorId) override;
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/biometrics/fingerprint/aidl/android.hardware.biometrics.fingerprint-V5-java-source/gen/android/hardware/biometrics/fingerprint/
DISessionCallback.java204 …@Override public void onAuthenticatorIdInvalidated(long newAuthenticatorId) throws android.os.Remo… in onAuthenticatorIdInvalidated() method in ISessionCallback.Default
493 this.onAuthenticatorIdInvalidated(_arg0); in onTransact()
917 …@Override public void onAuthenticatorIdInvalidated(long newAuthenticatorId) throws android.os.Remo… in onAuthenticatorIdInvalidated() method in ISessionCallback.Stub.Proxy
1169 …public void onAuthenticatorIdInvalidated(long newAuthenticatorId) throws android.os.RemoteExceptio… in onAuthenticatorIdInvalidated() method
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/biometrics/face/aidl/android.hardware.biometrics.face-V4-java-source/gen/android/hardware/biometrics/face/
DISessionCallback.java75 …@Override public void onAuthenticatorIdInvalidated(long newAuthenticatorId) throws android.os.Remo… in onAuthenticatorIdInvalidated() method in ISessionCallback.Default
397 this.onAuthenticatorIdInvalidated(_arg0); in onTransact()
736 …@Override public void onAuthenticatorIdInvalidated(long newAuthenticatorId) throws android.os.Remo… in onAuthenticatorIdInvalidated() method in ISessionCallback.Stub.Proxy
852 …public void onAuthenticatorIdInvalidated(long newAuthenticatorId) throws android.os.RemoteExceptio… in onAuthenticatorIdInvalidated() method
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DAidlResponseHandler.java271 public void onAuthenticatorIdInvalidated(long newAuthenticatorId) { in onAuthenticatorIdInvalidated() method in AidlResponseHandler
272 handleResponse(FingerprintInvalidationClient.class, (c) -> c.onAuthenticatorIdInvalidated( in onAuthenticatorIdInvalidated()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DAidlResponseHandler.java276 public void onAuthenticatorIdInvalidated(long newAuthenticatorId) { in onAuthenticatorIdInvalidated() method in AidlResponseHandler
277 handleResponse(FaceInvalidationClient.class, (c) -> c.onAuthenticatorIdInvalidated( in onAuthenticatorIdInvalidated()
/aosp_15_r20/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/current/android/hardware/biometrics/fingerprint/
H A DISessionCallback.aidl52 void onAuthenticatorIdInvalidated(in long newAuthenticatorId); in onAuthenticatorIdInvalidated() method
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/biometrics/fingerprint/aidl/android.hardware.biometrics.fingerprint_interface/dump/android/hardware/biometrics/fingerprint/
DISessionCallback.aidl52 void onAuthenticatorIdInvalidated(in long newAuthenticatorId); in onAuthenticatorIdInvalidated() method
/aosp_15_r20/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/4/android/hardware/biometrics/fingerprint/
H A DISessionCallback.aidl52 void onAuthenticatorIdInvalidated(in long newAuthenticatorId); in onAuthenticatorIdInvalidated() method
/aosp_15_r20/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/2/android/hardware/biometrics/fingerprint/
H A DISessionCallback.aidl51 void onAuthenticatorIdInvalidated(in long newAuthenticatorId); in onAuthenticatorIdInvalidated() method
/aosp_15_r20/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/1/android/hardware/biometrics/fingerprint/
H A DISessionCallback.aidl51 void onAuthenticatorIdInvalidated(in long newAuthenticatorId); in onAuthenticatorIdInvalidated() method
/aosp_15_r20/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/3/android/hardware/biometrics/fingerprint/
H A DISessionCallback.aidl52 void onAuthenticatorIdInvalidated(in long newAuthenticatorId); in onAuthenticatorIdInvalidated() method
/aosp_15_r20/hardware/interfaces/biometrics/fingerprint/aidl/android/hardware/biometrics/fingerprint/
H A DISessionCallback.aidl197 void onAuthenticatorIdInvalidated(in long newAuthenticatorId); in onAuthenticatorIdInvalidated() method
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/biometrics/fingerprint/aidl/android.hardware.biometrics.fingerprint-V4-ndk-source/gen/android/hardware/biometrics/fingerprint/
DISessionCallback.cpp231 …::ndk::ScopedAStatus _aidl_status = _aidl_impl->onAuthenticatorIdInvalidated(in_newAuthenticatorId… in _aidl_android_hardware_biometrics_fingerprint_ISessionCallback_onTransact()
805 ::ndk::ScopedAStatus BpSessionCallback::onAuthenticatorIdInvalidated(int64_t in_newAuthenticatorId)… in onAuthenticatorIdInvalidated() function in aidl::android::hardware::biometrics::fingerprint::BpSessionCallback
828 …_aidl_status = ISessionCallback::getDefaultImpl()->onAuthenticatorIdInvalidated(in_newAuthenticato… in onAuthenticatorIdInvalidated()
1100 ::ndk::ScopedAStatus ISessionCallbackDefault::onAuthenticatorIdInvalidated(int64_t /*in_newAuthenti… in onAuthenticatorIdInvalidated() function in aidl::android::hardware::biometrics::fingerprint::ISessionCallbackDefault
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/biometrics/face/aidl/android.hardware.biometrics.face_interface/dump/android/hardware/biometrics/face/
DISessionCallback.aidl55 void onAuthenticatorIdInvalidated(in long newAuthenticatorId); in onAuthenticatorIdInvalidated() method
/aosp_15_r20/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/current/android/hardware/biometrics/face/
H A DISessionCallback.aidl55 void onAuthenticatorIdInvalidated(in long newAuthenticatorId); in onAuthenticatorIdInvalidated() method
/aosp_15_r20/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/2/android/hardware/biometrics/face/
H A DISessionCallback.aidl54 void onAuthenticatorIdInvalidated(in long newAuthenticatorId); in onAuthenticatorIdInvalidated() method
/aosp_15_r20/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/1/android/hardware/biometrics/face/
H A DISessionCallback.aidl54 void onAuthenticatorIdInvalidated(in long newAuthenticatorId); in onAuthenticatorIdInvalidated() method
/aosp_15_r20/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/3/android/hardware/biometrics/face/
H A DISessionCallback.aidl54 void onAuthenticatorIdInvalidated(in long newAuthenticatorId); in onAuthenticatorIdInvalidated() method
/aosp_15_r20/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/4/android/hardware/biometrics/face/
H A DISessionCallback.aidl55 void onAuthenticatorIdInvalidated(in long newAuthenticatorId); in onAuthenticatorIdInvalidated() method
/aosp_15_r20/hardware/interfaces/biometrics/face/aidl/android/hardware/biometrics/face/
H A DISessionCallback.aidl228 void onAuthenticatorIdInvalidated(in long newAuthenticatorId); in onAuthenticatorIdInvalidated() method
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/biometrics/face/aidl/android.hardware.biometrics.face-V4-ndk-source/gen/android/hardware/biometrics/face/
DISessionCallback.cpp269 …::ndk::ScopedAStatus _aidl_status = _aidl_impl->onAuthenticatorIdInvalidated(in_newAuthenticatorId… in _aidl_android_hardware_biometrics_face_ISessionCallback_onTransact()
951 ::ndk::ScopedAStatus BpSessionCallback::onAuthenticatorIdInvalidated(int64_t in_newAuthenticatorId)… in onAuthenticatorIdInvalidated() function in aidl::android::hardware::biometrics::face::BpSessionCallback
974 …_aidl_status = ISessionCallback::getDefaultImpl()->onAuthenticatorIdInvalidated(in_newAuthenticato… in onAuthenticatorIdInvalidated()
1261 ::ndk::ScopedAStatus ISessionCallbackDefault::onAuthenticatorIdInvalidated(int64_t /*in_newAuthenti… in onAuthenticatorIdInvalidated() function in aidl::android::hardware::biometrics::face::ISessionCallbackDefault
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DInvalidationClient.java57 public void onAuthenticatorIdInvalidated(long newAuthenticatorId) { in onAuthenticatorIdInvalidated() method in InvalidationClient

1234