Lines Matching refs:EventEntry
478 struct EventEntry : Link<EventEntry> { struct
502 EventEntry(uint32_t sequenceNum, int32_t type, nsecs_t eventTime, uint32_t policyFlags); argument
503 virtual ~EventEntry();
507 struct ConfigurationChangedEntry : EventEntry {
515 struct DeviceResetEntry : EventEntry {
525 struct KeyEntry : EventEntry {
559 struct MotionEntry : EventEntry {
596 EventEntry* eventEntry; // the event to dispatch
609 DispatchEntry(EventEntry* eventEntry,
790 std::vector<EventEntry*>& outEvents, const CancelationOptions& options);
925 EventEntry* mPendingEvent GUARDED_BY(mLock);
926 Queue<EventEntry> mInboundQueue GUARDED_BY(mLock);
927 Queue<EventEntry> mRecentQueue GUARDED_BY(mLock);
935 bool enqueueInboundEventLocked(EventEntry* entry) REQUIRES(mLock);
938 void dropInboundEventLocked(EventEntry* entry, DropReason dropReason) REQUIRES(mLock);
941 void addRecentEventLocked(EventEntry* entry) REQUIRES(mLock);
952 static bool isStaleEvent(nsecs_t currentTime, EventEntry* entry);
956 EventEntry* mNextUnblockedEvent GUARDED_BY(mLock);
993 void setInjectionResult(EventEntry* entry, int32_t injectionResult);
996 void incrementPendingForegroundDispatches(EventEntry* entry);
997 void decrementPendingForegroundDispatches(EventEntry* entry);
1037 void releaseInboundEventLocked(EventEntry* entry) REQUIRES(mLock);
1129 void dispatchEventLocked(nsecs_t currentTime, EventEntry* entry,
1152 int32_t handleTargetsNotReadyLocked(nsecs_t currentTime, const EventEntry* entry,
1164 int32_t getTargetDisplayId(const EventEntry* entry);
1165 int32_t findFocusedWindowTargetsLocked(nsecs_t currentTime, const EventEntry* entry,
1183 void pokeUserActivityLocked(const EventEntry* eventEntry) REQUIRES(mLock);
1193 const sp<InputWindowHandle>& windowHandle, const EventEntry* eventEntry,
1201 EventEntry* eventEntry, const InputTarget* inputTarget) REQUIRES(mLock);
1203 EventEntry* eventEntry, const InputTarget* inputTarget) REQUIRES(mLock);
1205 EventEntry* eventEntry, const InputTarget* inputTarget, int32_t dispatchMode)
1282 void updateDispatchStatistics(nsecs_t currentTime, const EventEntry* entry,