Searched defs:DispatchEntry (Results 1 – 2 of 2) sorted by relevance
216 struct DispatchEntry { struct217 const uint32_t seq; // unique sequence number, never 0241 DispatchEntry(std::shared_ptr<const EventEntry> eventEntry, argument246 DispatchEntry& operator=(const DispatchEntry&) = delete; argument260 std::ostream& operator<<(std::ostream& out, const DispatchEntry& entry); argument
290 DispatchEntry::DispatchEntry(std::shared_ptr<const EventEntry> eventEntry, in DispatchEntry() function in android::inputdispatcher::DispatchEntry