Home
last modified time | relevance | path

Searched refs:EventEntry (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
DInputDispatcher.h428 struct EventEntry : Link<EventEntry> { struct
451 EventEntry(int32_t type, nsecs_t eventTime, uint32_t policyFlags); argument
452 virtual ~EventEntry();
456 struct ConfigurationChangedEntry : EventEntry {
464 struct DeviceResetEntry : EventEntry {
474 struct KeyEntry : EventEntry {
507 struct MotionEntry : EventEntry {
543 EventEntry* eventEntry; // the event to dispatch
554 DispatchEntry(EventEntry* eventEntry,
730 Vector<EventEntry*>& outEvents, const CancelationOptions& options);
[all …]
DInputDispatcher.cpp377 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 …]