/aosp12/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/1/android/hardware/biometrics/face/ |
H A D | IFace.aidl | 37 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 D | IFace.aidl | 37 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 D | IFingerprint.aidl | 37 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 D | IFingerprint.aidl | 37 android.hardware.biometrics.fingerprint.SensorProps[] getSensorProps(); in getSensorProps() method
|
/aosp12/hardware/interfaces/biometrics/face/aidl/android/hardware/biometrics/face/ |
H A D | IFace.aidl | 30 SensorProps[] getSensorProps(); in getSensorProps() method
|
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/android/hardware/biometrics/fingerprint/ |
H A D | IFingerprint.aidl | 30 SensorProps[] getSensorProps(); in getSensorProps() method
|
/aosp12/hardware/interfaces/biometrics/face/aidl/default/ |
H A D | Face.h | 25 ndk::ScopedAStatus getSensorProps(std::vector<SensorProps>* _aidl_return) override;
|
H A D | Face.cpp | 34 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 D | Fingerprint.h | 31 ndk::ScopedAStatus getSensorProps(std::vector<SensorProps>* out) override;
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | AuthBiometricUdfpsView.java | 41 if (mMeasureAdapter == null || mMeasureAdapter.getSensorProps() != sensorProps) { in setSensorProps()
|
H A D | AuthBiometricFaceToFingerprintView.java | 223 || mUdfpsMeasureAdapter.getSensorProps() != mFingerprintSensorProps) { in getUdfpsMeasureAdapter()
|
H A D | UdfpsDialogMeasureAdapter.java | 57 FingerprintSensorPropertiesInternal getSensorProps() { in getSensorProps() method in UdfpsDialogMeasureAdapter
|
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/default/ |
H A D | Fingerprint.cpp | 41 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 D | TestHal.java | 46 public SensorProps[] getSensorProps() { in getSensorProps() method in TestHal
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/ |
H A D | TestHal.java | 48 public SensorProps[] getSensorProps() { in getSensorProps() method in TestHal
|
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/vts/ |
H A D | VtsHalBiometricsFingerprintTargetTest.cpp | 186 ASSERT_TRUE(mHal->getSensorProps(&sensorProps).isOk()); in TEST_P()
|
/aosp12/hardware/interfaces/biometrics/face/aidl/vts/ |
H A D | VtsHalBiometricsFaceTargetTest.cpp | 205 ASSERT_TRUE(mHal->getSensorProps(&sensorProps).isOk()); in TEST_P()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/ |
H A D | FaceService.java | 646 final SensorProps[] props = face.getSensorProps(); in addAidlProviders()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/ |
H A D | FingerprintService.java | 842 final SensorProps[] props = fp.getSensorProps(); in addAidlProviders()
|