Home
last modified time | relevance | path

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

12

/device/linaro/hikey/bluetooth/
Dhci_packetizer.cc53 size_t bytes_read = TEMP_FAILURE_RETRY( in OnDataReady() local
71 size_t bytes_read = TEMP_FAILURE_RETRY(read( in OnDataReady() local
Dh4_protocol.cc60 size_t bytes_read = TEMP_FAILURE_RETRY(read(fd, buffer, 1)); in OnDataReady() local
Dbluetooth_hci.cc71 size_t bytes_read = TEMP_FAILURE_RETRY(read(fd, tmp_buffer, tty_bytes)); in initialize() local
/device/linaro/bootloader/arm-trusted-firmware/drivers/partition/
Dpartition.c46 size_t bytes_read; in load_mbr_header() local
81 size_t bytes_read; in load_gpt_header() local
108 size_t bytes_read; in load_gpt_entry() local
/device/linaro/bootloader/arm-trusted-firmware/drivers/io/
Dio_fip.c125 size_t bytes_read; in fip_dev_init() local
183 size_t bytes_read; in fip_file_open() local
275 size_t bytes_read; in fip_file_read() local
/device/google/cuttlefish/host/commands/console_forwarder/
Dmain.cpp121 auto bytes_read = console_out_->Read(buffer.data(), buffer.size()); in ReadLoop() local
145 auto bytes_read = client_fd->Read(buffer.data(), buffer.size()); in ReadLoop() local
/device/google/cuttlefish/host/commands/tombstone_receiver/
Dmain.cpp77 auto bytes_read = conn->Read(buff, sizeof(buff)); in main() local
/device/google/cuttlefish/host/frontend/adb_connector/
Dmain.cpp63 auto bytes_read = evt_shared_fd->Read(&event, sizeof(event)); in WaitForAdbdToBeStarted() local
/device/google/cuttlefish/host/commands/run_cvd/
Dmain.cc86 auto bytes_read = boot_events_pipe->Read(&evt, sizeof(evt)); in OnBootEvtReceived() local
185 auto bytes_read = read_end->Read(&exit_code, sizeof(exit_code)); in DaemonizeLauncher() local
304 auto bytes_read = cvd::ReadAll(input_fd, &input_files_str); in main() local
Dprocess_monitor.cc130 auto bytes_read = entry->proc->control_socket()->Read(buffer, sizeof(buffer)); in RestartOnExitCb() local
/device/google/cuttlefish/host/commands/assemble_cvd/
Dassemble_cvd.cc69 auto bytes_read = cvd::ReadAll(input_fd, &input_files_str); in main() local
Dboot_image_unpacker.cc61 auto bytes_read = boot_img->Read(&header, sizeof(header)); in FromImages() local
/device/linaro/bootloader/arm-trusted-firmware/common/
Dbl_common.c217 size_t bytes_read; in load_image() local
395 size_t bytes_read; in load_image() local
/device/google/contexthub/util/nanotool/
Dcalibrationfile.cpp52 ssize_t bytes_read = file_->read(file_data.data(), file_size); in Initialize() local
Dcontexthub.cpp157 size_t bytes_read = fread(firmware_data.data(), sizeof(uint8_t), in Flash() local
/device/google/trout/hal/dumpstate/1.1/
DDumpstateDevice.cpp79 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(tempTarFile.fd, buffer.data(), buffer.size())); in tryDumpDirAsTar() local
/device/google/wahoo/dumpstate/
DDumpstateDevice.cpp191 … ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fdLog, buffer.data(), buffer.size())); in dumpModem() local
/device/google/bonito/dumpstate/
DDumpstateDevice.cpp220 … ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fdLog, buffer.data(), buffer.size())); in dumpModemThread() local
/device/google/sunfish/dumpstate/
DDumpstateDevice.cpp232 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fdLog, buffer.data(), buffer.size())); in dumpModemThread() local
/device/google/coral/dumpstate/
DDumpstateDevice.cpp226 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fdLog, buffer.data(), buffer.size())); in dumpModemThread() local
/device/google/crosshatch/dumpstate/
DDumpstateDevice.cpp221 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fdLog, buffer.data(), buffer.size())); in dumpModemThread() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dzipimport.c840 Py_ssize_t bytes_read = 0; in get_data() local
Dbz2module.c259 int bytes_read; in Util_GetLine() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dzipimport.c853 Py_ssize_t bytes_read = 0; in get_data() local
Dpyexpat.c975 int bytes_read; in xmlparse_ParseFile() local

12