Searched refs:EventEntry (Results 1 – 2 of 2) sorted by relevance
429 struct EventEntry : Link<EventEntry> { struct452 EventEntry(int32_t type, nsecs_t eventTime, uint32_t policyFlags); argument453 virtual ~EventEntry();457 struct ConfigurationChangedEntry : EventEntry {465 struct DeviceResetEntry : EventEntry {475 struct KeyEntry : EventEntry {508 struct MotionEntry : EventEntry {544 EventEntry* eventEntry; // the event to dispatch555 DispatchEntry(EventEntry* eventEntry,731 Vector<EventEntry*>& outEvents, const CancelationOptions& options);[all …]
338 case EventEntry::TYPE_CONFIGURATION_CHANGED: { in dispatchOnceInnerLocked()346 case EventEntry::TYPE_DEVICE_RESET: { in dispatchOnceInnerLocked()354 case EventEntry::TYPE_KEY: { in dispatchOnceInnerLocked()375 case EventEntry::TYPE_MOTION: { in dispatchOnceInnerLocked()408 bool InputDispatcher::enqueueInboundEventLocked(EventEntry* entry) { in enqueueInboundEventLocked()414 case EventEntry::TYPE_KEY: { in enqueueInboundEventLocked()436 case EventEntry::TYPE_MOTION: { in enqueueInboundEventLocked()468 void InputDispatcher::addRecentEventLocked(EventEntry* entry) { in addRecentEventLocked()501 void InputDispatcher::dropInboundEventLocked(EventEntry* entry, DropReason dropReason) { in dropInboundEventLocked()536 case EventEntry::TYPE_KEY: { in dropInboundEventLocked()[all …]