Home
last modified time | relevance | path

Searched defs:byte_count (Results 1 – 25 of 85) sorted by relevance

1234

/aosp12/system/bt/gd/btaa/linux_generic/
H A Dhci_processor.cc35 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 Dlinker_memory.cpp71 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 Dabi_compatibility.cpp52 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 Dfile.cpp310 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 Dfd_file.cc70 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 Dheap-inl.h47 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 Dutf8range.h59 size_t byte_count = byteCount(c); in codePoint() local
110 auto byte_count = byteCount(*pos); in verify() local
/aosp12/art/libartbase/base/
H A Dmem_map.h141 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 Dhex_dump.h32 HexDump(const void* address, size_t byte_count, bool show_actual_addresses, const char* prefix) in HexDump()
H A Dhex_dump.cc55 size_t byte_count = byte_count_; in Dump() local
H A Dmem_map.cc185 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 Dti_utf.h28 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 Dfile_output_stream.cc28 bool FileOutputStream::WriteFully(const void* buffer, size_t byte_count) { in WriteFully()
H A Dvector_output_stream.h34 bool WriteFully(const void* buffer, size_t byte_count) override { in WriteFully()
H A Dbuffered_output_stream.cc32 bool BufferedOutputStream::WriteFully(const void* buffer, size_t byte_count) { in WriteFully()
H A Derror_delaying_output_stream.h39 bool WriteFully(const void* buffer, size_t byte_count) override { in WriteFully()
/aosp12/art/libprofile/profile/
H A Dprofile_helpers.h29 inline bool WriteBuffer(int fd, const uint8_t* buffer, size_t byte_count) { in WriteBuffer()
/aosp12/bionic/libc/bionic/
H A Dlegacy_32_bit_support.cpp64 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 Dhci_processor.h30 uint16_t byte_count; member
H A Dactivity_attribution.h34 uint32_t byte_count; member
/aosp12/art/runtime/native/
H A Djava_lang_StringFactory.cc34 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 Dpackage.cpp176 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 Dbt_activity_attribution.h45 uint32_t byte_count; member
/aosp12/art/runtime/entrypoints/quick/
H A Dquick_alloc_entrypoints.cc50 size_t byte_count = klass->GetObjectSizeAllocFastPath(); in artAllocObjectFromCode() local
/aosp12/art/libdexfile/dex/
H A Dutf.cc50 size_t CountModifiedUtf8Chars(const char* utf8, size_t byte_count) { in CountModifiedUtf8Chars()
124 void ConvertUtf16ToModifiedUtf8(char* utf8_out, size_t byte_count, in ConvertUtf16ToModifiedUtf8()

1234