Home
last modified time | relevance | path

Searched refs:getAuthenticatorId (Results 1 – 25 of 50) sorted by relevance

12

/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
H A DFingerprintAuthenticator.java105 public long getAuthenticatorId(int callingUserId) throws RemoteException { in getAuthenticatorId() method in FingerprintAuthenticator
106 return mFingerprintService.getAuthenticatorId(mSensorId, callingUserId); in getAuthenticatorId()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
H A DFaceAuthenticator.java105 public long getAuthenticatorId(int callingUserId) throws RemoteException { in getAuthenticatorId() method in FaceAuthenticator
106 return mFaceService.getAuthenticatorId(mSensorId, callingUserId); in getAuthenticatorId()
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/android/hardware/biometrics/fingerprint/
H A DISession.aidl299 void getAuthenticatorId(); in getAuthenticatorId() method
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/1/android/hardware/biometrics/fingerprint/
H A DISession.aidl44 void getAuthenticatorId(); in getAuthenticatorId() method
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/current/android/hardware/biometrics/fingerprint/
H A DISession.aidl44 void getAuthenticatorId(); in getAuthenticatorId() method
/aosp12/hardware/interfaces/biometrics/face/aidl/android/hardware/biometrics/face/
H A DISession.aidl352 void getAuthenticatorId(); in getAuthenticatorId() method
/aosp12/hardware/interfaces/biometrics/fingerprint/2.1/
H A DIBiometricsFingerprint.hal83 * getAuthenticatorId:
92 getAuthenticatorId() generates (uint64_t AuthenticatorId);
135 @callflow(next={"enumerate", "authenticate", "cancel", "getAuthenticatorId",
/aosp12/frameworks/base/core/java/android/hardware/biometrics/
H A DIBiometricAuthenticator.aidl72 long getAuthenticatorId(int callingUserId); in getAuthenticatorId() method
/aosp12/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/1/android/hardware/biometrics/face/
H A DISession.aidl47 void getAuthenticatorId(); in getAuthenticatorId() method
/aosp12/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/current/android/hardware/biometrics/face/
H A DISession.aidl47 void getAuthenticatorId(); in getAuthenticatorId() method
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DFaceGetAuthenticatorIdClient.java59 getFreshDaemon().getAuthenticatorId(); in startHalOperation()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DFingerprintGetAuthenticatorIdClient.java59 getFreshDaemon().getAuthenticatorId(); in startHalOperation()
H A DTestHal.java148 public void getAuthenticatorId() throws RemoteException { in createSession()
/aosp12/hardware/interfaces/biometrics/fingerprint/2.2/default/
H A DBiometricsFingerprint.h54 Return<uint64_t> getAuthenticatorId() override;
H A DBiometricsFingerprint.cpp74 Return<uint64_t> BiometricsFingerprint::getAuthenticatorId() { in getAuthenticatorId() function in android::hardware::biometrics::fingerprint::V2_2::implementation::BiometricsFingerprint
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/iris/
H A DIrisAuthenticator.java96 public long getAuthenticatorId(int callingUserId) throws RemoteException { in getAuthenticatorId() method in IrisAuthenticator
/aosp12/hardware/interfaces/biometrics/face/1.0/default/
H A DBiometricsFace.h60 Return<void> getAuthenticatorId(getAuthenticatorId_cb _hidl_cb) override;
H A DBiometricsFace.cpp81 Return<void> BiometricsFace::getAuthenticatorId(getAuthenticatorId_cb _hidl_cb) { in getAuthenticatorId() function in android::hardware::biometrics::face::implementation::BiometricsFace
/aosp12/hardware/interfaces/biometrics/face/aidl/default/
H A DSession.h63 ndk::ScopedAStatus getAuthenticatorId() override;
/aosp12/hardware/interfaces/biometrics/fingerprint/2.1/default/
H A DBiometricsFingerprint.h57 Return<uint64_t> getAuthenticatorId() override;
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
H A DFaceUpdateActiveUserClient.java76 mHasEnrolledBiometrics ? daemon.getAuthenticatorId().value : 0L); in startHalOperation()
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/default/include/
H A DSession.h67 ndk::ScopedAStatus getAuthenticatorId() override;
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
H A DTestHal.java89 public long getAuthenticatorId() { in getAuthenticatorId() method in TestHal
H A DFingerprintUpdateActiveUserClient.java118 ? getFreshDaemon().getAuthenticatorId() : 0L); in startHalOperation()
/aosp12/frameworks/base/core/java/android/hardware/face/
H A DIFaceService.aidl119 long getAuthenticatorId(int sensorId, int callingUserId); in getAuthenticatorId() method

12