Home
last modified time | relevance | path

Searched refs: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
453 virtual ~EventEntry();
457 struct ConfigurationChangedEntry : EventEntry {
465 struct DeviceResetEntry : EventEntry {
475 struct KeyEntry : EventEntry {
508 struct MotionEntry : EventEntry {
544 EventEntry* eventEntry; // the event to dispatch
555 DispatchEntry(EventEntry* eventEntry,
731 Vector<EventEntry*>& outEvents, const CancelationOptions& options);
[all …]
DInputDispatcher.cpp338 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 …]