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.cc175 producer->async_producer_commands = std::move(response); in GetAsyncCommand()
199 if (!async_producer_commands.IsBound()) { in CreateDataSourceInstance()
209 async_producer_commands.Resolve(std::move(cmd)); in CreateDataSourceInstance()
214 if (!async_producer_commands.IsBound()) { in TearDownDataSourceInstance()
223 async_producer_commands.Resolve(std::move(cmd)); in TearDownDataSourceInstance()
227 if (!async_producer_commands.IsBound()) { in OnTracingSetup()
241 async_producer_commands.Resolve(std::move(cmd)); in OnTracingSetup()
248 if (!async_producer_commands.IsBound()) { in Flush()
259 async_producer_commands.Resolve(std::move(cmd)); in Flush()
Dproducer_ipc_service.h88 DeferredGetAsyncCommandResponse async_producer_commands; variable