Home
last modified time | relevance | path

Searched refs:getAxisLabel (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/native/include/input/
H A DInputEventLabels.h52 static const char* getAxisLabel(int32_t axisId);
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DJoystickInputMapper.cpp76 const char* label = InputEventLookup::getAxisLabel(axis.axisInfo.axis); in dump()
83 label = InputEventLookup::getAxisLabel(axis.axisInfo.highAxis); in dump()
/aosp12/frameworks/native/libs/input/
H A DInputEventLabels.cpp443 const char* InputEventLookup::getAxisLabel(int32_t axisId) { in getAxisLabel() function in android::InputEventLookup
H A DInput.cpp812 return InputEventLookup::getAxisLabel(axis); in getLabel()
/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputDevice.cpp121 const char* label = InputEventLookup::getAxisLabel(range.axis); in dump()