Home
last modified time | relevance | path

Searched refs:getLinuxEvdevLabel (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/native/include/input/
H A DInputEventLabels.h70 static EvdevEventLabel getLinuxEvdevLabel(int32_t type, int32_t code, int32_t value);
/aosp_15_r20/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp800 InputEventLookup::getLinuxEvdevLabel(EV_KEY, event.code, 1) in trackInputEvent()
811 InputEventLookup::getLinuxEvdevLabel(EV_SW, event.code, 1) in trackInputEvent()
824 InputEventLookup::getLinuxEvdevLabel(EV_ABS, event.code, 0) in trackInputEvent()
1027 InputEventLookup::getLinuxEvdevLabel(EV_ABS, axis, 0).code.c_str()); in getAbsoluteAxisInfo()
2935 return InputEventLookup::getLinuxEvdevLabel(EV_KEY, i, 1).code; in dump()
2941 return InputEventLookup::getLinuxEvdevLabel(EV_SW, i, 1).code; in dump()
2952 InputEventLookup::getLinuxEvdevLabel(EV_ABS, axis, 0) in dump()
H A DInputDevice.cpp404 InputEventLookup::getLinuxEvdevLabel(rawEvent->type, rawEvent->code, in process()
/aosp_15_r20/frameworks/native/libs/input/
H A DInputEventLabels.cpp598 EvdevEventLabel InputEventLookup::getLinuxEvdevLabel(int32_t type, int32_t code, int32_t value) { in getLinuxEvdevLabel() function in android::InputEventLookup