Home
last modified time | relevance | path

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

/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/1/android/hardware/biometrics/face/
DIFace.aidl37 android.hardware.biometrics.face.SensorProps[] getSensorProps(); in getSensorProps() method
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/current/android/hardware/biometrics/face/
DIFace.aidl38 android.hardware.biometrics.face.SensorProps[] getSensorProps(); in getSensorProps() method
/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/3/android/hardware/biometrics/fingerprint/
DIFingerprint.aidl38 android.hardware.biometrics.fingerprint.SensorProps[] getSensorProps(); in getSensorProps() method
/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/current/android/hardware/biometrics/fingerprint/
DIFingerprint.aidl38 android.hardware.biometrics.fingerprint.SensorProps[] getSensorProps(); in getSensorProps() method
/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/2/android/hardware/biometrics/fingerprint/
DIFingerprint.aidl37 android.hardware.biometrics.fingerprint.SensorProps[] getSensorProps(); in getSensorProps() method
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/4/android/hardware/biometrics/face/
DIFace.aidl38 android.hardware.biometrics.face.SensorProps[] getSensorProps(); in getSensorProps() method
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/2/android/hardware/biometrics/face/
DIFace.aidl37 android.hardware.biometrics.face.SensorProps[] getSensorProps(); in getSensorProps() method
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/3/android/hardware/biometrics/face/
DIFace.aidl37 android.hardware.biometrics.face.SensorProps[] getSensorProps(); in getSensorProps() method
/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/4/android/hardware/biometrics/fingerprint/
DIFingerprint.aidl38 android.hardware.biometrics.fingerprint.SensorProps[] getSensorProps(); in getSensorProps() method
/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/1/android/hardware/biometrics/fingerprint/
DIFingerprint.aidl37 android.hardware.biometrics.fingerprint.SensorProps[] getSensorProps(); in getSensorProps() method
/hardware/interfaces/biometrics/face/aidl/android/hardware/biometrics/face/
DIFace.aidl33 SensorProps[] getSensorProps(); in getSensorProps() method
/hardware/interfaces/biometrics/fingerprint/aidl/android/hardware/biometrics/fingerprint/
DIFingerprint.aidl32 SensorProps[] getSensorProps(); in getSensorProps() method
/hardware/interfaces/biometrics/face/aidl/default/
DFace.h27 ndk::ScopedAStatus getSensorProps(std::vector<SensorProps>* _aidl_return) override;
DFace.cpp48 ndk::ScopedAStatus Face::getSensorProps(std::vector<SensorProps>* return_val) { in getSensorProps() function in aidl::android::hardware::biometrics::face::Face
105 getSensorProps(&sps); in dump()
/hardware/interfaces/biometrics/fingerprint/aidl/default/include/
DFingerprint.h36 ndk::ScopedAStatus getSensorProps(std::vector<SensorProps>* out) override;
/hardware/interfaces/biometrics/fingerprint/aidl/default/
DFingerprint.cpp66 ndk::ScopedAStatus Fingerprint::getSensorProps(std::vector<SensorProps>* out) { in getSensorProps() function in aidl::android::hardware::biometrics::fingerprint::Fingerprint
122 getSensorProps(&sps); in dump()
/hardware/interfaces/biometrics/fingerprint/aidl/vts/
DVtsHalBiometricsFingerprintTargetTest.cpp186 ASSERT_TRUE(mHal->getSensorProps(&sensorProps).isOk()); in TEST_P()
/hardware/interfaces/biometrics/face/aidl/vts/
DVtsHalBiometricsFaceTargetTest.cpp205 ASSERT_TRUE(mHal->getSensorProps(&sensorProps).isOk()); in TEST_P()