Home
last modified time | relevance | path

Searched refs:updateExternalStylusState (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/
DInputMapper.cpp89 void InputMapper::updateExternalStylusState(const StylusState& state) {} in updateExternalStylusState() function in android::InputMapper
DInputMapper.h88 virtual void updateExternalStylusState(const StylusState& state);
DTouchInputMapper.h155 void updateExternalStylusState(const StylusState& state) override;
DTouchInputMapper.cpp1764 void TouchInputMapper::updateExternalStylusState(const StylusState& state) { in updateExternalStylusState() function in android::TouchInputMapper
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp415 void InputDevice::updateExternalStylusState(const StylusState& state) { in updateExternalStylusState() function in android::InputDevice
416 for_each_mapper([state](InputMapper& mapper) { mapper.updateExternalStylusState(state); }); in updateExternalStylusState()
DInputReader.cpp417 device->updateExternalStylusState(state); in dispatchExternalStylusStateLocked()
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h81 void updateExternalStylusState(const StylusState& state);