Searched defs:DispatchEntry (Results 1 – 2 of 2) sorted by relevance
217 struct DispatchEntry { struct218 const uint32_t seq; // unique sequence number, never 0242 DispatchEntry(std::shared_ptr<const EventEntry> eventEntry, argument247 DispatchEntry& operator=(const DispatchEntry&) = delete; argument261 std::ostream& operator<<(std::ostream& out, const DispatchEntry& entry); argument
281 DispatchEntry::DispatchEntry(std::shared_ptr<const EventEntry> eventEntry, in DispatchEntry() function in android::inputdispatcher::DispatchEntry