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