Home
last modified time | relevance | path

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

/test/xts/hats/hdf/sensor/hdiService_additional/
H A Dsensor_callback_impl.cpp28 float lowThreshold; member
70 abs(*(&data + j) - sensorNode.valueRange[j].lowThreshold) < EPSINON) { in SensorDataVerification()
79 if (*(&data + j) >= sensorNode.valueRange[j].lowThreshold && in SensorDataVerification()
/test/xts/hats/hdf/sensor/hdiService/
H A Dsensor_callback_impl.cpp28 float lowThreshold; member
75 std::abs(*(&data + j) - sensorNode.valueRange[j].lowThreshold) < EPSINON) { in SensorDataVerification()
84 if (*(&data + j) >= sensorNode.valueRange[j].lowThreshold && in SensorDataVerification()
H A Dhdf_sensor_hdiService_test.cpp37 float lowThreshold; member
/test/xts/hats/hdf/sensor/common/
H A Dhdf_sensor_test.cpp32 float lowThreshold; member
85 abs(*(&data + j) - sensorNode.valueRange[j].lowThreshold) < EPSINON) { in SensorDataVerification()
94 if (*(&data + j) > sensorNode.valueRange[j].lowThreshold && in SensorDataVerification()
/test/xts/hats/hdf/sensor/sensorBenchmarkTest/
H A Dhdf_sensor_benchmark_test.cpp44 float lowThreshold; member

Completed in 5 milliseconds