/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/ |
H A D | FingerprintAuthenticator.java | 105 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 D | FaceAuthenticator.java | 105 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 D | ISession.aidl | 299 void getAuthenticatorId(); in getAuthenticatorId() method
|
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/1/android/hardware/biometrics/fingerprint/ |
H A D | ISession.aidl | 44 void getAuthenticatorId(); in getAuthenticatorId() method
|
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/current/android/hardware/biometrics/fingerprint/ |
H A D | ISession.aidl | 44 void getAuthenticatorId(); in getAuthenticatorId() method
|
/aosp12/hardware/interfaces/biometrics/face/aidl/android/hardware/biometrics/face/ |
H A D | ISession.aidl | 352 void getAuthenticatorId(); in getAuthenticatorId() method
|
/aosp12/hardware/interfaces/biometrics/fingerprint/2.1/ |
H A D | IBiometricsFingerprint.hal | 83 * getAuthenticatorId: 92 getAuthenticatorId() generates (uint64_t AuthenticatorId); 135 @callflow(next={"enumerate", "authenticate", "cancel", "getAuthenticatorId",
|
/aosp12/frameworks/base/core/java/android/hardware/biometrics/ |
H A D | IBiometricAuthenticator.aidl | 72 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 D | ISession.aidl | 47 void getAuthenticatorId(); in getAuthenticatorId() method
|
/aosp12/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/current/android/hardware/biometrics/face/ |
H A D | ISession.aidl | 47 void getAuthenticatorId(); in getAuthenticatorId() method
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/ |
H A D | FaceGetAuthenticatorIdClient.java | 59 getFreshDaemon().getAuthenticatorId(); in startHalOperation()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/ |
H A D | FingerprintGetAuthenticatorIdClient.java | 59 getFreshDaemon().getAuthenticatorId(); in startHalOperation()
|
H A D | TestHal.java | 148 public void getAuthenticatorId() throws RemoteException { in createSession()
|
/aosp12/hardware/interfaces/biometrics/fingerprint/2.2/default/ |
H A D | BiometricsFingerprint.h | 54 Return<uint64_t> getAuthenticatorId() override;
|
H A D | BiometricsFingerprint.cpp | 74 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 D | IrisAuthenticator.java | 96 public long getAuthenticatorId(int callingUserId) throws RemoteException { in getAuthenticatorId() method in IrisAuthenticator
|
/aosp12/hardware/interfaces/biometrics/face/1.0/default/ |
H A D | BiometricsFace.h | 60 Return<void> getAuthenticatorId(getAuthenticatorId_cb _hidl_cb) override;
|
H A D | BiometricsFace.cpp | 81 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 D | Session.h | 63 ndk::ScopedAStatus getAuthenticatorId() override;
|
/aosp12/hardware/interfaces/biometrics/fingerprint/2.1/default/ |
H A D | BiometricsFingerprint.h | 57 Return<uint64_t> getAuthenticatorId() override;
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/ |
H A D | FaceUpdateActiveUserClient.java | 76 mHasEnrolledBiometrics ? daemon.getAuthenticatorId().value : 0L); in startHalOperation()
|
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/default/include/ |
H A D | Session.h | 67 ndk::ScopedAStatus getAuthenticatorId() override;
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/ |
H A D | TestHal.java | 89 public long getAuthenticatorId() { in getAuthenticatorId() method in TestHal
|
H A D | FingerprintUpdateActiveUserClient.java | 118 ? getFreshDaemon().getAuthenticatorId() : 0L); in startHalOperation()
|
/aosp12/frameworks/base/core/java/android/hardware/face/ |
H A D | IFaceService.aidl | 119 long getAuthenticatorId(int sensorId, int callingUserId); in getAuthenticatorId() method
|