Searched refs:CONVERT_O (Results 1 – 3 of 3) sorted by relevance
/hardware/akm/AK8975_FS/libsensors/ |
D | sensors.h | 77 #define CONVERT_O (0.015625f) macro
|
D | AkmSensor.cpp | 309 mPendingEvents[Orientation].orientation.azimuth = value * CONVERT_O; in processEvent() 313 mPendingEvents[Orientation].orientation.pitch = value * CONVERT_O; in processEvent() 317 mPendingEvents[Orientation].orientation.roll = value * CONVERT_O; in processEvent()
|
D | sensors.cpp | 81 CONVERT_O, 0.495f, 10000, 0, 0, 0, 0, 0, 0, { } } 93 CONVERT_O, 1.05f, 10000, 0, 0, 0, 0, 0, 0, { } }
|