Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.h541 struct DispatchEntry : Link<DispatchEntry> { struct
555 DispatchEntry(EventEntry* eventEntry, argument
559 inline bool hasForegroundTarget() const { in hasForegroundTarget()
563 inline bool isSplit() const { in isSplit()
DInputDispatcher.cpp4012 InputDispatcher::DispatchEntry::DispatchEntry(EventEntry* eventEntry, in DispatchEntry() function in android::InputDispatcher::DispatchEntry