Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.h429 struct EventEntry : Link<EventEntry> { struct
452 EventEntry(int32_t type, nsecs_t eventTime, uint32_t policyFlags); argument
DInputDispatcher.cpp3872 InputDispatcher::EventEntry::EventEntry(int32_t type, nsecs_t eventTime, uint32_t policyFlags) : in EventEntry() function in android::InputDispatcher::EventEntry