Home
last modified time | relevance | path

Searched refs:bytes_to_clear (Results 1 – 2 of 2) sorted by relevance

/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dperfetto.cc33832 ssize_t DeleteNextChunksFor(size_t bytes_to_clear);
34269 ssize_t TraceBuffer::DeleteNextChunksFor(size_t bytes_to_clear) { in DeleteNextChunksFor() argument
34276 uint8_t* search_end = wptr_ + bytes_to_clear; in DeleteNextChunksFor()
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp44976 ssize_t DeleteNextChunksFor(size_t bytes_to_clear);
45413 ssize_t TraceBuffer::DeleteNextChunksFor(size_t bytes_to_clear) { in DeleteNextChunksFor() argument
45420 uint8_t* search_end = wptr_ + bytes_to_clear; in DeleteNextChunksFor()