Home
last modified time | relevance | path

Searched defs:DispatchEntry (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/native/services/inputflinger/dispatcher/
H A DEntry.h210 struct DispatchEntry { struct
211 const uint32_t seq; // unique sequence number, never 0
235 DispatchEntry(std::shared_ptr<const EventEntry> eventEntry, argument
240 DispatchEntry& operator=(const DispatchEntry&) = delete; argument
254 std::ostream& operator<<(std::ostream& out, const DispatchEntry& entry); argument
H A DEntry.cpp281 DispatchEntry::DispatchEntry(std::shared_ptr<const EventEntry> eventEntry, in DispatchEntry() function in android::inputdispatcher::DispatchEntry