Searched defs:DispatchEntry (Results 1 – 2 of 2) sorted by relevance
210 struct DispatchEntry { struct211 const uint32_t seq; // unique sequence number, never 0235 DispatchEntry(std::shared_ptr<const EventEntry> eventEntry, argument240 DispatchEntry& operator=(const DispatchEntry&) = delete; argument254 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