Searched refs:commonProps (Results 1 – 16 of 16) sorted by relevance
63 common::CommonProps commonProps; in getSensorProps() local64 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()
30 CommonProps commonProps;
37 android.hardware.biometrics.common.CommonProps commonProps;
38 android.hardware.biometrics.common.CommonProps commonProps;
32 CommonProps commonProps;
79 common::CommonProps commonProps = {sensorId, (common::SensorStrength)sensorStrength, in getSensorProps() local87 *out = {{commonProps, in getSensorProps()
190 ASSERT_FALSE(sensorProps[0].commonProps.componentInfo.empty()); in TEST_P()
209 ASSERT_FALSE(sensorProps[0].commonProps.componentInfo.empty()); in TEST_P()