Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/input/
H A DInputEventLabels.cpp409 int InputEventLookup::lookupValueByLabel(const std::unordered_map<std::string, int>& map, in lookupValueByLabel() function in android::InputEventLookup
425 return int32_t(lookupValueByLabel(KEYCODES, label)); in getKeyCodeByLabel()
436 return uint32_t(lookupValueByLabel(FLAGS, label)); in getKeyFlagByLabel()
440 return int32_t(lookupValueByLabel(AXES, label)); in getAxisByLabel()
448 return int32_t(lookupValueByLabel(LEDS, label)); in getLedByLabel()
/aosp12/frameworks/native/include/input/
H A DInputEventLabels.h39 static int lookupValueByLabel(const std::unordered_map<std::string, int>& map,