Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dperfetto.cc7236 using Patch = CommitDataRequest_ChunkToPatch_Patch; typedef in perfetto::protos::gen::CommitDataRequest_ChunkToPatch
28185 class Patch { class
28188 Patch(ChunkID c, uint16_t o) : chunk_id(c), offset(o) {} in Patch() function in perfetto::Patch
33441 struct Patch { struct in perfetto::TraceBuffer
33443 static constexpr size_t kSize = 4;
33445 size_t offset_untrusted;
33446 std::array<uint8_t, kSize> data;
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp9644 using Patch = CommitDataRequest_ChunkToPatch_Patch; typedef in perfetto::protos::gen::CommitDataRequest_ChunkToPatch
34419 class Patch { class
34422 Patch(ChunkID c, uint16_t o) : chunk_id(c), offset(o) {} in Patch() function in perfetto::Patch
44577 struct Patch { struct in perfetto::TraceBuffer
44579 static constexpr size_t kSize = 4;
44581 size_t offset_untrusted;
44582 std::array<uint8_t, kSize> data;