Home
last modified time | relevance | path

Searched refs:synthesizeCancelationEvents (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputState.h54 std::vector<std::unique_ptr<EventEntry>> synthesizeCancelationEvents(
H A DInputState.cpp270 std::vector<std::unique_ptr<EventEntry>> InputState::synthesizeCancelationEvents( in synthesizeCancelationEvents() function in android::inputdispatcher::InputState
H A DInputDispatcher.cpp3510 connection->inputState.synthesizeCancelationEvents(currentTime, options); in synthesizeCancelationEventsForConnectionLocked()