Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputEventLabels.h410 static int lookupValueByLabel(const char* literal, const InputEventLabel *list) { in lookupValueByLabel() function
431 return int32_t(lookupValueByLabel(label, KEYCODES)); in getKeyCodeByLabel()
442 return uint32_t(lookupValueByLabel(label, FLAGS)); in getKeyFlagByLabel()
446 return int32_t(lookupValueByLabel(label, AXES)); in getAxisByLabel()
454 return int32_t(lookupValueByLabel(label, LEDS)); in getLedByLabel()