Home
last modified time | relevance | path

Searched refs:GetAsyncCommandRequest (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_ipc_cpp_gen/gen/external/perfetto/protos/perfetto/ipc/
Dproducer_port.gen.cc632 GetAsyncCommandRequest::GetAsyncCommandRequest() = default;
633 GetAsyncCommandRequest::~GetAsyncCommandRequest() = default;
634 GetAsyncCommandRequest::GetAsyncCommandRequest(const GetAsyncCommandRequest&) = default;
635 GetAsyncCommandRequest& GetAsyncCommandRequest::operator=(const GetAsyncCommandRequest&) = default;
636 GetAsyncCommandRequest::GetAsyncCommandRequest(GetAsyncCommandRequest&&) noexcept = default;
637 GetAsyncCommandRequest& GetAsyncCommandRequest::operator=(GetAsyncCommandRequest&&) = default;
639 bool GetAsyncCommandRequest::operator==(const GetAsyncCommandRequest& other) const { in operator ==()
643 bool GetAsyncCommandRequest::ParseFromArray(const void* raw, size_t size) { in ParseFromArray()
661 std::string GetAsyncCommandRequest::SerializeAsString() const { in SerializeAsString()
667 std::vector<uint8_t> GetAsyncCommandRequest::SerializeAsArray() const { in SerializeAsArray()
[all …]
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_ipc_cpp_gen_headers/gen/external/perfetto/protos/perfetto/ipc/
H A Dproducer_port.gen.h34 class GetAsyncCommandRequest; variable
451 class PERFETTO_EXPORT_COMPONENT GetAsyncCommandRequest : public ::protozero::CppMessageObj {
456 GetAsyncCommandRequest();
457 ~GetAsyncCommandRequest() override;
458 GetAsyncCommandRequest(GetAsyncCommandRequest&&) noexcept;
459 GetAsyncCommandRequest& operator=(GetAsyncCommandRequest&&);
460 GetAsyncCommandRequest(const GetAsyncCommandRequest&);
461 GetAsyncCommandRequest& operator=(const GetAsyncCommandRequest&);
462 bool operator==(const GetAsyncCommandRequest&) const;
463 bool operator!=(const GetAsyncCommandRequest& other) const { return !(*this == other); }
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_ipc_cpp_gen_headers/gen/external/perfetto/protos/perfetto/ipc/
Dproducer_port.gen.h34 class GetAsyncCommandRequest; variable
451 class PERFETTO_EXPORT_COMPONENT GetAsyncCommandRequest : public ::protozero::CppMessageObj {
456 GetAsyncCommandRequest();
457 ~GetAsyncCommandRequest() override;
458 GetAsyncCommandRequest(GetAsyncCommandRequest&&) noexcept;
459 GetAsyncCommandRequest& operator=(GetAsyncCommandRequest&&);
460 GetAsyncCommandRequest(const GetAsyncCommandRequest&);
461 GetAsyncCommandRequest& operator=(const GetAsyncCommandRequest&);
462 bool operator==(const GetAsyncCommandRequest&) const;
463 bool operator!=(const GetAsyncCommandRequest& other) const { return !(*this == other); }
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_ipc_ipc_gen/gen/external/perfetto/protos/perfetto/ipc/
Dproducer_port.ipc.cc40 &_IPC_Decoder<GetAsyncCommandRequest>, in NewDescriptor()
42 …&_IPC_Invoker<ProducerPort, GetAsyncCommandRequest, GetAsyncCommandResponse, &ProducerPort::GetAsy… in NewDescriptor()
132 void ProducerPortProxy::GetAsyncCommand(const GetAsyncCommandRequest& request, DeferredGetAsyncComm… in GetAsyncCommand()
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_ipc_ipc_gen_headers/gen/external/perfetto/protos/perfetto/ipc/
Dproducer_port.ipc.h45 virtual void GetAsyncCommand(const GetAsyncCommandRequest&, DeferredGetAsyncCommandResponse) = 0;
93 void GetAsyncCommand(const GetAsyncCommandRequest&, DeferredGetAsyncCommandResponse, int fd = -1);
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_ipc_ipc_gen_headers/gen/external/perfetto/protos/perfetto/ipc/
H A Dproducer_port.ipc.h45 virtual void GetAsyncCommand(const GetAsyncCommandRequest&, DeferredGetAsyncCommandResponse) = 0;
93 void GetAsyncCommand(const GetAsyncCommandRequest&, DeferredGetAsyncCommandResponse, int fd = -1);
/aosp_15_r20/external/perfetto/src/tracing/ipc/service/
H A Dproducer_ipc_service.h70 void GetAsyncCommand(const protos::gen::GetAsyncCommandRequest&,
H A Dproducer_ipc_service.cc371 const protos::gen::GetAsyncCommandRequest&, in GetAsyncCommand() argument
/aosp_15_r20/external/perfetto/protos/perfetto/ipc/
H A Dproducer_port.proto48 rpc GetAsyncCommand(GetAsyncCommandRequest)
281 message GetAsyncCommandRequest {} message
/aosp_15_r20/external/perfetto/src/tracing/ipc/producer/
H A Dproducer_ipc_client_impl.cc229 producer_port_->GetAsyncCommand(protos::gen::GetAsyncCommandRequest(), in OnConnect()