Searched refs:shouldPruneInboundQueueLocked (Results 1 – 2 of 2) sorted by relevance
485 bool shouldPruneInboundQueueLocked(const MotionEntry& motionEntry) const REQUIRES(mLock);
1284 bool InputDispatcher::shouldPruneInboundQueueLocked(const MotionEntry& motionEntry) const { in shouldPruneInboundQueueLocked() function in android::inputdispatcher::InputDispatcher1369 if (shouldPruneInboundQueueLocked(motionEntry)) { in enqueueInboundEventLocked()