Home
last modified time | relevance | path

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

/frameworks/base/services/input/
DInputDispatcher.h531 struct DispatchEntry : Link<DispatchEntry> { struct
545 DispatchEntry(EventEntry* eventEntry, argument
549 inline bool hasForegroundTarget() const { in hasForegroundTarget()
553 inline bool isSplit() const { in isSplit()
DInputDispatcher.cpp3832 InputDispatcher::DispatchEntry::DispatchEntry(EventEntry* eventEntry, in DispatchEntry() function in android::InputDispatcher::DispatchEntry