Searched refs:async_producer_commands (Results 1 – 2 of 2) sorted by relevance
347 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 …]
109 DeferredGetAsyncCommandResponse async_producer_commands; variable