Home
last modified time | relevance | path

Searched defs:invalidateAuthenticatorId (Results 1 – 25 of 76) sorted by relevance

1234

/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/biometrics/face/aidl/android.hardware.biometrics.face-V4-java-source/gen/android/hardware/biometrics/face/
DISession.java62 @Override public void invalidateAuthenticatorId() throws android.os.RemoteException in invalidateAuthenticatorId() method in ISession.Default
668 @Override public void invalidateAuthenticatorId() throws android.os.RemoteException in invalidateAuthenticatorId() method in ISession.Stub.Proxy
905 public void invalidateAuthenticatorId() throws android.os.RemoteException; in invalidateAuthenticatorId() method
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/biometrics/fingerprint/aidl/android.hardware.biometrics.fingerprint-V5-java-source/gen/android/hardware/biometrics/fingerprint/
DISession.java333 @Override public void invalidateAuthenticatorId() throws android.os.RemoteException in invalidateAuthenticatorId() method in ISession.Default
1371 @Override public void invalidateAuthenticatorId() throws android.os.RemoteException in invalidateAuthenticatorId() method in ISession.Stub.Proxy
2159 public void invalidateAuthenticatorId() throws android.os.RemoteException; in invalidateAuthenticatorId() method
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/biometrics/face/aidl/android.hardware.biometrics.face-V4-ndk-source/gen/android/hardware/biometrics/face/
DISession.cpp799 ::ndk::ScopedAStatus BpSession::invalidateAuthenticatorId() { in invalidateAuthenticatorId() function in aidl::android::hardware::biometrics::face::BpSession
1325 ::ndk::ScopedAStatus ISessionDefault::invalidateAuthenticatorId() { in invalidateAuthenticatorId() function in aidl::android::hardware::biometrics::face::ISessionDefault
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/biometrics/fingerprint/aidl/android.hardware.biometrics.fingerprint-V4-ndk-source/gen/android/hardware/biometrics/fingerprint/
DISession.cpp691 ::ndk::ScopedAStatus BpSession::invalidateAuthenticatorId() { in invalidateAuthenticatorId() function in aidl::android::hardware::biometrics::fingerprint::BpSession
1421 ::ndk::ScopedAStatus ISessionDefault::invalidateAuthenticatorId() { in invalidateAuthenticatorId() function in aidl::android::hardware::biometrics::fingerprint::ISessionDefault
/aosp_15_r20/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/1/android/hardware/biometrics/fingerprint/
H A DISession.aidl45 void invalidateAuthenticatorId(); in invalidateAuthenticatorId() method
/aosp_15_r20/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/1/android/hardware/biometrics/face/
H A DISession.aidl48 void invalidateAuthenticatorId(); in invalidateAuthenticatorId() method
/aosp_15_r20/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/2/android/hardware/biometrics/fingerprint/
H A DISession.aidl45 void invalidateAuthenticatorId(); in invalidateAuthenticatorId() method
/aosp_15_r20/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/2/android/hardware/biometrics/face/
H A DISession.aidl48 void invalidateAuthenticatorId(); in invalidateAuthenticatorId() method
/aosp_15_r20/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/3/android/hardware/biometrics/face/
H A DISession.aidl48 void invalidateAuthenticatorId(); in invalidateAuthenticatorId() method
/aosp_15_r20/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/4/android/hardware/biometrics/face/
H A DISession.aidl52 void invalidateAuthenticatorId(); in invalidateAuthenticatorId() method
/aosp_15_r20/hardware/interfaces/biometrics/face/aidl/android/hardware/biometrics/face/
H A DISession.aidl346 void invalidateAuthenticatorId(); in invalidateAuthenticatorId() method
/aosp_15_r20/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/current/android/hardware/biometrics/face/
H A DISession.aidl52 void invalidateAuthenticatorId(); in invalidateAuthenticatorId() method
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/biometrics/face/aidl/android.hardware.biometrics.face_interface/dump/android/hardware/biometrics/face/
DISession.aidl52 void invalidateAuthenticatorId(); in invalidateAuthenticatorId() method
/aosp_15_r20/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/current/android/hardware/biometrics/fingerprint/
H A DISession.aidl46 void invalidateAuthenticatorId(); in invalidateAuthenticatorId() method
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/biometrics/fingerprint/aidl/android.hardware.biometrics.fingerprint_interface/dump/android/hardware/biometrics/fingerprint/
DISession.aidl46 void invalidateAuthenticatorId(); in invalidateAuthenticatorId() method
/aosp_15_r20/hardware/interfaces/biometrics/fingerprint/aidl/android/hardware/biometrics/fingerprint/
H A DISession.aidl328 void invalidateAuthenticatorId(); in invalidateAuthenticatorId() method
/aosp_15_r20/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/3/android/hardware/biometrics/fingerprint/
H A DISession.aidl46 void invalidateAuthenticatorId(); in invalidateAuthenticatorId() method
/aosp_15_r20/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/4/android/hardware/biometrics/fingerprint/
H A DISession.aidl46 void invalidateAuthenticatorId(); in invalidateAuthenticatorId() method
/aosp_15_r20/frameworks/base/core/java/android/hardware/biometrics/
H A DIBiometricAuthenticator.aidl70 void invalidateAuthenticatorId(int userId, IInvalidationCallback callback); in invalidateAuthenticatorId() method
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
H A DFingerprintAuthenticator.java107 public void invalidateAuthenticatorId(int userId, IInvalidationCallback callback) in invalidateAuthenticatorId() method in FingerprintAuthenticator
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
H A DFaceAuthenticator.java100 public void invalidateAuthenticatorId(int userId, IInvalidationCallback callback) in invalidateAuthenticatorId() method in FaceAuthenticator
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/biometrics/sensors/iris/
H A DIrisAuthenticator.java93 public void invalidateAuthenticatorId(int userId, IInvalidationCallback callback) { in invalidateAuthenticatorId() method in IrisAuthenticator
/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/
DBnSession.h82 ::ndk::ScopedAStatus invalidateAuthenticatorId() override { in invalidateAuthenticatorId() function
/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/
DBnSession.h73 ::ndk::ScopedAStatus invalidateAuthenticatorId() override { in invalidateAuthenticatorId() function
/aosp_15_r20/device/generic/goldfish/fingerprint/
Dstorage.cpp175 int64_t Storage::invalidateAuthenticatorId(const int64_t newAuthId) { in invalidateAuthenticatorId() function in aidl::android::hardware::biometrics::fingerprint::Storage

1234