Home
last modified time | relevance | path

Searched defs:event_type (Results 1 – 25 of 91) sorted by relevance

1234

/aosp12/system/extras/simpleperf/
H A Dgenerate_event_type_table.py19 def gen_event_type_entry_str(event_type_name, event_type, event_config, description='', argument
28 def gen_arm_event_type_entry_str(event_type_name, event_type, event_config, description): argument
H A Dcmd_list.cpp42 static EventTypeStatus IsEventTypeSupported(const EventType& event_type) { in IsEventTypeSupported()
104 auto callback = [&](const EventType& event_type) { in PrintEventTypesOfType()
H A Devent_attr.cpp80 perf_event_attr CreateDefaultPerfEventAttr(const EventType& event_type) { in CreateDefaultPerfEventAttr()
236 auto callback = [&](const EventType& event_type) { in GetEventNameByAttr()
H A DMapRecordReader_test.cpp32 const EventType* event_type = FindEventTypeByName("cpu-clock"); in CreateMapRecordReader() local
H A Dtest_util.cpp110 auto callback = [&](const simpleperf::EventType& event_type) { in HasPmuCounter()
H A Devent_selection_set.cpp72 const EventType* event_type = FindEventTypeByName("sched:sched_switch", false); in IsDumpingRegsForTracepointEventsSupported() local
172 std::unique_ptr<EventTypeAndModifier> event_type = ParseEventType(event_name); in BuildAndCheckEventSelection() local
269 auto& event_type = selection.event_type_modifier.event_type; in AddEventGroup() local
533 auto& event_type = selection->event_type_modifier.event_type; in SetTracepointFilter() local
H A Devent_type.cpp499 const EventType* event_type = EventTypeManager::Instance().FindType(name); in FindEventTypeByName() local
535 const EventType* event_type = FindEventTypeByName(event_type_name); in ParseEventType() local
589 const EventType* event_type = EventTypeManager::Instance().FindType(kETMEventName); in IsEtmEventType() local
H A Dcmd_report_sample.proto121 repeated string event_type = 1; field
H A Devent_type.h74 EventType event_type; member
H A Dcmd_report_sample.cpp506 for (auto& event_type : event_types_) { in PrintMetaInfo() local
516 for (auto& event_type : event_types_) { in PrintMetaInfo() local
/aosp12/frameworks/base/core/proto/android/server/
H A Dpeopleservice.proto77 optional int32 event_type = 1; field
93 optional int32 event_type = 1; field
/aosp12/system/chre/apps/tflm_demo/src/
H A Dmain.cc32 void nanoappHandleEvent(uint32_t sender_instance_id, uint16_t event_type, in nanoappHandleEvent()
/aosp12/system/bt/gd/common/
H A Dobserver_registry.h66 void Unregister(int event_type) { in Unregister()
/aosp12/frameworks/av/drm/libmediadrm/protos/
H A Dmetrics.proto42 optional uint32 event_type = 15; field
/aosp12/packages/apps/SettingsIntelligence/proto/
H A Dsettings_intelligence_log.proto82 optional EventType event_type = 1; field
/aosp12/frameworks/base/proto/src/
H A Dipconnectivity.proto142 optional int32 event_type = 2; field
156 optional int32 event_type = 2; field
444 optional int32 event_type = 2; field
/aosp12/hardware/qcom/display/msm8909/sdm/libs/core/fb/
H A Dhw_events.cpp83 DisplayError HWEvents::SetEventParser(HWEvent event_type, HWEventData *event_data) { in SetEventParser()
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
H A Dhw_events.cpp83 DisplayError HWEvents::SetEventParser(HWEvent event_type, HWEventData *event_data) { in SetEventParser()
/aosp12/hardware/qcom/display/msm8998/sdm/libs/core/fb/
H A Dhw_events.cpp83 DisplayError HWEvents::SetEventParser(HWEvent event_type, HWEventData *event_data) { in SetEventParser()
/aosp12/hardware/qcom/sdm845/display/sdm/libs/core/fb/
H A Dhw_events.cpp83 DisplayError HWEvents::SetEventParser(HWEvent event_type, HWEventData *event_data) { in SetEventParser()
/aosp12/frameworks/av/media/libaudioclient/include/media/
H A DAudioEffect.h282 enum event_type { enum
/aosp12/hardware/qcom/sm8150/display/sdm/libs/core/fb/
H A Dhw_events.cpp83 DisplayError HWEvents::SetEventParser(HWEvent event_type, HWEventData *event_data) { in SetEventParser()
/aosp12/hardware/libhardware/include/hardware/
H A Dactivity_recognition.h108 uint32_t event_type; member
/aosp12/frameworks/av/drm/libmediadrm/
H A DDrmMetrics.cpp135 [&](const EventType event_type, const int64_t value) { in GetSerializedMetrics()
/aosp12/bionic/tests/
H A Dfdtrack_test.cpp115 const char* FdtrackEventTypeToName(android_fdtrack_event_type event_type) { in FdtrackEventTypeToName()

1234