/aosp12/frameworks/native/cmds/bugreportz/ |
H A D | bugreportz.cpp | 48 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 D | hci_packetizer.cc | 64 ssize_t bytes_read = TEMP_FAILURE_RETRY( in OnDataReady() local 91 ssize_t bytes_read = TEMP_FAILURE_RETRY(read( in OnDataReady() local
|
H A D | h4_protocol.cc | 75 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fd, buffer, 1)); in OnDataReady() local
|
H A D | bluetooth_address.cc | 56 int bytes_read = read(addr_fd, address, kStringLength); in get_local_address() local
|
/aosp12/system/bt/vendor_libs/linux/interface/ |
H A D | hci_packetizer.cc | 58 size_t bytes_read = TEMP_FAILURE_RETRY( in OnDataReady() local 76 size_t bytes_read = TEMP_FAILURE_RETRY(read( in OnDataReady() local
|
H A D | h4_protocol.cc | 100 size_t bytes_read = TEMP_FAILURE_RETRY(read(fd, tpkt.data(), max_plen)); in OnDataReady() local
|
/aosp12/art/libprofile/profile/ |
H A D | profile_boot_info.cc | 66 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 D | cow_size_estimator.cc | 43 ssize_t bytes_read = 0; in PerformReplaceOp() local 83 ssize_t bytes_read = 0; in WriteAllCowOps() local
|
H A D | block_mapping.cc | 50 ssize_t bytes_read = 0; in AddDiskBlock() local 122 ssize_t bytes_read = 0; in CompareData() local
|
H A D | blob_file_writer_unittest.cc | 45 ssize_t bytes_read; in TEST() local
|
/aosp12/system/update_engine/payload_consumer/ |
H A D | mount_history.cc | 38 ssize_t bytes_read; in LogMountHistory() local
|
H A D | filesystem_verifier_action.cc | 234 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 D | verity_writer_android.cc | 180 ssize_t bytes_read = 0; in EncodeFEC() local 204 ssize_t bytes_read = 0; in EncodeFEC() local
|
H A D | extent_reader.cc | 69 uint64_t bytes_read = 0; in Read() local
|
H A D | vabc_partition_writer.cc | 114 ssize_t bytes_read = 0; in WriteAllCowOps() local
|
/aosp12/system/core/fs_mgr/libsnapshot/ |
H A D | snapshot_writer_test.cpp | 57 const auto bytes_read = cow_reader->Read(read_back.data(), read_back.size()); in TEST_F() local
|
/aosp12/art/libartbase/base/ |
H A D | zip_archive_test.cc | 58 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fd, buf, kBufSize)); in TEST_F() local
|
/aosp12/bionic/libc/bionic/ |
H A D | bionic_netlink.cpp | 78 ssize_t bytes_read; in ReadResponses() local
|
/aosp12/system/update_engine/common/ |
H A D | file_fetcher.cc | 142 void FileFetcher::OnReadDoneCallback(size_t bytes_read) { in OnReadDoneCallback()
|
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/devices/ |
H A D | h4_packetizer.cc | 61 ssize_t bytes_read; in OnDataReady() local
|
H A D | h4_parser.cc | 104 bool H4Parser::Consume(uint8_t* buffer, int32_t bytes_read) { in Consume()
|
/aosp12/packages/services/Car/cpp/bugreport/ |
H A D | main.cpp | 144 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 D | alarm.cc | 76 auto bytes_read = read(fd_, ×_invoked, sizeof(uint64_t)); in on_fire() local
|
H A D | repeating_alarm.cc | 76 auto bytes_read = read(fd_, ×_invoked, sizeof(uint64_t)); in on_fire() local
|
/aosp12/hardware/knowles/athletico/sound_trigger_hal/tests/ |
H A D | crash_event_logger.c | 242 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
|