Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DEntry.h33 struct EventEntry { struct
34 enum class Type {
48 int32_t id;
49 Type type;
50 nsecs_t eventTime;
51 uint32_t policyFlags;
75 EventEntry(int32_t id, Type type, nsecs_t eventTime, uint32_t policyFlags); argument
77 EventEntry& operator=(const EventEntry&) = delete; argument
DEntry.cpp63 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.h84 struct EventEntry { struct
85 EventType type;
86 int arg;
190 using EventEntry = TestSystemCallback::EventEntry; variable
/frameworks/av/services/mediaresourcemanager/fuzzer/
Dmediaresourcemanager_fuzzer.cpp97 struct EventEntry { struct
98 EventType type;
99 int arg;