Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DEntry.h32 struct EventEntry { struct
33 enum class Type {
44 int32_t id;
45 Type type;
46 nsecs_t eventTime;
47 uint32_t policyFlags;
71 EventEntry(int32_t id, Type type, nsecs_t eventTime, uint32_t policyFlags); argument
DEntry.cpp60 EventEntry::EventEntry(int32_t id, Type type, nsecs_t eventTime, uint32_t policyFlags) in EventEntry() function in android::inputdispatcher::EventEntry
/frameworks/av/services/mediaresourcemanager/test/
DResourceManagerServiceTestUtils.h79 struct EventEntry { struct
80 EventType type;
81 int arg;
164 using EventEntry = TestSystemCallback::EventEntry; variable
/frameworks/av/services/mediaresourcemanager/fuzzer/
Dmediaresourcemanager_fuzzer.cpp96 struct EventEntry { struct
97 EventType type;
98 int arg;