Home
last modified time | relevance | path

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

/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/test/
DTriStateTest.cpp26 typedef TriState<int32_t> tri_int32_t; typedef
70 tri_int32_t a(1); in TEST()
93 tri_int32_t a(1); in TEST()
94 tri_int32_t b(1); in TEST()
95 tri_int32_t c(2); in TEST()
96 tri_int32_t d; in TEST()
152 tri_int32_t y, z, w; in TEST()
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DTriState.h249 typedef TriState<int32_t> tri_int32_t; typedef