Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dperfetto.cc30598 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::StopArgsImpl
31215 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()
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp39041 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::StopArgsImpl
39897 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()