Lines Matching refs:InputMapper

30 InputMapper::InputMapper(InputDeviceContext& deviceContext,  in InputMapper()  function in android::InputMapper
34 InputMapper::~InputMapper() {} in ~InputMapper()
36 void InputMapper::populateDeviceInfo(InputDeviceInfo& info) { in populateDeviceInfo()
40 void InputMapper::dump(std::string& dump) {} in dump()
42 std::list<NotifyArgs> InputMapper::reconfigure(nsecs_t when, const InputReaderConfiguration& config, in reconfigure()
47 std::list<NotifyArgs> InputMapper::reset(nsecs_t when) { in reset()
51 std::list<NotifyArgs> InputMapper::timeoutExpired(nsecs_t when) { in timeoutExpired()
55 int32_t InputMapper::getKeyCodeState(uint32_t sourceMask, int32_t keyCode) { in getKeyCodeState()
59 int32_t InputMapper::getScanCodeState(uint32_t sourceMask, int32_t scanCode) { in getScanCodeState()
63 int32_t InputMapper::getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState()
67 int32_t InputMapper::getKeyCodeForKeyLocation(int32_t locationKeyCode) const { in getKeyCodeForKeyLocation()
71 bool InputMapper::markSupportedKeyCodes(uint32_t sourceMask, const std::vector<int32_t>& keyCodes, in markSupportedKeyCodes()
76 std::list<NotifyArgs> InputMapper::vibrate(const VibrationSequence& sequence, ssize_t repeat, in vibrate()
81 std::list<NotifyArgs> InputMapper::cancelVibrate(int32_t token) { in cancelVibrate()
85 bool InputMapper::isVibrating() { in isVibrating()
89 std::vector<int32_t> InputMapper::getVibratorIds() { in getVibratorIds()
93 std::list<NotifyArgs> InputMapper::cancelTouch(nsecs_t when, nsecs_t readTime) { in cancelTouch()
97 bool InputMapper::enableSensor(InputDeviceSensorType sensorType, in enableSensor()
103 void InputMapper::disableSensor(InputDeviceSensorType sensorType) {} in disableSensor()
105 void InputMapper::flushSensor(InputDeviceSensorType sensorType) {} in flushSensor()
107 int32_t InputMapper::getMetaState() { in getMetaState()
111 bool InputMapper::updateMetaState(int32_t keyCode) { in updateMetaState()
115 std::list<NotifyArgs> InputMapper::updateExternalStylusState(const StylusState& state) { in updateExternalStylusState()
119 status_t InputMapper::getAbsoluteAxisInfo(int32_t axis, RawAbsoluteAxisInfo* axisInfo) { in getAbsoluteAxisInfo()
123 void InputMapper::bumpGeneration() { in bumpGeneration()
127 void InputMapper::dumpRawAbsoluteAxisInfo(std::string& dump, const RawAbsoluteAxisInfo& axis, in dumpRawAbsoluteAxisInfo()
134 void InputMapper::dumpStylusState(std::string& dump, const StylusState& state) { in dumpStylusState()