Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.h425 bool shouldPruneInboundQueueLocked(const MotionEntry& motionEntry) REQUIRES(mLock);
H A DInputDispatcher.cpp886 bool InputDispatcher::shouldPruneInboundQueueLocked(const MotionEntry& motionEntry) { in shouldPruneInboundQueueLocked() function in android::inputdispatcher::InputDispatcher
972 if (shouldPruneInboundQueueLocked(static_cast<MotionEntry&>(entry))) { in enqueueInboundEventLocked()