Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.h561 void updateExternalStylusState(const StylusState& state);
992 virtual void updateExternalStylusState(const StylusState& state);
1236 virtual void updateExternalStylusState(const StylusState& state);
DInputReader.cpp648 device->updateExternalStylusState(state); in dispatchExternalStylusState()
1152 void InputDevice::updateExternalStylusState(const StylusState& state) { in updateExternalStylusState() function in android::InputDevice
1156 mapper->updateExternalStylusState(state); in updateExternalStylusState()
1967 void InputMapper::updateExternalStylusState(const StylusState& state) { in updateExternalStylusState() function in android::InputMapper
4472 void TouchInputMapper::updateExternalStylusState(const StylusState& state) { in updateExternalStylusState() function in android::TouchInputMapper