Searched refs:StatsdBinderDataSource (Results 1 – 3 of 3) sorted by relevance
33 class StatsdBinderDataSource : public ProbesDataSource {37 StatsdBinderDataSource(base::TaskRunner*,41 ~StatsdBinderDataSource() override;51 StatsdBinderDataSource(const StatsdBinderDataSource&) = delete;52 StatsdBinderDataSource& operator=(const StatsdBinderDataSource&) = delete;60 base::WeakPtrFactory<StatsdBinderDataSource> weak_factory_; // Keep last.
90 base::WeakPtr<StatsdBinderDataSource> data_source;99 base::WeakPtr<StatsdBinderDataSource> data_source,149 base::WeakPtr<StatsdBinderDataSource> data_source = it->second.data_source; in OnData()160 base::WeakPtr<StatsdBinderDataSource> data_source, in Register()204 const ProbesDataSource::Descriptor StatsdBinderDataSource::descriptor = {210 StatsdBinderDataSource::StatsdBinderDataSource( in StatsdBinderDataSource() function in perfetto::StatsdBinderDataSource221 StatsdBinderDataSource::~StatsdBinderDataSource() { in ~StatsdBinderDataSource()228 void StatsdBinderDataSource::Start() { in Start()241 void StatsdBinderDataSource::OnData(uint32_t reason, in OnData()276 void StatsdBinderDataSource::Flush(FlushRequestID, in Flush()[all …]
173 ProbesProducer::CreateDSInstance<StatsdBinderDataSource>( in CreateDSInstance()177 return std::unique_ptr<StatsdBinderDataSource>(new StatsdBinderDataSource( in CreateDSInstance()333 Ds<StatsdBinderDataSource>(),