Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/ipc/service/
Dproducer_ipc_service.cc347 producer->async_producer_commands = std::move(response); in GetAsyncCommand()
395 if (!async_producer_commands.IsBound()) { in SetupDataSource()
405 async_producer_commands.Resolve(std::move(cmd)); in SetupDataSource()
413 if (!async_producer_commands.IsBound()) { in StartDataSource()
423 async_producer_commands.Resolve(std::move(cmd)); in StartDataSource()
428 if (!async_producer_commands.IsBound()) { in StopDataSource()
437 async_producer_commands.Resolve(std::move(cmd)); in StopDataSource()
441 if (!async_producer_commands.IsBound()) { in OnTracingSetup()
450 PERFETTO_CHECK(async_producer_commands.IsBound()); in SendSetupTracing()
464 async_producer_commands.Resolve(std::move(cmd)); in SendSetupTracing()
[all …]
Dproducer_ipc_service.h109 DeferredGetAsyncCommandResponse async_producer_commands; variable