Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DEntry.h41 struct EventEntry : Link<EventEntry> { struct
60 EventEntry(uint32_t sequenceNum, int32_t type, nsecs_t eventTime, uint32_t policyFlags); argument
DEntry.cpp63 EventEntry::EventEntry(uint32_t sequenceNum, int32_t type, nsecs_t eventTime, uint32_t policyFlags) in EventEntry() function in android::inputdispatcher::EventEntry
/frameworks/av/services/mediaresourcemanager/test/
DResourceManagerService_test.cpp69 struct EventEntry { struct
70 EventType type;
71 int arg;
155 using EventEntry = TestSystemCallback::EventEntry; typedef