Searched refs:lookupLabelByValue (Results 1 – 2 of 2) sorted by relevance
56 static const char* lookupLabelByValue(const std::vector<InputEventLabel>& vec, int value);
457 const char* InputEventLookup::lookupLabelByValue(const std::vector<InputEventLabel>& vec, in lookupLabelByValue() function in android::InputEventLookup473 return get().lookupLabelByValue(self.KEY_NAMES, keyCode); in getLabelByKeyCode()490 return lookupLabelByValue(self.AXES_NAMES, axisId); in getAxisLabel()