Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.h534 struct DispatchEntry : Link<DispatchEntry> { struct
548 DispatchEntry(EventEntry* eventEntry, argument
552 inline bool hasForegroundTarget() const { in hasForegroundTarget()
556 inline bool isSplit() const { in isSplit()
DInputDispatcher.cpp3968 InputDispatcher::DispatchEntry::DispatchEntry(EventEntry* eventEntry, in DispatchEntry() function in android::InputDispatcher::DispatchEntry