Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A 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
H A DEntry.cpp60 EventEntry::EventEntry(int32_t id, Type type, nsecs_t eventTime, uint32_t policyFlags) in EventEntry() function in android::inputdispatcher::EventEntry
/aosp12/frameworks/av/services/mediaresourcemanager/test/
H A DResourceManagerServiceTestUtils.h79 struct EventEntry { struct
80 EventType type;
81 int arg;
164 using EventEntry = TestSystemCallback::EventEntry; variable
/aosp12/frameworks/av/services/mediaresourcemanager/fuzzer/
H A Dmediaresourcemanager_fuzzer.cpp96 struct EventEntry { struct
97 EventType type;
98 int arg;
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/logging/
H A DEventLogArray.java132 private static class EventEntry { class in EventLogArray