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 {
47 int32_t id;
48 Type type;
49 nsecs_t eventTime;
50 uint32_t policyFlags;
74 EventEntry(int32_t id, Type type, nsecs_t eventTime, uint32_t policyFlags); argument
DEntry.cpp61 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.h83 struct EventEntry { struct
84 EventType type;
85 int arg;
166 using EventEntry = TestSystemCallback::EventEntry; variable
/frameworks/av/services/mediaresourcemanager/fuzzer/
Dmediaresourcemanager_fuzzer.cpp97 struct EventEntry { struct
98 EventType type;
99 int arg;