HomeSort by relevance Sort by last modified time
    Searched defs:OnBundleComplete (Results 1 - 3 of 3) sorted by null

  /external/perfetto/src/ftrace_reader/
end_to_end_integrationtest.cc 80 virtual void OnBundleComplete(size_t cpu,
120 // Start processing the tasks (OnBundleComplete will quit the task runner).
154 // Start processing the tasks (OnBundleComplete will quit the task runner).
  /external/perfetto/include/perfetto/ftrace_reader/
ftrace_controller.h 111 // |OnBundleComplete| allowing the client to perform finalization.
120 virtual void OnBundleComplete(size_t,
149 void OnBundleComplete(size_t cpu,
151 delegate_->OnBundleComplete(cpu, std::move(bundle), metadata_);
  /external/perfetto/src/traced/probes/
probes_producer.cc 354 void ProbesProducer::SinkDelegate::OnBundleComplete(

Completed in 338 milliseconds