Searched refs:getLinuxEvdevEventCodeByLabel (Results 1 – 3 of 3) sorted by relevance
74 static std::optional<int> getLinuxEvdevEventCodeByLabel(int32_t type, const char* label);
320 return InputEventLookup::getLinuxEvdevEventCodeByLabel(type, label.c_str()).value_or(-1); in getEvdevEventCodeByLabel()
591 std::optional<int> InputEventLookup::getLinuxEvdevEventCodeByLabel(int32_t type, in getLinuxEvdevEventCodeByLabel() function in android::InputEventLookup