Home
last modified time | relevance | path

Searched refs:onAuthenticatorIdRetrieved (Results 1 – 25 of 83) sorted by relevance

1234

/aosp_15_r20/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
H A DHidlToAidlCallbackConverter.java112 void onAuthenticatorIdRetrieved(long authenticatorId) { in onAuthenticatorIdRetrieved() method in HidlToAidlCallbackConverter
113 mAidlResponseHandler.onAuthenticatorIdRetrieved(authenticatorId); in onAuthenticatorIdRetrieved()
/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.h88 ::ndk::ScopedAStatus onAuthenticatorIdRetrieved(int64_t in_authenticatorId) override { in onAuthenticatorIdRetrieved() function
89 return _impl->onAuthenticatorIdRetrieved(in_authenticatorId); in onAuthenticatorIdRetrieved()
DISessionCallback.h78 virtual ::ndk::ScopedAStatus onAuthenticatorIdRetrieved(int64_t in_authenticatorId) = 0;
101 ::ndk::ScopedAStatus onAuthenticatorIdRetrieved(int64_t in_authenticatorId) 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.h97 ::ndk::ScopedAStatus onAuthenticatorIdRetrieved(int64_t in_authenticatorId) override { in onAuthenticatorIdRetrieved() function
98 return _impl->onAuthenticatorIdRetrieved(in_authenticatorId); in onAuthenticatorIdRetrieved()
DISessionCallback.h90 virtual ::ndk::ScopedAStatus onAuthenticatorIdRetrieved(int64_t in_authenticatorId) = 0;
116 ::ndk::ScopedAStatus onAuthenticatorIdRetrieved(int64_t in_authenticatorId) 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.java192 …@Override public void onAuthenticatorIdRetrieved(long authenticatorId) throws android.os.RemoteExc… in onAuthenticatorIdRetrieved() method in ISessionCallback.Default
484 this.onAuthenticatorIdRetrieved(_arg0); in onTransact()
890 …@Override public void onAuthenticatorIdRetrieved(long authenticatorId) throws android.os.RemoteExc… in onAuthenticatorIdRetrieved() method in ISessionCallback.Stub.Proxy
1159 public void onAuthenticatorIdRetrieved(long authenticatorId) throws android.os.RemoteException; in onAuthenticatorIdRetrieved() 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.java72 …@Override public void onAuthenticatorIdRetrieved(long authenticatorId) throws android.os.RemoteExc… in onAuthenticatorIdRetrieved() method in ISessionCallback.Default
388 this.onAuthenticatorIdRetrieved(_arg0); in onTransact()
718 …@Override public void onAuthenticatorIdRetrieved(long authenticatorId) throws android.os.RemoteExc… in onAuthenticatorIdRetrieved() method in ISessionCallback.Stub.Proxy
851 public void onAuthenticatorIdRetrieved(long authenticatorId) throws android.os.RemoteException; in onAuthenticatorIdRetrieved() method
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DAidlResponseHandler.java265 public void onAuthenticatorIdRetrieved(long authenticatorId) { in onAuthenticatorIdRetrieved() method in AidlResponseHandler
267 (c) -> c.onAuthenticatorIdRetrieved(authenticatorId)); in onAuthenticatorIdRetrieved()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DAidlResponseHandler.java270 public void onAuthenticatorIdRetrieved(long authenticatorId) { in onAuthenticatorIdRetrieved() method in AidlResponseHandler
271 handleResponse(FaceGetAuthenticatorIdClient.class, (c) -> c.onAuthenticatorIdRetrieved( in onAuthenticatorIdRetrieved()
/aosp_15_r20/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/current/android/hardware/biometrics/fingerprint/
H A DISessionCallback.aidl51 void onAuthenticatorIdRetrieved(in long authenticatorId); in onAuthenticatorIdRetrieved() method
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/biometrics/fingerprint/aidl/android.hardware.biometrics.fingerprint_interface/dump/android/hardware/biometrics/fingerprint/
DISessionCallback.aidl51 void onAuthenticatorIdRetrieved(in long authenticatorId); in onAuthenticatorIdRetrieved() method
/aosp_15_r20/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/4/android/hardware/biometrics/fingerprint/
H A DISessionCallback.aidl51 void onAuthenticatorIdRetrieved(in long authenticatorId); in onAuthenticatorIdRetrieved() method
/aosp_15_r20/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/2/android/hardware/biometrics/fingerprint/
H A DISessionCallback.aidl50 void onAuthenticatorIdRetrieved(in long authenticatorId); in onAuthenticatorIdRetrieved() method
/aosp_15_r20/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/1/android/hardware/biometrics/fingerprint/
H A DISessionCallback.aidl50 void onAuthenticatorIdRetrieved(in long authenticatorId); in onAuthenticatorIdRetrieved() method
/aosp_15_r20/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/3/android/hardware/biometrics/fingerprint/
H A DISessionCallback.aidl51 void onAuthenticatorIdRetrieved(in long authenticatorId); in onAuthenticatorIdRetrieved() method
/aosp_15_r20/hardware/interfaces/biometrics/fingerprint/aidl/android/hardware/biometrics/fingerprint/
H A DISessionCallback.aidl186 void onAuthenticatorIdRetrieved(in long authenticatorId); in onAuthenticatorIdRetrieved() 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.cpp217 … ::ndk::ScopedAStatus _aidl_status = _aidl_impl->onAuthenticatorIdRetrieved(in_authenticatorId); in _aidl_android_hardware_biometrics_fingerprint_ISessionCallback_onTransact()
768 ::ndk::ScopedAStatus BpSessionCallback::onAuthenticatorIdRetrieved(int64_t in_authenticatorId) { in onAuthenticatorIdRetrieved() function in aidl::android::hardware::biometrics::fingerprint::BpSessionCallback
791 … _aidl_status = ISessionCallback::getDefaultImpl()->onAuthenticatorIdRetrieved(in_authenticatorId); in onAuthenticatorIdRetrieved()
1095 ::ndk::ScopedAStatus ISessionCallbackDefault::onAuthenticatorIdRetrieved(int64_t /*in_authenticator… in onAuthenticatorIdRetrieved() 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.aidl54 void onAuthenticatorIdRetrieved(in long authenticatorId); in onAuthenticatorIdRetrieved() method
/aosp_15_r20/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/current/android/hardware/biometrics/face/
H A DISessionCallback.aidl54 void onAuthenticatorIdRetrieved(in long authenticatorId); in onAuthenticatorIdRetrieved() method
/aosp_15_r20/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/2/android/hardware/biometrics/face/
H A DISessionCallback.aidl53 void onAuthenticatorIdRetrieved(in long authenticatorId); in onAuthenticatorIdRetrieved() method
/aosp_15_r20/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/1/android/hardware/biometrics/face/
H A DISessionCallback.aidl53 void onAuthenticatorIdRetrieved(in long authenticatorId); in onAuthenticatorIdRetrieved() method
/aosp_15_r20/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/3/android/hardware/biometrics/face/
H A DISessionCallback.aidl53 void onAuthenticatorIdRetrieved(in long authenticatorId); in onAuthenticatorIdRetrieved() method
/aosp_15_r20/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/4/android/hardware/biometrics/face/
H A DISessionCallback.aidl54 void onAuthenticatorIdRetrieved(in long authenticatorId); in onAuthenticatorIdRetrieved() method
/aosp_15_r20/hardware/interfaces/biometrics/face/aidl/android/hardware/biometrics/face/
H A DISessionCallback.aidl217 void onAuthenticatorIdRetrieved(in long authenticatorId); in onAuthenticatorIdRetrieved() method
/aosp_15_r20/hardware/interfaces/biometrics/face/aidl/default/
H A DFakeFaceEngine.cpp415 cb->onAuthenticatorIdRetrieved(0); in getAuthenticatorIdImpl()
417 cb->onAuthenticatorIdRetrieved(Face::cfg().get<std::int64_t>("authenticator_id")); in getAuthenticatorIdImpl()

1234