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.cc376 producer->async_producer_commands = std::move(response); in GetAsyncCommand()
424 if (!async_producer_commands.IsBound()) { in SetupDataSource()
434 async_producer_commands.Resolve(std::move(cmd)); in SetupDataSource()
442 if (!async_producer_commands.IsBound()) { in StartDataSource()
452 async_producer_commands.Resolve(std::move(cmd)); in StartDataSource()
457 if (!async_producer_commands.IsBound()) { in StopDataSource()
466 async_producer_commands.Resolve(std::move(cmd)); in StopDataSource()
470 if (!async_producer_commands.IsBound()) { in OnTracingSetup()
479 PERFETTO_CHECK(async_producer_commands.IsBound()); in SendSetupTracing()
500 async_producer_commands.Resolve(std::move(cmd)); in SendSetupTracing()
[all …]
Dproducer_ipc_service.h111 DeferredGetAsyncCommandResponse async_producer_commands; variable