Searched refs:shouldPruneInboundQueueLocked (Results 1 – 2 of 2) sorted by relevance
353 bool shouldPruneInboundQueueLocked(const MotionEntry& motionEntry) REQUIRES(mLock);
688 bool InputDispatcher::shouldPruneInboundQueueLocked(const MotionEntry& motionEntry) { in shouldPruneInboundQueueLocked() function in android::inputdispatcher::InputDispatcher773 if (shouldPruneInboundQueueLocked(static_cast<MotionEntry&>(*entry))) { in enqueueInboundEventLocked()