Home
last modified time | relevance | path

Searched defs:bytes_read (Results 1 – 25 of 134) sorted by relevance

123456

/aosp12/frameworks/native/cmds/bugreportz/
H A Dbugreportz.cpp48 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(s, buffer, sizeof(buffer))); in bugreportz() local
78 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(s, buffer, sizeof(buffer))); in bugreportz_stream() local
/aosp12/hardware/interfaces/bluetooth/1.0/default/
H A Dhci_packetizer.cc64 ssize_t bytes_read = TEMP_FAILURE_RETRY( in OnDataReady() local
91 ssize_t bytes_read = TEMP_FAILURE_RETRY(read( in OnDataReady() local
H A Dh4_protocol.cc75 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fd, buffer, 1)); in OnDataReady() local
H A Dbluetooth_address.cc56 int bytes_read = read(addr_fd, address, kStringLength); in get_local_address() local
/aosp12/system/bt/vendor_libs/linux/interface/
H A Dhci_packetizer.cc58 size_t bytes_read = TEMP_FAILURE_RETRY( in OnDataReady() local
76 size_t bytes_read = TEMP_FAILURE_RETRY(read( in OnDataReady() local
H A Dh4_protocol.cc100 size_t bytes_read = TEMP_FAILURE_RETRY(read(fd, tpkt.data(), max_plen)); in OnDataReady() local
/aosp12/art/libprofile/profile/
H A Dprofile_boot_info.cc66 int bytes_read = TEMP_FAILURE_RETRY(read(fd, &string_length, sizeof(uint8_t))); in Load() local
111 int bytes_read = TEMP_FAILURE_RETRY(read(fd, &dex_file_index, sizeof(dex_file_index))); in Load() local
/aosp12/system/update_engine/payload_generator/
H A Dcow_size_estimator.cc43 ssize_t bytes_read = 0; in PerformReplaceOp() local
83 ssize_t bytes_read = 0; in WriteAllCowOps() local
H A Dblock_mapping.cc50 ssize_t bytes_read = 0; in AddDiskBlock() local
122 ssize_t bytes_read = 0; in CompareData() local
H A Dblob_file_writer_unittest.cc45 ssize_t bytes_read; in TEST() local
/aosp12/system/update_engine/payload_consumer/
H A Dmount_history.cc38 ssize_t bytes_read; in LogMountHistory() local
H A Dfilesystem_verifier_action.cc234 const auto bytes_read = fd->Read(buffer, read_size); in WriteVerityAndHashPartition() local
280 const auto bytes_read = fd->Read(buffer, read_size); in HashPartition() local
H A Dverity_writer_android.cc180 ssize_t bytes_read = 0; in EncodeFEC() local
204 ssize_t bytes_read = 0; in EncodeFEC() local
H A Dextent_reader.cc69 uint64_t bytes_read = 0; in Read() local
H A Dvabc_partition_writer.cc114 ssize_t bytes_read = 0; in WriteAllCowOps() local
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_writer_test.cpp57 const auto bytes_read = cow_reader->Read(read_back.data(), read_back.size()); in TEST_F() local
/aosp12/art/libartbase/base/
H A Dzip_archive_test.cc58 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fd, buf, kBufSize)); in TEST_F() local
/aosp12/bionic/libc/bionic/
H A Dbionic_netlink.cpp78 ssize_t bytes_read; in ReadResponses() local
/aosp12/system/update_engine/common/
H A Dfile_fetcher.cc142 void FileFetcher::OnReadDoneCallback(size_t bytes_read) { in OnReadDoneCallback()
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/devices/
H A Dh4_packetizer.cc61 ssize_t bytes_read; in OnDataReady() local
H A Dh4_parser.cc104 bool H4Parser::Consume(uint8_t* buffer, int32_t bytes_read) { in Consume()
/aosp12/packages/services/Car/cpp/bugreport/
H A Dmain.cpp144 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fd, buffer, sizeof(buffer))); in zipFilesToFd() local
178 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fd_in, buffer, buffer_len)); in copyTo() local
248 ssize_t bytes_read = copyTo(s, progress_socket, buffer, sizeof(buffer)); in doBugreport() local
/aosp12/system/bt/gd/os/linux_generic/
H A Dalarm.cc76 auto bytes_read = read(fd_, &times_invoked, sizeof(uint64_t)); in on_fire() local
H A Drepeating_alarm.cc76 auto bytes_read = read(fd_, &times_invoked, sizeof(uint64_t)); in on_fire() local
/aosp12/hardware/knowles/athletico/sound_trigger_hal/tests/
H A Dcrash_event_logger.c242 int bytes_read = 0; in dump_crash_log() local
308 int bytes_read = 0; in dump_reg_access_hist_log() local
464 int bytes_read = 0; in ssr_copy_log() local

123456