Lines Matching refs:EventEntry
32 struct EventEntry { struct
71 EventEntry(int32_t id, Type type, nsecs_t eventTime, uint32_t policyFlags); argument
72 virtual ~EventEntry();
78 struct ConfigurationChangedEntry : EventEntry {
85 struct DeviceResetEntry : EventEntry {
94 struct FocusEntry : EventEntry {
106 struct PointerCaptureChangedEntry : EventEntry {
115 struct DragEntry : EventEntry {
127 struct KeyEntry : EventEntry {
159 struct MotionEntry : EventEntry {
191 struct SensorEntry : EventEntry {
214 std::shared_ptr<EventEntry> eventEntry; // the event to dispatch
231 DispatchEntry(std::shared_ptr<EventEntry> eventEntry, int32_t targetFlags,