Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DEntry.h217 struct DispatchEntry { struct
218 const uint32_t seq; // unique sequence number, never 0
242 DispatchEntry(std::shared_ptr<const EventEntry> eventEntry, argument
247 DispatchEntry& operator=(const DispatchEntry&) = delete; argument
261 std::ostream& operator<<(std::ostream& out, const DispatchEntry& entry); argument
DEntry.cpp281 DispatchEntry::DispatchEntry(std::shared_ptr<const EventEntry> eventEntry, in DispatchEntry() function in android::inputdispatcher::DispatchEntry