Searched refs:async_producer_commands (Results 1 – 2 of 2) sorted by relevance
383 producer->async_producer_commands = std::move(response); in GetAsyncCommand()431 if (!async_producer_commands.IsBound()) { in SetupDataSource()441 async_producer_commands.Resolve(std::move(cmd)); in SetupDataSource()449 if (!async_producer_commands.IsBound()) { in StartDataSource()459 async_producer_commands.Resolve(std::move(cmd)); in StartDataSource()464 if (!async_producer_commands.IsBound()) { in StopDataSource()473 async_producer_commands.Resolve(std::move(cmd)); in StopDataSource()477 if (!async_producer_commands.IsBound()) { in OnTracingSetup()486 PERFETTO_CHECK(async_producer_commands.IsBound()); in SendSetupTracing()507 async_producer_commands.Resolve(std::move(cmd)); in SendSetupTracing()[all …]
112 DeferredGetAsyncCommandResponse async_producer_commands; variable