Searched refs:lookupValueByLabel (Results 1 – 2 of 2) sorted by relevance
409 int InputEventLookup::lookupValueByLabel(const std::unordered_map<std::string, int>& map, in lookupValueByLabel() function in android::InputEventLookup425 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()
39 static int lookupValueByLabel(const std::unordered_map<std::string, int>& map,