Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h485 bool shouldPruneInboundQueueLocked(const MotionEntry& motionEntry) const REQUIRES(mLock);
DInputDispatcher.cpp1284 bool InputDispatcher::shouldPruneInboundQueueLocked(const MotionEntry& motionEntry) const { in shouldPruneInboundQueueLocked() function in android::inputdispatcher::InputDispatcher
1369 if (shouldPruneInboundQueueLocked(motionEntry)) { in enqueueInboundEventLocked()