Home
last modified time | relevance | path

Searched refs:dispatchExternalStylusState (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DInputReaderContext.h55 virtual void dispatchExternalStylusState(const StylusState& outState) = 0;
H A DInputReader.h143 void dispatchExternalStylusState(const StylusState& outState)
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DExternalStylusInputMapper.cpp89 getContext()->dispatchExternalStylusState(mStylusState); in sync()
/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputReader.cpp946 void InputReader::ContextImpl::dispatchExternalStylusState(const StylusState& state) { in dispatchExternalStylusState() function in android::InputReader::ContextImpl