Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/
H A Dshell_service_protocol.cpp45 size_t read_length = std::min(bytes_left_, data_capacity()); in Read() local
/aosp12/system/core/fastboot/device/
H A Dtcp_client.cpp81 size_t read_length = len - total_read; in Read() local
/aosp12/system/keymaster/android_keymaster/
H A Dserializable.cpp139 bool Buffer::read(uint8_t* dest, size_t read_length) { in read()
/aosp12/frameworks/compile/slang/
H A Dslang_rs_reflect_utils.cpp186 int read_length; in GenerateJavaCodeAccessorMethodForBitwidth() local
H A Dslang_rs_reflection_cpp.cpp434 int read_length; in genEncodedBitCode() local
/aosp12/system/unwinding/libunwindstack/
H A DMemory.cpp374 uint64_t read_length = std::min(static_cast<uint64_t>(size), length_ - read_offset); in Read() local
446 size_t read_length = std::min(size, static_cast<size_t>(end_ - addr)); in Read() local
/aosp12/system/core/debuggerd/
H A Ddebuggerd_test.cpp293 constexpr size_t read_length = PAGE_SIZE; in ConsumeFd() local