Home
last modified time | relevance | path

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

/aosp12/build/soong/ui/tracer/
H A Dmicrofactory.go25 type eventEntry struct { struct
26 Name string
27 Begin uint64
28 End uint64
31 func (t *tracerImpl) importEvents(entries []*eventEntry) {
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DEntry.cpp298 DispatchEntry::DispatchEntry(std::shared_ptr<EventEntry> eventEntry, int32_t targetFlags, in DispatchEntry()
H A DInputDispatcher.cpp324 std::shared_ptr<EventEntry> eventEntry, in createDispatchEntry()
481 const EventEntry& eventEntry = *dispatchEntry.eventEntry; in shouldReportFinishedEvent() local
1698 std::shared_ptr<EventEntry> eventEntry, in dispatchEventLocked()
2739 void InputDispatcher::pokeUserActivityLocked(const EventEntry& eventEntry) { in pokeUserActivityLocked()
2802 std::shared_ptr<EventEntry> eventEntry, in prepareDispatchCycleLocked()
2858 std::shared_ptr<EventEntry> eventEntry, in enqueueDispatchEntriesLocked()
2890 std::shared_ptr<EventEntry> eventEntry, in enqueueDispatchEntryLocked()
3138 const EventEntry& eventEntry = *(dispatchEntry->eventEntry); in startDispatchCycleLocked() local
H A DEntry.h214 std::shared_ptr<EventEntry> eventEntry; // the event to dispatch member