Home
last modified time | relevance | path

Searched defs:async_response (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/perfetto/src/tracing/ipc/consumer/
H A Dconsumer_ipc_client_impl.cc89 ipc::Deferred<protos::gen::EnableTracingResponse> async_response; in EnableTracing() local
110 ipc::Deferred<protos::gen::ChangeTraceConfigResponse> async_response; in ChangeTraceConfig() local
127 ipc::Deferred<protos::gen::StartTracingResponse> async_response; in StartTracing() local
143 ipc::Deferred<protos::gen::DisableTracingResponse> async_response; in DisableTracing() local
159 ipc::Deferred<protos::gen::ReadBuffersResponse> async_response; in ReadBuffers() local
215 ipc::Deferred<protos::gen::FreeBuffersResponse> async_response; in FreeBuffers() local
235 ipc::Deferred<protos::gen::FlushResponse> async_response; in Flush() local
251 ipc::Deferred<protos::gen::DetachResponse> async_response; in Detach() local
271 ipc::Deferred<protos::gen::AttachResponse> async_response; in Attach() local
311 ipc::Deferred<protos::gen::GetTraceStatsResponse> async_response; in GetTraceStats() local
[all …]
/aosp_15_r20/external/perfetto/src/tracing/ipc/producer/
H A Dproducer_ipc_client_impl.cc431 ipc::Deferred<protos::gen::RegisterDataSourceResponse> async_response; in RegisterDataSource() local
449 ipc::Deferred<protos::gen::UpdateDataSourceResponse> async_response; in UpdateDataSource() local
506 ipc::Deferred<protos::gen::CommitDataResponse> async_response; in CommitData() local
/aosp_15_r20/external/crosvm/devices/src/virtio/video/decoder/
H A Dmod.rs1138 let async_response = AsyncCmdResponse::from_response( in process_event() localVariable