Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/internal/
Dtracing_muxer_impl.cc116 auto closure = std::move(async_stop_closure); in HandleStopAsynchronously()
117 async_stop_closure = std::function<void()>(); in HandleStopAsynchronously()
121 mutable std::function<void()> async_stop_closure; member in perfetto::internal::__anonbbd249c00111::StopArgsImpl
972 stop_args.async_stop_closure = [this, backend_id, instance_id] { in StopDataSource_AsyncBegin()
994 if (stop_args.async_stop_closure) in StopDataSource_AsyncBegin()
995 std::move(stop_args.async_stop_closure)(); in StopDataSource_AsyncBegin()
/external/perfetto/src/tracing/test/
Dapi_integrationtest.cc224 std::function<void()> async_stop_closure; member
710 handle_->async_stop_closure = args.HandleStopAsynchronously(); in OnStop()
2889 EXPECT_TRUE(data_source->async_stop_closure); in TEST_P()
2890 data_source->async_stop_closure(); in TEST_P()