Searched refs:async_producer_commands (Results 1 – 1 of 1) sorted by relevance
68136 DeferredGetAsyncCommandResponse async_producer_commands; member in perfetto::ProducerIPCService::RemoteProducer68512 producer->async_producer_commands = std::move(response); in GetAsyncCommand()68560 if (!async_producer_commands.IsBound()) { in SetupDataSource()68570 async_producer_commands.Resolve(std::move(cmd)); in SetupDataSource()68578 if (!async_producer_commands.IsBound()) { in StartDataSource()68588 async_producer_commands.Resolve(std::move(cmd)); in StartDataSource()68593 if (!async_producer_commands.IsBound()) { in StopDataSource()68602 async_producer_commands.Resolve(std::move(cmd)); in StopDataSource()68606 if (!async_producer_commands.IsBound()) { in OnTracingSetup()68615 PERFETTO_CHECK(async_producer_commands.IsBound()); in SendSetupTracing()[all …]