Home
last modified time | relevance | path

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

/aosp12/system/iorap/src/manager/
H A Devent_manager.cc152 borrowed<observe_on_one_worker*> io_thread_; // not null member
178 io_thread_ = io_thread;
179 DCHECK(io_thread_ != nullptr);
511 .observe_on(*io_thread_) // Write data on an idle-class-priority thread. in StartTracing()
934 io_thread_(perfetto::ObserveOnNewIoThread()) { in Impl()
1068 &io_thread_, in InitializeRxGraph()
1319 observe_on_one_worker io_thread_; member in iorap::manager::EventManager::Impl