Searched defs:DispatchEntry (Results 1 – 2 of 2) sorted by relevance
150 struct DispatchEntry : Link<DispatchEntry> { struct166 DispatchEntry(EventEntry* eventEntry, int32_t targetFlags, float xOffset, float yOffset, argument170 inline bool hasForegroundTarget() const { return targetFlags & InputTarget::FLAG_FOREGROUND; } in hasForegroundTarget()172 inline bool isSplit() const { return targetFlags & InputTarget::FLAG_SPLIT; } in isSplit()
223 DispatchEntry::DispatchEntry(EventEntry* eventEntry, int32_t targetFlags, float xOffset, in DispatchEntry() function in android::inputdispatcher::DispatchEntry