/aosp12/system/bt/gd/btaa/linux_generic/ |
H A D | hci_processor.cc | 35 std::vector<BtaaHciPacket>& btaa_hci_packets, int16_t byte_count, hci::EventView& event) { in process_le_event() 65 uint16_t byte_count, in process_special_event() 118 uint16_t byte_count) { in process_command() 146 uint16_t byte_count) { in process_event() 207 uint16_t byte_count) { in process_acl() 220 uint16_t byte_count) { in process_sco() 233 uint16_t byte_count) { in process_iso()
|
/aosp12/bionic/linker/ |
H A D | linker_memory.cpp | 71 void* malloc(size_t byte_count) { in malloc() 79 void* realloc(void* p, size_t byte_count) { in realloc() 84 size_t byte_count; in reallocarray() local
|
/aosp12/system/libbase/ |
H A D | abi_compatibility.cpp | 52 bool ReadFully(int fd, void* data, size_t byte_count) { in ReadFully() 56 bool ReadFullyAtOffset(int fd, void* data, size_t byte_count, off64_t offset) { in ReadFullyAtOffset() 60 bool WriteFully(int fd, const void* data, size_t byte_count) { in WriteFully()
|
H A D | file.cpp | 310 bool ReadFully(borrowed_fd fd, void* data, size_t byte_count) { in ReadFully() 325 static ssize_t pread(borrowed_fd fd, void* data, size_t byte_count, off64_t offset) { in pread() 341 bool ReadFullyAtOffset(borrowed_fd fd, void* data, size_t byte_count, off64_t offset) { in ReadFullyAtOffset() 353 bool WriteFully(borrowed_fd fd, const void* data, size_t byte_count) { in WriteFully()
|
/aosp12/art/libartbase/base/unix_file/ |
H A D | fd_file.cc | 70 static ssize_t pread(int fd, void* data, size_t byte_count, off64_t offset) { in pread() 362 int64_t FdFile::Read(char* buf, int64_t byte_count, int64_t offset) const { in Read() 388 int64_t FdFile::Write(const char* buf, int64_t byte_count, int64_t offset) { in Write() 421 static bool ReadFullyGeneric(int fd, void* buffer, size_t byte_count, size_t offset) { in ReadFullyGeneric() 437 bool FdFile::ReadFully(void* buffer, size_t byte_count) { in ReadFully() 441 bool FdFile::PreadFully(void* buffer, size_t byte_count, size_t offset) { in PreadFully() 446 bool FdFile::WriteFullyGeneric(const void* buffer, size_t byte_count, size_t offset) { in WriteFullyGeneric() 465 bool FdFile::PwriteFully(const void* buffer, size_t byte_count, size_t offset) { in PwriteFully() 469 bool FdFile::WriteFully(const void* buffer, size_t byte_count) { in WriteFully()
|
/aosp12/art/runtime/gc/ |
H A D | heap-inl.h | 47 size_t byte_count, in AllocObjectWithAllocator() 285 size_t byte_count, in AllocLargeObject() 434 inline bool Heap::ShouldAllocLargeObject(ObjPtr<mirror::Class> c, size_t byte_count) const { in ShouldAllocLargeObject()
|
/aosp12/system/teeui/libteeui/include/teeui/ |
H A D | utf8range.h | 59 size_t byte_count = byteCount(c); in codePoint() local 110 auto byte_count = byteCount(*pos); in verify() local
|
/aosp12/art/libartbase/base/ |
H A D | mem_map.h | 141 size_t byte_count, in MapAnonymous() 155 size_t byte_count, in MapAnonymous() 180 static MemMap MapFile(size_t byte_count, in MapFile()
|
H A D | hex_dump.h | 32 HexDump(const void* address, size_t byte_count, bool show_actual_addresses, const char* prefix) in HexDump()
|
H A D | hex_dump.cc | 55 size_t byte_count = byte_count_; in Dump() local
|
H A D | mem_map.cc | 185 bool MemMap::CheckMapRequest(uint8_t* expected_ptr, void* actual_ptr, size_t byte_count, in CheckMapRequest() 231 size_t byte_count, in CheckReservation() 306 size_t byte_count, in MapAnonymous() 392 MemMap MemMap::MapPlaceholder(const char* name, uint8_t* addr, size_t byte_count) { in MapPlaceholder() 482 size_t byte_count, in MapFileAtAddress() 780 MemMap MemMap::TakeReservedMemory(size_t byte_count) { in TakeReservedMemory() 787 void MemMap::ReleaseReservedMemory(size_t byte_count) { in ReleaseReservedMemory()
|
/aosp12/art/test/ti-agent/ |
H A D | ti_utf.h | 28 inline size_t CountModifiedUtf8Chars(const char* utf8, size_t byte_count) { in CountModifiedUtf8Chars() 108 size_t byte_count, in ConvertUtf16ToModifiedUtf8()
|
/aosp12/art/libelffile/stream/ |
H A D | file_output_stream.cc | 28 bool FileOutputStream::WriteFully(const void* buffer, size_t byte_count) { in WriteFully()
|
H A D | vector_output_stream.h | 34 bool WriteFully(const void* buffer, size_t byte_count) override { in WriteFully()
|
H A D | buffered_output_stream.cc | 32 bool BufferedOutputStream::WriteFully(const void* buffer, size_t byte_count) { in WriteFully()
|
H A D | error_delaying_output_stream.h | 39 bool WriteFully(const void* buffer, size_t byte_count) override { in WriteFully()
|
/aosp12/art/libprofile/profile/ |
H A D | profile_helpers.h | 29 inline bool WriteBuffer(int fd, const uint8_t* buffer, size_t byte_count) { in WriteBuffer()
|
/aosp12/bionic/libc/bionic/ |
H A D | legacy_32_bit_support.cpp | 64 ssize_t pread(int fd, void* buf, size_t byte_count, off_t offset) { in pread() 69 ssize_t pwrite(int fd, const void* buf, size_t byte_count, off_t offset) { in pwrite()
|
/aosp12/system/bt/gd/btaa/ |
H A D | hci_processor.h | 30 uint16_t byte_count; member
|
H A D | activity_attribution.h | 34 uint32_t byte_count; member
|
/aosp12/art/runtime/native/ |
H A D | java_lang_StringFactory.cc | 34 jint high, jint offset, jint byte_count) { in StringFactory_newStringFromBytes() 93 jint offset, jint byte_count) { in StringFactory_newStringFromUtf8Bytes()
|
/aosp12/bootable/recovery/install/ |
H A D | package.cpp | 176 bool MemoryPackage::ReadFullyAtOffset(uint8_t* buffer, uint64_t byte_count, uint64_t offset) { in ReadFullyAtOffset() 227 bool FilePackage::ReadFullyAtOffset(uint8_t* buffer, uint64_t byte_count, uint64_t offset) { in ReadFullyAtOffset()
|
/aosp12/system/bt/include/hardware/ |
H A D | bt_activity_attribution.h | 45 uint32_t byte_count; member
|
/aosp12/art/runtime/entrypoints/quick/ |
H A D | quick_alloc_entrypoints.cc | 50 size_t byte_count = klass->GetObjectSizeAllocFastPath(); in artAllocObjectFromCode() local
|
/aosp12/art/libdexfile/dex/ |
H A D | utf.cc | 50 size_t CountModifiedUtf8Chars(const char* utf8, size_t byte_count) { in CountModifiedUtf8Chars() 124 void ConvertUtf16ToModifiedUtf8(char* utf8_out, size_t byte_count, in ConvertUtf16ToModifiedUtf8()
|