Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h353 bool shouldPruneInboundQueueLocked(const MotionEntry& motionEntry) REQUIRES(mLock);
DInputDispatcher.cpp688 bool InputDispatcher::shouldPruneInboundQueueLocked(const MotionEntry& motionEntry) { in shouldPruneInboundQueueLocked() function in android::inputdispatcher::InputDispatcher
773 if (shouldPruneInboundQueueLocked(static_cast<MotionEntry&>(*entry))) { in enqueueInboundEventLocked()