Searched defs:EventEntry (Results 1 - 2 of 2) sorted by last modified time

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp338 case EventEntry::TYPE_CONFIGURATION_CHANGED: {
346 case EventEntry::TYPE_DEVICE_RESET: {
354 case EventEntry::TYPE_KEY: {
375 case EventEntry::TYPE_MOTION: {
408 bool InputDispatcher::enqueueInboundEventLocked(EventEntry* entry) {
414 case EventEntry::TYPE_KEY: {
436 case EventEntry::TYPE_MOTION: {
468 void InputDispatcher::addRecentEventLocked(EventEntry* entry) {
501 void InputDispatcher::dropInboundEventLocked(EventEntry* entry, DropReason dropReason) {
536 case EventEntry
3872 InputDispatcher::EventEntry::EventEntry(int32_t type, nsecs_t eventTime, uint32_t policyFlags) : function in class:android::InputDispatcher::EventEntry
[all...]
H A DInputDispatcher.h429 struct EventEntry : Link<EventEntry> { struct in class:android::InputDispatcher
452 EventEntry(int32_t type, nsecs_t eventTime, uint32_t policyFlags);
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* eventEntr
[all...]

Completed in 83 milliseconds