Home
last modified time | relevance | path

Searched defs:authenticatorId (Results 1 – 16 of 16) sorted by relevance

/hardware/interfaces/biometrics/fingerprint/aidl/android/hardware/biometrics/fingerprint/
DISessionCallback.aidl186 void onAuthenticatorIdRetrieved(in long authenticatorId); in onAuthenticatorIdRetrieved()
/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/1/android/hardware/biometrics/fingerprint/
DISessionCallback.aidl50 void onAuthenticatorIdRetrieved(in long authenticatorId); in onAuthenticatorIdRetrieved()
/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/current/android/hardware/biometrics/fingerprint/
DISessionCallback.aidl51 void onAuthenticatorIdRetrieved(in long authenticatorId); in onAuthenticatorIdRetrieved()
/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/2/android/hardware/biometrics/fingerprint/
DISessionCallback.aidl50 void onAuthenticatorIdRetrieved(in long authenticatorId); in onAuthenticatorIdRetrieved()
/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/3/android/hardware/biometrics/fingerprint/
DISessionCallback.aidl51 void onAuthenticatorIdRetrieved(in long authenticatorId); in onAuthenticatorIdRetrieved()
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/1/android/hardware/biometrics/face/
DISessionCallback.aidl53 void onAuthenticatorIdRetrieved(in long authenticatorId); in onAuthenticatorIdRetrieved()
/hardware/interfaces/biometrics/face/aidl/android/hardware/biometrics/face/
DISessionCallback.aidl214 void onAuthenticatorIdRetrieved(in long authenticatorId); in onAuthenticatorIdRetrieved()
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/2/android/hardware/biometrics/face/
DISessionCallback.aidl53 void onAuthenticatorIdRetrieved(in long authenticatorId); in onAuthenticatorIdRetrieved()
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/3/android/hardware/biometrics/face/
DISessionCallback.aidl53 void onAuthenticatorIdRetrieved(in long authenticatorId); in onAuthenticatorIdRetrieved()
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/current/android/hardware/biometrics/face/
DISessionCallback.aidl53 void onAuthenticatorIdRetrieved(in long authenticatorId); in onAuthenticatorIdRetrieved()
/hardware/interfaces/biometrics/face/aidl/default/tests/
DFakeFaceEngineTest.cpp81 ::ndk::ScopedAStatus onAuthenticatorIdRetrieved(int64_t authenticatorId) override { in onAuthenticatorIdRetrieved()
85 ::ndk::ScopedAStatus onAuthenticatorIdInvalidated(int64_t authenticatorId) override { in onAuthenticatorIdInvalidated()
/hardware/interfaces/biometrics/face/aidl/default/
DFakeFaceEngine.cpp305 int64_t authenticatorId = FaceHalProperties::authenticator_id().value_or(0); in invalidateAuthenticatorIdImpl() local
/hardware/interfaces/biometrics/fingerprint/aidl/default/tests/
DFakeFingerprintEngineTest.cpp82 ::ndk::ScopedAStatus onAuthenticatorIdRetrieved(int64_t authenticatorId) override { in onAuthenticatorIdRetrieved()
86 ::ndk::ScopedAStatus onAuthenticatorIdInvalidated(int64_t authenticatorId) override { in onAuthenticatorIdInvalidated()
/hardware/interfaces/biometrics/fingerprint/aidl/default/
DFakeFingerprintEngine.cpp357 int64_t authenticatorId; in getAuthenticatorIdImpl() local
/hardware/interfaces/identity/aidl/default/
DFakeSecureHardwareProxy.cpp557 uint64_t challenge, uint64_t secureUserId, uint64_t authenticatorId, in setAuthToken()
/hardware/interfaces/identity/aidl/default/libeic/
DEicPresentation.c396 uint64_t authenticatorId, int hardwareAuthenticatorType, in eicPresentationSetAuthToken()