Home
last modified time | relevance | path

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

/system/core/adb/
Dshell_service_protocol.cpp45 size_t read_length = std::min(bytes_left_, data_capacity()); in Read() local
/system/keymaster/android_keymaster/
Dserializable.cpp130 bool Buffer::read(uint8_t* dest, size_t read_length) { in read()
/system/core/libunwindstack/
DMemory.cpp318 uint64_t read_length = std::min(static_cast<uint64_t>(size), length_ - read_offset); in Read() local
382 size_t read_length = std::min(size, static_cast<size_t>(end_ - addr)); in Read() local
/system/core/debuggerd/
Ddebuggerd_test.cpp265 constexpr size_t read_length = PAGE_SIZE; in ConsumeFd() local