Home
last modified time | relevance | path

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

/system/iorap/src/manager/
Devent_manager.cc113 struct AppLaunchEventState { struct
114 std::optional<AppComponentName> component_name_;
116 bool is_tracing_{false};
117 std::optional<rxcpp::composite_subscription> rx_lifetime_;
118 std::vector<rxcpp::composite_subscription> rx_in_flight_;
120 borrowed<perfetto::RxProducerFactory*> perfetto_factory_; // not null
121 borrowed<observe_on_one_worker*> thread_; // not null
122 borrowed<observe_on_one_worker*> io_thread_; // not null
124 explicit AppLaunchEventState(borrowed<perfetto::RxProducerFactory*> perfetto_factory, in AppLaunchEventState() function
141 void OnNewEvent(const AppLaunchEvent& event) { in OnNewEvent()
[all …]