Home
last modified time | relevance | path

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

/frameworks/base/services/input/
DInputDispatcher.h423 struct EventEntry : Link<EventEntry> { struct
446 EventEntry(int32_t type, nsecs_t eventTime, uint32_t policyFlags); argument
447 virtual ~EventEntry();
451 struct ConfigurationChangedEntry : EventEntry {
459 struct DeviceResetEntry : EventEntry {
469 struct KeyEntry : EventEntry {
502 struct MotionEntry : EventEntry {
534 EventEntry* eventEntry; // the event to dispatch
545 DispatchEntry(EventEntry* eventEntry,
713 Vector<EventEntry*>& outEvents, const CancelationOptions& options);
[all …]
DInputDispatcher.cpp319 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 …]