Searched refs:async_stop_closure (Results 1 – 2 of 2) sorted by relevance
30598 auto closure = std::move(async_stop_closure); in HandleStopAsynchronously()30599 async_stop_closure = std::function<void()>(); in HandleStopAsynchronously()30603 mutable std::function<void()> async_stop_closure; member in perfetto::internal::__anon7bab3a4f2711::StopArgsImpl31215 stop_args.async_stop_closure = [this, backend_id, instance_id] { in StopDataSource_AsyncBegin()31235 if (stop_args.async_stop_closure) in StopDataSource_AsyncBegin()31236 std::move(stop_args.async_stop_closure)(); in StopDataSource_AsyncBegin()
39041 auto closure = std::move(async_stop_closure); in HandleStopAsynchronously()39042 async_stop_closure = std::function<void()>(); in HandleStopAsynchronously()39046 mutable std::function<void()> async_stop_closure; member in perfetto::internal::__anon94fa64c73a11::StopArgsImpl39897 stop_args.async_stop_closure = [this, backend_id, instance_id] { in StopDataSource_AsyncBegin()39919 if (stop_args.async_stop_closure) in StopDataSource_AsyncBegin()39920 std::move(stop_args.async_stop_closure)(); in StopDataSource_AsyncBegin()