Searched refs:getLinuxEvdevInputPropByLabel (Results 1 – 3 of 3) sorted by relevance
76 static std::optional<int> getLinuxEvdevInputPropByLabel(const char* label);
325 return InputEventLookup::getLinuxEvdevInputPropByLabel(label.c_str()).value_or(-1); in getEvdevInputPropByLabel()
596 std::optional<int> InputEventLookup::getLinuxEvdevInputPropByLabel(const char* label) { in getLinuxEvdevInputPropByLabel() function in android::InputEventLookup