Searched defs:DispatchEntry (Results 1 – 2 of 2) sorted by relevance
222 struct DispatchEntry { struct241 DispatchEntry(std::shared_ptr<EventEntry> eventEntry, argument257 std::ostream& operator<<(std::ostream& out, const DispatchEntry& entry); argument
312 DispatchEntry::DispatchEntry(std::shared_ptr<EventEntry> eventEntry, in DispatchEntry() function in android::inputdispatcher::DispatchEntry