Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputEventLabels.h413 static int lookupValueByLabel(const char* literal, const InputEventLabel *list) { in lookupValueByLabel() function
434 return int32_t(lookupValueByLabel(label, KEYCODES)); in getKeyCodeByLabel()
445 return uint32_t(lookupValueByLabel(label, FLAGS)); in getKeyFlagByLabel()
449 return int32_t(lookupValueByLabel(label, AXES)); in getAxisByLabel()
457 return int32_t(lookupValueByLabel(label, LEDS)); in getLedByLabel()