Home
last modified time | relevance | path

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

/tracing/tracing-perfetto-binary/src/main/cpp/perfetto/
Dperfetto.cc66391 struct Method { struct in perfetto::ipc::ServiceDescriptor
66392 const char* name;
66396 using DecoderFunc = std::unique_ptr<ProtoMessage> (*)(const std::string&);
66399 DecoderFunc request_proto_decoder;
66402 DecoderFunc reply_proto_decoder;
66406 using InvokerFunc = void (*)(Service*,
66409 InvokerFunc invoker;