Home
last modified time | relevance | path

Searched refs:AndroidGameInterventionListDataSource (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/perfetto/src/traced/probes/android_game_intervention_list/
H A Dandroid_game_intervention_list_data_source.cc40 AndroidGameInterventionListDataSource::descriptor = {
46 AndroidGameInterventionListDataSource::AndroidGameInterventionListDataSource( in AndroidGameInterventionListDataSource() function in perfetto::AndroidGameInterventionListDataSource
59 AndroidGameInterventionListDataSource::
60 ~AndroidGameInterventionListDataSource() = default;
62 void AndroidGameInterventionListDataSource::Start() { in Start()
86 void AndroidGameInterventionListDataSource::Flush( in Flush()
92 bool AndroidGameInterventionListDataSource::
113 bool AndroidGameInterventionListDataSource::
H A Dandroid_game_intervention_list_data_source.h43 class AndroidGameInterventionListDataSource : public ProbesDataSource {
47 AndroidGameInterventionListDataSource(
52 ~AndroidGameInterventionListDataSource() override;
H A Dandroid_game_intervention_list_unittest.cc39 : public AndroidGameInterventionListDataSource {
45 : AndroidGameInterventionListDataSource(ds_config, in TestAndroidGameInterventionDataSource()
/aosp_15_r20/external/perfetto/src/traced/probes/
H A Dprobes_producer.cc226 ProbesProducer::CreateDSInstance<AndroidGameInterventionListDataSource>( in CreateDSInstance()
231 new AndroidGameInterventionListDataSource( in CreateDSInstance()
308 Ds<AndroidGameInterventionListDataSource>(),