Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DInputEventLabels.cpp450 std::optional<int> InputEventLookup::lookupValueByLabel( in lookupValueByLabel() function in android::InputEventLookup
467 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()
/frameworks/native/include/input/
DInputEventLabels.h53 static std::optional<int> lookupValueByLabel(const std::unordered_map<std::string, int>& map,