Lines Matching refs:EventEntry

190     std::shared_ptr<const EventEntry> mPendingEvent GUARDED_BY(mLock);
191 std::deque<std::shared_ptr<const EventEntry>> mInboundQueue GUARDED_BY(mLock);
192 std::deque<std::shared_ptr<const EventEntry>> mRecentQueue GUARDED_BY(mLock);
233 bool enqueueInboundEventLocked(std::unique_ptr<EventEntry> entry) REQUIRES(mLock);
236 void dropInboundEventLocked(const EventEntry& entry, DropReason dropReason) REQUIRES(mLock);
247 void addRecentEventLocked(std::shared_ptr<const EventEntry> entry) REQUIRES(mLock);
251 std::shared_ptr<const EventEntry> mNextUnblockedEvent GUARDED_BY(mLock);
299 void setInjectionResult(const EventEntry& entry,
308 void incrementPendingForegroundDispatches(const EventEntry& entry);
309 void decrementPendingForegroundDispatches(const EventEntry& entry);
339 void releaseInboundEventLocked(std::shared_ptr<const EventEntry> entry) REQUIRES(mLock);
445 void processInteractionsLocked(const EventEntry& entry, const std::vector<InputTarget>& targets)
465 void dispatchEventLocked(nsecs_t currentTime, std::shared_ptr<const EventEntry> entry,
483 bool isStaleEvent(nsecs_t currentTime, const EventEntry& entry);
538 ui::LogicalDisplayId getTargetDisplayId(const EventEntry& entry);
540 nsecs_t currentTime, const EventEntry& entry, nsecs_t& nextWakeupTime,
565 void pokeUserActivityLocked(const EventEntry& eventEntry) REQUIRES(mLock);
592 bool shouldDropInput(const EventEntry& entry,
602 std::shared_ptr<const EventEntry>,
606 std::shared_ptr<const EventEntry>, const InputTarget& inputTarget) REQUIRES(mLock);
608 std::shared_ptr<const EventEntry>,