Home
last modified time | relevance | path

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

/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DTriState.h177 #define RELATION_OP(op) \ macro
200 RELATION_OP(==);
201 RELATION_OP(!=);
202 RELATION_OP(>=);
203 RELATION_OP(<=);
204 RELATION_OP(>);
205 RELATION_OP(<);
206 #undef RELATION_OP