Home
last modified time | relevance | path

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

/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_common/host/frontend/adb_connector/
Dmain.cpp64 auto bytes_read = evt_shared_fd->Read(&event, sizeof(event)); in WaitForAdbdToBeStarted() local
/device/google/cuttlefish_common/host/commands/launch/
Dboot_image_unpacker.cc60 auto bytes_read = boot_img->Read(&header, sizeof(header)); in FromImage() local
Dmain.cc88 auto bytes_read = boot_events_pipe->Read(&evt, sizeof(evt)); in OnBootEvtReceived() local
233 auto bytes_read = read_end->Read(&exit_code, sizeof(exit_code)); in DaemonizeLauncher() local
Dprocess_monitor.cc94 auto bytes_read = entry->proc->control_socket()->Read(buffer, sizeof(buffer)); in RestartOnExitCb() 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/marlin/dumpstate/
DDumpstateDevice.cpp92 … ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fdLog, buffer.data(), buffer.size())); in dumpModem() local
/device/google/wahoo/dumpstate/
DDumpstateDevice.cpp190 … ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fdLog, buffer.data(), buffer.size())); in dumpModem() local
/device/google/bonito/dumpstate/
DDumpstateDevice.cpp216 … ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fdLog, buffer.data(), buffer.size())); in dumpModem() local
/device/google/crosshatch/dumpstate/
DDumpstateDevice.cpp206 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fdLog, buffer.data(), buffer.size())); in dumpModem() local
/device/google/marlin/camera/usbcamcore/src/
DQCameraMjpegDecode.cpp622 int bytes_to_read, bytes_read, rc; in decoder_input_req_handler() local
/device/google/marlin/dataservices/rmnetctl/src/
Dlibrmnetctl.c111 ssize_t bytes_read = -1; in rmnetctl_transact() 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
Dpyexpat.c975 int bytes_read; in xmlparse_ParseFile() 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