Home
last modified time | relevance | path

Searched refs:getLinuxEvdevEventCodeByLabel (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/include/input/
DInputEventLabels.h74 static std::optional<int> getLinuxEvdevEventCodeByLabel(int32_t type, const char* label);
/frameworks/base/cmds/uinput/jni/
Dcom_android_commands_uinput_Device.cpp320 return InputEventLookup::getLinuxEvdevEventCodeByLabel(type, label.c_str()).value_or(-1); in getEvdevEventCodeByLabel()
/frameworks/native/libs/input/
DInputEventLabels.cpp591 std::optional<int> InputEventLookup::getLinuxEvdevEventCodeByLabel(int32_t type, in getLinuxEvdevEventCodeByLabel() function in android::InputEventLookup