Home
last modified time | relevance | path

Searched refs:highThreshold (Results 1 - 5 of 5) sorted by relevance

/test/xts/hats/hdf/sensor/hdiService_additional/
H A Dsensor_callback_impl.cpp27 float highThreshold; member
69 if (abs(*(&data + j) - sensorNode.valueRange[j].highThreshold) < EPSINON || in SensorDataVerification()
80 *(&data + j) <= sensorNode.valueRange[j].highThreshold) { in SensorDataVerification()
/test/xts/hats/hdf/sensor/hdiService/
H A Dsensor_callback_impl.cpp27 float highThreshold; member
74 if (std::abs(*(&data + j) - sensorNode.valueRange[j].highThreshold) < EPSINON || in SensorDataVerification()
85 *(&data + j) <= sensorNode.valueRange[j].highThreshold) { in SensorDataVerification()
H A Dhdf_sensor_hdiService_test.cpp36 float highThreshold; member
/test/xts/hats/hdf/sensor/common/
H A Dhdf_sensor_test.cpp31 float highThreshold; member
84 if (abs(*(&data + j) - sensorNode.valueRange[j].highThreshold) < EPSINON || in SensorDataVerification()
95 *(&data + j) < sensorNode.valueRange[j].highThreshold) { in SensorDataVerification()
/test/xts/hats/hdf/sensor/sensorBenchmarkTest/
H A Dhdf_sensor_benchmark_test.cpp43 float highThreshold; member

Completed in 6 milliseconds