Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DInputMapper.cpp115 std::list<NotifyArgs> InputMapper::updateExternalStylusState(const StylusState& state) { in updateExternalStylusState() function in android::InputMapper
DInputMapper.h118 [[nodiscard]] virtual std::list<NotifyArgs> updateExternalStylusState(const StylusState& state);
DTouchInputMapper.h186 [[nodiscard]] std::list<NotifyArgs> updateExternalStylusState(
DTouchInputMapper.cpp1761 std::list<NotifyArgs> TouchInputMapper::updateExternalStylusState(const StylusState& state) { in updateExternalStylusState() function in android::TouchInputMapper
/frameworks/native/services/inputflinger/tests/fuzzers/
DMultiTouchInputFuzzer.cpp135 std::list<NotifyArgs> unused = mapper.updateExternalStylusState(state); in LLVMFuzzerTestOneInput()
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp442 std::list<NotifyArgs> InputDevice::updateExternalStylusState(const StylusState& state) { in updateExternalStylusState() function in android::InputDevice
444 for_each_mapper([&](InputMapper& mapper) { out += mapper.updateExternalStylusState(state); }); in updateExternalStylusState()
DInputReader.cpp499 out += device->updateExternalStylusState(state); in dispatchExternalStylusStateLocked()
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h97 [[nodiscard]] std::list<NotifyArgs> updateExternalStylusState(const StylusState& state);
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp6744 std::list<NotifyArgs> generatedArgs = mapper.updateExternalStylusState(mStylusState); in processExternalStylusState()