Searched refs:lookupValueByLabel (Results 1 – 2 of 2) sorted by relevance
450 std::optional<int> InputEventLookup::lookupValueByLabel( in lookupValueByLabel() function in android::InputEventLookup467 return self.lookupValueByLabel(self.KEYCODES, label); in getKeyCodeByLabel()480 return lookupValueByLabel(self.FLAGS, label); in getKeyFlagByLabel()485 return lookupValueByLabel(self.AXES, label); in getAxisByLabel()495 return lookupValueByLabel(self.LEDS, label); in getLedByLabel()
53 static std::optional<int> lookupValueByLabel(const std::unordered_map<std::string, int>& map,