Home
last modified time | relevance | path

Searched refs:commonProps (Results 1 – 16 of 16) sorted by relevance

/hardware/interfaces/biometrics/face/aidl/default/
DFace.cpp63 common::CommonProps commonProps; in getSensorProps() local
64 commonProps.sensorId = kSensorId; in getSensorProps()
65 commonProps.sensorStrength = kSensorStrength; in getSensorProps()
66 commonProps.maxEnrollmentsPerUser = kMaxEnrollmentsPerUser; in getSensorProps()
67 commonProps.componentInfo = {std::move(hw_component_info), std::move(sw_component_info)}; in getSensorProps()
70 props.commonProps = std::move(commonProps); in getSensorProps()
/hardware/interfaces/biometrics/face/aidl/android/hardware/biometrics/face/
DSensorProps.aidl30 CommonProps commonProps;
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/2/android/hardware/biometrics/face/
DSensorProps.aidl37 android.hardware.biometrics.common.CommonProps commonProps;
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/4/android/hardware/biometrics/face/
DSensorProps.aidl38 android.hardware.biometrics.common.CommonProps commonProps;
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/3/android/hardware/biometrics/face/
DSensorProps.aidl37 android.hardware.biometrics.common.CommonProps commonProps;
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/current/android/hardware/biometrics/face/
DSensorProps.aidl38 android.hardware.biometrics.common.CommonProps commonProps;
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/1/android/hardware/biometrics/face/
DSensorProps.aidl37 android.hardware.biometrics.common.CommonProps commonProps;
/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/2/android/hardware/biometrics/fingerprint/
DSensorProps.aidl37 android.hardware.biometrics.common.CommonProps commonProps;
/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/1/android/hardware/biometrics/fingerprint/
DSensorProps.aidl37 android.hardware.biometrics.common.CommonProps commonProps;
/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/3/android/hardware/biometrics/fingerprint/
DSensorProps.aidl38 android.hardware.biometrics.common.CommonProps commonProps;
/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/4/android/hardware/biometrics/fingerprint/
DSensorProps.aidl38 android.hardware.biometrics.common.CommonProps commonProps;
/hardware/interfaces/biometrics/fingerprint/aidl/android/hardware/biometrics/fingerprint/
DSensorProps.aidl32 CommonProps commonProps;
/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/current/android/hardware/biometrics/fingerprint/
DSensorProps.aidl38 android.hardware.biometrics.common.CommonProps commonProps;
/hardware/interfaces/biometrics/fingerprint/aidl/default/
DFingerprint.cpp79 common::CommonProps commonProps = {sensorId, (common::SensorStrength)sensorStrength, in getSensorProps() local
87 *out = {{commonProps, in getSensorProps()
/hardware/interfaces/biometrics/fingerprint/aidl/vts/
DVtsHalBiometricsFingerprintTargetTest.cpp190 ASSERT_FALSE(sensorProps[0].commonProps.componentInfo.empty()); in TEST_P()
/hardware/interfaces/biometrics/face/aidl/vts/
DVtsHalBiometricsFaceTargetTest.cpp209 ASSERT_FALSE(sensorProps[0].commonProps.componentInfo.empty()); in TEST_P()