Home
last modified time | relevance | path

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

/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/test/
DTestHidDescriptor.cpp258 HID_UNIT_EXPONENT(0x0E), // scale unit to provide 2 digits past the decimal point
292 HID_UNIT_EXPONENT(0x0E), // scale unit to provide 2 digits past the decimal point
299 HID_UNIT_EXPONENT(0x0E), // scale unit to provide 2 digits past the decimal point
306 HID_UNIT_EXPONENT(0x0E), // scale unit to provide 2 digits past the decimal point
313 HID_UNIT_EXPONENT(0x0E), // scale unit to provide 2 digits past the decimal point
320 HID_UNIT_EXPONENT(0x0E), // scale unit to provide 2 digits past the decimal point
327 HID_UNIT_EXPONENT(0x0E), // scale unit to provide 2 digits past the decimal point
403 HID_UNIT_EXPONENT(0),
411 HID_UNIT_EXPONENT(0x0E), // scale unit to provide 2 digits past the decimal point
418 HID_UNIT_EXPONENT(0x0E), // scale unit to provide 2 digits past the decimal point
[all …]
DTestHidSensorSpec.h853 #define HID_UNIT_EXPONENT(a) 0x55,a macro