Searched refs:EventEntry (Results 1 – 2 of 2) sorted by relevance
428 struct EventEntry : Link<EventEntry> { struct451 EventEntry(int32_t type, nsecs_t eventTime, uint32_t policyFlags); argument452 virtual ~EventEntry();456 struct ConfigurationChangedEntry : EventEntry {464 struct DeviceResetEntry : EventEntry {474 struct KeyEntry : EventEntry {507 struct MotionEntry : EventEntry {543 EventEntry* eventEntry; // the event to dispatch554 DispatchEntry(EventEntry* eventEntry,730 Vector<EventEntry*>& outEvents, const CancelationOptions& options);[all …]
377 case EventEntry::TYPE_CONFIGURATION_CHANGED: { in dispatchOnceInnerLocked()385 case EventEntry::TYPE_DEVICE_RESET: { in dispatchOnceInnerLocked()393 case EventEntry::TYPE_KEY: { in dispatchOnceInnerLocked()414 case EventEntry::TYPE_MOTION: { in dispatchOnceInnerLocked()447 bool InputDispatcher::enqueueInboundEventLocked(EventEntry* entry) { in enqueueInboundEventLocked()453 case EventEntry::TYPE_KEY: { in enqueueInboundEventLocked()475 case EventEntry::TYPE_MOTION: { in enqueueInboundEventLocked()507 void InputDispatcher::addRecentEventLocked(EventEntry* entry) { in addRecentEventLocked()540 void InputDispatcher::dropInboundEventLocked(EventEntry* entry, DropReason dropReason) { in dropInboundEventLocked()575 case EventEntry::TYPE_KEY: { in dropInboundEventLocked()[all …]