Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DInputMapper.h73 virtual void updateExternalStylusState(const StylusState& state);
DInputMapper.cpp72 void InputMapper::updateExternalStylusState(const StylusState& state) {} in updateExternalStylusState() function in android::InputMapper
DTouchInputMapper.h215 virtual void updateExternalStylusState(const StylusState& state);
DTouchInputMapper.cpp1738 void TouchInputMapper::updateExternalStylusState(const StylusState& state) { in updateExternalStylusState() function in android::TouchInputMapper
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp225 void InputDevice::updateExternalStylusState(const StylusState& state) { in updateExternalStylusState() function in android::InputDevice
227 mapper->updateExternalStylusState(state); in updateExternalStylusState()
DInputReader.cpp401 device->updateExternalStylusState(state); in dispatchExternalStylusState()
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h73 void updateExternalStylusState(const StylusState& state);