Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputState.cpp385 createCancelEntryForMemento(memento, motionEntry.eventTime); in cancelConflictingInputStream()
393 std::unique_ptr<MotionEntry> InputState::createCancelEntryForMemento(const MotionMemento& memento, in createCancelEntryForMemento() function in android::inputdispatcher::InputState
431 events.push_back(createCancelEntryForMemento(memento, currentTime)); in synthesizeCancelationEvents()
512 events.emplace_back(createCancelEntryForMemento(memento, currentTime)); in synthesizeCancelationEventsForPointers()
DInputState.h139 std::unique_ptr<MotionEntry> createCancelEntryForMemento(const MotionMemento& memento,