Home
last modified time | relevance | path

Searched defs:EventInfo (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/extras/simpleperf/
H A Dcmd_dumprecord.cpp52 struct EventInfo { struct
53 size_t tp_data_size = 0;
54 std::vector<TracingField> tp_fields;
55 std::vector<ExtractFieldFn> extract_field_functions;
H A Dreport_lib_interface.cpp101 struct EventInfo { struct
102 perf_event_attr attr;
103 std::string name;
105 struct TracingInfo {
109 } tracing_info;
/aosp12/packages/apps/Calendar/src/com/android/calendar/widget/
H A DCalendarAppWidgetModel.java75 static class EventInfo { class in CalendarAppWidgetModel
90 public EventInfo() { in EventInfo() method in CalendarAppWidgetModel.EventInfo
/aosp12/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarProvider2Test.java536 private class EventInfo { class in CalendarProvider2Test
553 public EventInfo(String title, String startDate, String endDate, in EventInfo() method in CalendarProvider2Test.EventInfo
559 public EventInfo(String title, String startDate, String endDate, in EventInfo() method in CalendarProvider2Test.EventInfo
587 public EventInfo(String title, String description, String startDate, String endDate, in EventInfo() method in CalendarProvider2Test.EventInfo
593 public EventInfo(String title, String description, String startDate, String endDate, in EventInfo() method in CalendarProvider2Test.EventInfo
630 public EventInfo(String originalTitle, String originalInstance, String title, in EventInfo() method in CalendarProvider2Test.EventInfo
/aosp12/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarController.java129 public static class EventInfo { class in CalendarController
/aosp12/frameworks/base/services/core/java/com/android/server/vcn/
H A DVcnGatewayConnection.java201 private interface EventInfo {} interface in VcnGatewayConnection
/aosp12/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java1623 public static class EventInfo { class in ZenModeConfig