Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.h478 struct EventEntry : Link<EventEntry> { struct
502 EventEntry(uint32_t sequenceNum, int32_t type, nsecs_t eventTime, uint32_t policyFlags); argument
503 virtual ~EventEntry();
507 struct ConfigurationChangedEntry : EventEntry {
515 struct DeviceResetEntry : EventEntry {
525 struct KeyEntry : EventEntry {
559 struct MotionEntry : EventEntry {
596 EventEntry* eventEntry; // the event to dispatch
609 DispatchEntry(EventEntry* eventEntry,
790 std::vector<EventEntry*>& outEvents, const CancelationOptions& options);
[all …]
DInputDispatcher.cpp373 case EventEntry::TYPE_CONFIGURATION_CHANGED: { in dispatchOnceInnerLocked()
381 case EventEntry::TYPE_DEVICE_RESET: { in dispatchOnceInnerLocked()
389 case EventEntry::TYPE_KEY: { in dispatchOnceInnerLocked()
410 case EventEntry::TYPE_MOTION: { in dispatchOnceInnerLocked()
443 bool InputDispatcher::enqueueInboundEventLocked(EventEntry* entry) { in enqueueInboundEventLocked()
449 case EventEntry::TYPE_KEY: { in enqueueInboundEventLocked()
471 case EventEntry::TYPE_MOTION: { in enqueueInboundEventLocked()
503 void InputDispatcher::addRecentEventLocked(EventEntry* entry) { in addRecentEventLocked()
576 void InputDispatcher::dropInboundEventLocked(EventEntry* entry, DropReason dropReason) { in dropInboundEventLocked()
611 case EventEntry::TYPE_KEY: { in dropInboundEventLocked()
[all …]