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

/frameworks/base/include/ui/
H A DInputDispatcher.h466 struct EventEntry : Link<EventEntry> { struct in class:android::InputDispatcher
485 struct ConfigurationChangedEntry : EventEntry {
488 struct KeyEntry : EventEntry {
516 struct MotionEntry : EventEntry {
538 EventEntry* eventEntry; // the event to dispatch
667 DispatchEntry* obtainDispatchEntry(EventEntry* eventEntry,
672 void releaseEventEntry(EventEntry* entry);
693 void initializeEventEntry(EventEntry* entry, int32_t type, nsecs_t eventTime,
695 void releaseEventEntryInjectionState(EventEntry* entr
[all...]

Completed in 25 milliseconds