Searched defs:eventEntry (Results 1 – 4 of 4) sorted by relevance
400 std::shared_ptr<const EventEntry> eventEntry, in createDispatchEntry()513 const EventEntry& eventEntry = *dispatchEntry.eventEntry; in shouldReportFinishedEvent() local559 bool isUserActivityEvent(const EventEntry& eventEntry) { in isUserActivityEvent()677 std::optional<nsecs_t> getDownTime(const EventEntry& eventEntry) { in getDownTime()846 int32_t getUserActivityEventType(const EventEntry& eventEntry) { in getUserActivityEventType()2146 std::shared_ptr<const EventEntry> eventEntry, in dispatchEventLocked()3271 void InputDispatcher::pokeUserActivityLocked(const EventEntry& eventEntry) { in pokeUserActivityLocked()3351 std::shared_ptr<const EventEntry> eventEntry, in prepareDispatchCycleLocked()3420 std::shared_ptr<const EventEntry> eventEntry, const InputTarget& inputTarget) { in enqueueDispatchEntryAndStartDispatchCycleLocked()3437 std::shared_ptr<const EventEntry> eventEntry, in enqueueDispatchEntryLocked()[all …]
290 DispatchEntry::DispatchEntry(std::shared_ptr<const EventEntry> eventEntry, in DispatchEntry()
219 std::shared_ptr<const EventEntry> eventEntry; // the event to dispatch member
108 TracedEvent eventEntry; member