Home
last modified time | relevance | path

Searched refs:getSensorProps (Results 1 – 19 of 19) sorted by relevance

/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/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/face/aidl/android/hardware/biometrics/face/
H A DIFace.aidl30 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/hardware/interfaces/biometrics/face/aidl/default/
H A DFace.h25 ndk::ScopedAStatus getSensorProps(std::vector<SensorProps>* _aidl_return) override;
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/include/
H A DFingerprint.h31 ndk::ScopedAStatus getSensorProps(std::vector<SensorProps>* out) override;
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthBiometricUdfpsView.java41 if (mMeasureAdapter == null || mMeasureAdapter.getSensorProps() != sensorProps) { in setSensorProps()
H A DAuthBiometricFaceToFingerprintView.java223 || mUdfpsMeasureAdapter.getSensorProps() != mFingerprintSensorProps) { in getUdfpsMeasureAdapter()
H A DUdfpsDialogMeasureAdapter.java57 FingerprintSensorPropertiesInternal getSensorProps() { in getSensorProps() method in UdfpsDialogMeasureAdapter
/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/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DTestHal.java46 public SensorProps[] getSensorProps() { in getSensorProps() method in TestHal
/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/fingerprint/aidl/vts/
H A DVtsHalBiometricsFingerprintTargetTest.cpp186 ASSERT_TRUE(mHal->getSensorProps(&sensorProps).isOk()); in TEST_P()
/aosp12/hardware/interfaces/biometrics/face/aidl/vts/
H A DVtsHalBiometricsFaceTargetTest.cpp205 ASSERT_TRUE(mHal->getSensorProps(&sensorProps).isOk()); in TEST_P()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
H A DFaceService.java646 final SensorProps[] props = face.getSensorProps(); in addAidlProviders()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
H A DFingerprintService.java842 final SensorProps[] props = fp.getSensorProps(); in addAidlProviders()