Home
last modified time | relevance | path

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

/system/iorap/src/manager/
Devent_manager.cc120 borrowed<perfetto::RxProducerFactory*> perfetto_factory_; // not null member
127 perfetto_factory_ = perfetto_factory; in AppLaunchEventState()
128 DCHECK(perfetto_factory_ != nullptr); in AppLaunchEventState()
241 perfetto_factory_->CreateTraceStream(perfetto_commands); in StartTracing()
393 : perfetto_factory_(perfetto_factory), in Impl()
429 AppLaunchEventState initial_state{&perfetto_factory_, &worker_thread2_, &io_thread_}; in InitializeRxGraph()
445 perfetto::RxProducerFactory& perfetto_factory_; member in iorap::manager::EventManager::Impl