Home
last modified time | relevance | path

Searched defs:eventEntry (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp400 std::shared_ptr<const EventEntry> eventEntry, in createDispatchEntry()
513 const EventEntry& eventEntry = *dispatchEntry.eventEntry; in shouldReportFinishedEvent() local
559 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 …]
DEntry.cpp290 DispatchEntry::DispatchEntry(std::shared_ptr<const EventEntry> eventEntry, in DispatchEntry()
DEntry.h219 std::shared_ptr<const EventEntry> eventEntry; // the event to dispatch member
/frameworks/native/services/inputflinger/dispatcher/trace/
DInputTracingBackendInterface.h108 TracedEvent eventEntry; member