HomeSort by relevance Sort by last modified time
    Searched full:lookupvaluebylabel (Results 1 - 1 of 1) sorted by null

  /frameworks/native/include/input/
InputEventLabels.h 408 static int lookupValueByLabel(const char* literal, const InputEventLabel *list) {
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 3528 milliseconds