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.cc309 producer->async_producer_commands = std::move(response); in GetAsyncCommand()
333 if (!async_producer_commands.IsBound()) { in SetupDataSource()
343 async_producer_commands.Resolve(std::move(cmd)); in SetupDataSource()
351 if (!async_producer_commands.IsBound()) { in StartDataSource()
361 async_producer_commands.Resolve(std::move(cmd)); in StartDataSource()
366 if (!async_producer_commands.IsBound()) { in StopDataSource()
375 async_producer_commands.Resolve(std::move(cmd)); in StopDataSource()
379 if (!async_producer_commands.IsBound()) { in OnTracingSetup()
393 async_producer_commands.Resolve(std::move(cmd)); in OnTracingSetup()
400 if (!async_producer_commands.IsBound()) { in Flush()
[all …]
Dproducer_ipc_service.h106 DeferredGetAsyncCommandResponse async_producer_commands; variable