Searched refs:parse_range_property (Results 1 – 4 of 4) sorted by relevance
/third_party/libinput/src/ |
D | util-prop-parsers.h | 38 bool parse_range_property(const char *prop, int *hi, int *lo);
|
D | util-prop-parsers.c | 261 parse_range_property(const char *prop, int *hi, int *lo) in parse_range_property() function
|
D | quirks.c | 639 if (!parse_range_property(value, &range.upper, &range.lower)) in parse_attr() 682 if (!parse_range_property(value, &range.upper, &range.lower)) in parse_attr()
|
/third_party/libinput/test/ |
D | test-utils.c | 458 success = parse_range_property(tests[i].tag, &hi, &lo); in START_TEST() 469 success = parse_range_property(NULL, NULL, NULL); in START_TEST()
|