Home
last modified time | relevance | path

Searched defs:getSensorProps (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DTestHal.java46 public SensorProps[] getSensorProps() { in getSensorProps() method in TestHal
/aosp12/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/1/android/hardware/biometrics/face/
H A DIFace.aidl37 android.hardware.biometrics.face.SensorProps[] getSensorProps(); in getSensorProps() method
/aosp12/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/current/android/hardware/biometrics/face/
H A DIFace.aidl37 android.hardware.biometrics.face.SensorProps[] getSensorProps(); in getSensorProps() method
/aosp12/hardware/interfaces/biometrics/face/aidl/android/hardware/biometrics/face/
H A DIFace.aidl30 SensorProps[] getSensorProps(); in getSensorProps() method
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/1/android/hardware/biometrics/fingerprint/
H A DIFingerprint.aidl37 android.hardware.biometrics.fingerprint.SensorProps[] getSensorProps(); in getSensorProps() method
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/current/android/hardware/biometrics/fingerprint/
H A DIFingerprint.aidl37 android.hardware.biometrics.fingerprint.SensorProps[] getSensorProps(); in getSensorProps() method
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/android/hardware/biometrics/fingerprint/
H A DIFingerprint.aidl30 SensorProps[] getSensorProps(); in getSensorProps() method
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DTestHal.java48 public SensorProps[] getSensorProps() { in getSensorProps() method in TestHal
/aosp12/hardware/interfaces/biometrics/face/aidl/default/
H A DFace.cpp34 ndk::ScopedAStatus Face::getSensorProps(std::vector<SensorProps>* return_val) { in getSensorProps() function in aidl::android::hardware::biometrics::face::Face
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/default/
H A DFingerprint.cpp41 ndk::ScopedAStatus Fingerprint::getSensorProps(std::vector<SensorProps>* out) { in getSensorProps() function in aidl::android::hardware::biometrics::fingerprint::Fingerprint
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsDialogMeasureAdapter.java57 FingerprintSensorPropertiesInternal getSensorProps() { in getSensorProps() method in UdfpsDialogMeasureAdapter