Home
last modified time | relevance | path

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

/device/htc/flounder/sensor_hub/libsensors/
Dsensors.h104 #define CONVERT_10000 0.0001f macro
DCwMcuSensor.cpp1208 mPendingEvents[sensorsid].data[0] = (float)data[0] * CONVERT_10000; in processEvent()
1209 mPendingEvents[sensorsid].data[1] = (float)data[1] * CONVERT_10000; in processEvent()
1210 mPendingEvents[sensorsid].data[2] = (float)data[2] * CONVERT_10000; in processEvent()