Home
last modified time | relevance | path

Searched refs:hidlSensors (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/iris/
H A DIrisService.java60 public void registerAuthenticators(@NonNull List<SensorPropertiesInternal> hidlSensors) { in registerAuthenticators() argument
77 for (SensorPropertiesInternal hidlSensor : hidlSensors) { in registerAuthenticators()
/aosp14/frameworks/base/core/java/android/hardware/iris/
H A DIIrisService.aidl30 void registerAuthenticators(in List<SensorPropertiesInternal> hidlSensors); in registerAuthenticators() argument
/aosp14/frameworks/base/core/java/android/hardware/face/
H A DIFaceService.aidl168 void registerAuthenticators(in List<FaceSensorPropertiesInternal> hidlSensors); in registerAuthenticators() argument
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DAuthService.java710 private void registerAuthenticators(@Nullable SensorConfig[] hidlSensors) { in registerAuthenticators() argument
716 if (hidlSensors != null) { in registerAuthenticators()
717 for (SensorConfig sensor : hidlSensors) { in registerAuthenticators()
/aosp14/frameworks/base/core/java/android/hardware/fingerprint/
H A DIFingerprintService.aidl179 void registerAuthenticators(in List<FingerprintSensorPropertiesInternal> hidlSensors); in registerAuthenticators() argument
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
H A DFingerprintService.java874 @NonNull List<FingerprintSensorPropertiesInternal> hidlSensors) {
885 filteredInstances = filterAvailableHalInstances(hidlSensors, aidlSensors);
1077 @NonNull List<FingerprintSensorPropertiesInternal> hidlSensors) { in getHidlProviders()
1080 for (FingerprintSensorPropertiesInternal hidlSensor : hidlSensors) { in getHidlProviders()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
H A DFaceService.java675 @NonNull List<FaceSensorPropertiesInternal> hidlSensors) { in registerAuthenticators()
680 for (FaceSensorPropertiesInternal hidlSensor : hidlSensors) { in registerAuthenticators()