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

/frameworks/base/services/input/
H A DInputDispatcher.h426 struct EventEntry : Link<EventEntry> { struct in class:android::InputDispatcher
449 EventEntry(int32_t type, nsecs_t eventTime, uint32_t policyFlags);
450 virtual ~EventEntry();
454 struct ConfigurationChangedEntry : EventEntry {
462 struct DeviceResetEntry : EventEntry {
472 struct KeyEntry : EventEntry {
505 struct MotionEntry : EventEntry {
539 EventEntry* eventEntry; // the event to dispatch
550 DispatchEntry(EventEntry* eventEntr
[all...]
H A DInputDispatcher.cpp331 case EventEntry::TYPE_CONFIGURATION_CHANGED: {
339 case EventEntry::TYPE_DEVICE_RESET: {
347 case EventEntry::TYPE_KEY: {
368 case EventEntry::TYPE_MOTION: {
400 bool InputDispatcher::enqueueInboundEventLocked(EventEntry* entry) {
406 case EventEntry::TYPE_KEY: {
428 case EventEntry::TYPE_MOTION: {
460 void InputDispatcher::addRecentEventLocked(EventEntry* entry) {
499 void InputDispatcher::dropInboundEventLocked(EventEntry* entry, DropReason dropReason) {
532 case EventEntry
3802 InputDispatcher::EventEntry::EventEntry(int32_t type, nsecs_t eventTime, uint32_t policyFlags) : function in class:android::InputDispatcher::EventEntry
[all...]

Completed in 28 milliseconds