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

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp334 case EventEntry::TYPE_CONFIGURATION_CHANGED: {
342 case EventEntry::TYPE_DEVICE_RESET: {
350 case EventEntry::TYPE_KEY: {
371 case EventEntry::TYPE_MOTION: {
403 bool InputDispatcher::enqueueInboundEventLocked(EventEntry* entry) {
409 case EventEntry::TYPE_KEY: {
431 case EventEntry::TYPE_MOTION: {
463 void InputDispatcher::addRecentEventLocked(EventEntry* entry) {
496 void InputDispatcher::dropInboundEventLocked(EventEntry* entry, DropReason dropReason) {
529 case EventEntry
3828 InputDispatcher::EventEntry::EventEntry(int32_t type, nsecs_t eventTime, uint32_t policyFlags) : function in class:android::InputDispatcher::EventEntry
[all...]
H A DInputDispatcher.h423 struct EventEntry : Link<EventEntry> { struct in class:android::InputDispatcher
446 EventEntry(int32_t type, nsecs_t eventTime, uint32_t policyFlags);
447 virtual ~EventEntry();
451 struct ConfigurationChangedEntry : EventEntry {
459 struct DeviceResetEntry : EventEntry {
469 struct KeyEntry : EventEntry {
502 struct MotionEntry : EventEntry {
537 EventEntry* eventEntry; // the event to dispatch
548 DispatchEntry(EventEntry* eventEntr
[all...]

Completed in 656 milliseconds