Home
last modified time | relevance | path

Searched refs:max_bytes (Results 1 – 5 of 5) sorted by relevance

/system/bt/gd/packet/
Draw_builder.cc30 RawBuilder::RawBuilder(size_t max_bytes) : max_bytes_(max_bytes) {} in RawBuilder() argument
Draw_builder.h32 explicit RawBuilder(size_t max_bytes);
/system/core/fs_mgr/libsnapshot/
Dsnapshot_reader.cpp228 const std::optional<uint64_t>& max_bytes) { in ReadBlock() argument
230 if (max_bytes) { in ReadBlock()
231 bytes_to_read = *max_bytes; in ReadBlock()
Dsnapshot_reader.h69 const std::optional<uint64_t>& max_bytes = {});
/system/bt/doc/
Dstyle_guide.md190 size_t open_and_read_file(const char *filename, void *target_buffer, size_t max_bytes) {
194 CHECK(max_bytes > 0);