Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DEntry.h216 struct DispatchEntry { struct
217 const uint32_t seq; // unique sequence number, never 0
241 DispatchEntry(std::shared_ptr<const EventEntry> eventEntry, argument
246 DispatchEntry& operator=(const DispatchEntry&) = delete; argument
260 std::ostream& operator<<(std::ostream& out, const DispatchEntry& entry); argument
DEntry.cpp290 DispatchEntry::DispatchEntry(std::shared_ptr<const EventEntry> eventEntry, in DispatchEntry() function in android::inputdispatcher::DispatchEntry