Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DInputMapper.cpp89 void InputMapper::updateExternalStylusState(const StylusState& state) {} in updateExternalStylusState() function in android::InputMapper
H A DInputMapper.h88 virtual void updateExternalStylusState(const StylusState& state);
H A DTouchInputMapper.h155 void updateExternalStylusState(const StylusState& state) override;
H A DTouchInputMapper.cpp1793 void TouchInputMapper::updateExternalStylusState(const StylusState& state) { in updateExternalStylusState() function in android::TouchInputMapper
/aosp12/frameworks/native/services/inputflinger/reader/
H A 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()
H A DInputReader.cpp423 device->updateExternalStylusState(state); in dispatchExternalStylusStateLocked()
/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h81 void updateExternalStylusState(const StylusState& state);