Home
last modified time | relevance | path

Searched refs:CONVERT_10 (Results 1 – 2 of 2) sorted by relevance

/device/htc/flounder/sensor_hub/libsensors/
Dsensors.h101 #define CONVERT_10 0.1f macro
DCwMcuSensor.cpp1169 mPendingEvents[sensorsid].data[0] = (float)data[0] * CONVERT_10; in processEvent()
1170 mPendingEvents[sensorsid].data[1] = (float)data[1] * CONVERT_10; in processEvent()
1171 mPendingEvents[sensorsid].data[2] = (float)data[2] * CONVERT_10; in processEvent()