Home
last modified time | relevance | path

Searched defs:dataRepeater (Results 1 – 8 of 8) sorted by relevance

/developtools/profiler/device/services/profiler_service/test/unittest/
Dprofiler_data_repeater_test.cpp44 auto dataRepeater = std::make_shared<ProfilerDataRepeater>(bufferSize); variable
164 auto dataRepeater = std::make_shared<ProfilerDataRepeater>(bufferSize); variable
178 auto dataRepeater = std::make_shared<ProfilerDataRepeater>(bufferSize); variable
193 auto dataRepeater = std::make_shared<ProfilerDataRepeater>(bufferSize); variable
Dplugin_service_stubs.cpp127 const ProfilerDataRepeaterPtr& dataRepeater) in CreatePluginSession()
146 const ProfilerDataRepeaterPtr& dataRepeater) in CreatePluginSession()
/developtools/profiler/device/services/plugin_service/src/
Dplugin_session_manager.cpp54const ProfilerDataRepeaterPtr& dataRepeater) in CreatePluginSession()
68const ProfilerDataRepeaterPtr& dataRepeater) in CreatePluginSession()
82 const ProfilerDataRepeaterPtr& dataRepeater) in CreatePluginSessions()
105 const ProfilerDataRepeaterPtr& dataRepeater) in CreatePluginSessions()
Dplugin_session.cpp22 const ProfilerDataRepeaterPtr& dataRepeater) in PluginSession()
35 const ProfilerDataRepeaterPtr& dataRepeater) in PluginSession()
Dplugin_service.cpp98 const ProfilerDataRepeaterPtr& dataRepeater) in CreatePluginSession()
138 const ProfilerDataRepeaterPtr& dataRepeater) in CreatePluginSession()
/developtools/profiler/device/services/profiler_service/src/
Dresult_demuxer.cpp36 ResultDemuxer::ResultDemuxer(const ProfilerDataRepeaterPtr& dataRepeater) in ResultDemuxer()
Dprofiler_service.cpp268 auto dataRepeater = std::make_shared<ProfilerDataRepeater>(DEFAULT_REPEATER_BUFFER_SIZE); in CreateSession() local
435 auto dataRepeater = ctx->dataRepeater; in FetchData() local
/developtools/profiler/device/services/profiler_service/include/
Dprofiler_service.h98 std::shared_ptr<ProfilerDataRepeater> dataRepeater; member