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 392 static int lookupValueByLabel(const char* literal, const InputEventLabel *list) {
413 return int32_t(lookupValueByLabel(label, KEYCODES));
424 return uint32_t(lookupValueByLabel(label, FLAGS));
428 return int32_t(lookupValueByLabel(label, AXES));
436 return int32_t(lookupValueByLabel(label, LEDS));

Completed in 89 milliseconds