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

/frameworks/native/include/input/
H A DInputEventLabels.h408 static int lookupValueByLabel(const char* literal, const InputEventLabel *list) { function in namespace:android
429 return int32_t(lookupValueByLabel(label, KEYCODES));
440 return uint32_t(lookupValueByLabel(label, FLAGS));
444 return int32_t(lookupValueByLabel(label, AXES));
452 return int32_t(lookupValueByLabel(label, LEDS));

Completed in 53 milliseconds