Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputState.h61 std::unique_ptr<EventEntry> cancelConflictingInputStream(const MotionEntry& motionEntry);
DInputState.cpp375 std::unique_ptr<EventEntry> InputState::cancelConflictingInputStream( in cancelConflictingInputStream() function in android::inputdispatcher::InputState
DInputDispatcher.cpp3575 connection->inputState.cancelConflictingInputStream(*resolvedMotion); in enqueueDispatchEntryLocked()