Searched refs:EventEntry (Results 1 – 2 of 2) sorted by relevance
423 struct EventEntry : Link<EventEntry> { struct446 EventEntry(int32_t type, nsecs_t eventTime, uint32_t policyFlags); argument447 virtual ~EventEntry();451 struct ConfigurationChangedEntry : EventEntry {459 struct DeviceResetEntry : EventEntry {469 struct KeyEntry : EventEntry {502 struct MotionEntry : EventEntry {534 EventEntry* eventEntry; // the event to dispatch545 DispatchEntry(EventEntry* eventEntry,713 Vector<EventEntry*>& outEvents, const CancelationOptions& options);[all …]
319 case EventEntry::TYPE_CONFIGURATION_CHANGED: { in dispatchOnceInnerLocked()327 case EventEntry::TYPE_DEVICE_RESET: { in dispatchOnceInnerLocked()335 case EventEntry::TYPE_KEY: { in dispatchOnceInnerLocked()356 case EventEntry::TYPE_MOTION: { in dispatchOnceInnerLocked()388 bool InputDispatcher::enqueueInboundEventLocked(EventEntry* entry) { in enqueueInboundEventLocked()394 case EventEntry::TYPE_KEY: { in enqueueInboundEventLocked()416 case EventEntry::TYPE_MOTION: { in enqueueInboundEventLocked()474 void InputDispatcher::dropInboundEventLocked(EventEntry* entry, DropReason dropReason) { in dropInboundEventLocked()507 case EventEntry::TYPE_KEY: { in dropInboundEventLocked()512 case EventEntry::TYPE_MOTION: { in dropInboundEventLocked()[all …]