Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.h280 void updateExternalStylusState(const StylusState& state);
780 virtual void updateExternalStylusState(const StylusState& state);
1032 virtual void updateExternalStylusState(const StylusState& state);
DInputReader.cpp607 device->updateExternalStylusState(state); in dispatchExternalStylusState()
1175 void InputDevice::updateExternalStylusState(const StylusState& state) { in updateExternalStylusState() function in android::InputDevice
1177 mapper->updateExternalStylusState(state); in updateExternalStylusState()
1984 void InputMapper::updateExternalStylusState(const StylusState& state) { in updateExternalStylusState() function in android::InputMapper
4637 void TouchInputMapper::updateExternalStylusState(const StylusState& state) { in updateExternalStylusState() function in android::TouchInputMapper