Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dtrace_packet.pbzero.h76 TracePacket_Decoder(const uint8_t* data, size_t len) : TypedProtoDecoder(data, len) {} in TracePacket_Decoder() function
77 …explicit TracePacket_Decoder(const std::string& raw) : TypedProtoDecoder(reinterpret_cast<const ui… in TracePacket_Decoder() function
78 …explicit TracePacket_Decoder(const ::protozero::ConstBytes& raw) : TypedProtoDecoder(raw.data, raw… in TracePacket_Decoder() function
Dperfetto.h4127 TracePacket_Decoder(const uint8_t* data, size_t len) : TypedProtoDecoder(data, len) {} in TracePacket_Decoder() function
4128 …explicit TracePacket_Decoder(const std::string& raw) : TypedProtoDecoder(reinterpret_cast<const ui… in TracePacket_Decoder() function
4129 …explicit TracePacket_Decoder(const ::protozero::ConstBytes& raw) : TypedProtoDecoder(raw.data, raw… in TracePacket_Decoder() function