Home
last modified time | relevance | path

Searched defs:getEnrollmentConfig (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DTestHal.java81 public EnrollmentStageConfig[] getEnrollmentConfig(byte enrollmentType) { in createSession() method in TestHal
/aosp12/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/1/android/hardware/biometrics/face/
H A DISession.aidl39 …android.hardware.biometrics.face.EnrollmentStageConfig[] getEnrollmentConfig(in android.hardware.b… in getEnrollmentConfig() method
/aosp12/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/current/android/hardware/biometrics/face/
H A DISession.aidl39 …android.hardware.biometrics.face.EnrollmentStageConfig[] getEnrollmentConfig(in android.hardware.b… in getEnrollmentConfig() method
/aosp12/hardware/interfaces/biometrics/face/aidl/android/hardware/biometrics/face/
H A DISession.aidl114 EnrollmentStageConfig[] getEnrollmentConfig(in EnrollmentType enrollmentType); in getEnrollmentConfig() method
/aosp12/hardware/interfaces/biometrics/face/aidl/default/
H A DSession.cpp58 ndk::ScopedAStatus Session::getEnrollmentConfig(EnrollmentType /*enrollmentType*/, in getEnrollmentConfig() function in aidl::android::hardware::biometrics::face::Session