Searched defs:AppLaunchEventState (Results 1 – 1 of 1) sorted by relevance
113 struct AppLaunchEventState { struct114 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 null121 borrowed<observe_on_one_worker*> thread_; // not null122 borrowed<observe_on_one_worker*> io_thread_; // not null124 explicit AppLaunchEventState(borrowed<perfetto::RxProducerFactory*> perfetto_factory, in AppLaunchEventState() function141 void OnNewEvent(const AppLaunchEvent& event) { in OnNewEvent()[all …]