Home
last modified time | relevance | path

Searched refs:async_producer_commands (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/perfetto/src/tracing/ipc/service/
H A Dproducer_ipc_service.cc383 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 …]
H A Dproducer_ipc_service.h112 DeferredGetAsyncCommandResponse async_producer_commands; variable