Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DEntry.h222 struct DispatchEntry { struct
241 DispatchEntry(std::shared_ptr<EventEntry> eventEntry, argument
257 std::ostream& operator<<(std::ostream& out, const DispatchEntry& entry); argument
DEntry.cpp312 DispatchEntry::DispatchEntry(std::shared_ptr<EventEntry> eventEntry, in DispatchEntry() function in android::inputdispatcher::DispatchEntry