Home
last modified time | relevance | path

Searched defs:bytes_read (Results 1 – 18 of 18) 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/google/cuttlefish/host/commands/console_forwarder/
Dmain.cpp182 auto bytes_read = console_out_->Read(buf_ptr->data(), buf_ptr->size()); in ReadLoop() local
197 auto bytes_read = client_fd->Read(buf_ptr->data(), buf_ptr->size()); in ReadLoop() local
/device/google/cuttlefish/host/commands/run_cvd/
Dmain.cc88 auto bytes_read = boot_events_pipe->Read(&evt, sizeof(evt)); in OnBootEvtReceived() local
187 auto bytes_read = read_end->Read(&exit_code, sizeof(exit_code)); in DaemonizeLauncher() local
411 auto bytes_read = cuttlefish::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/tombstone_receiver/
Dmain.cpp78 auto bytes_read = conn->Read(buff, sizeof(buff)); in main() local
/device/google/cuttlefish/host/commands/assemble_cvd/
Dassemble_cvd.cc67 auto bytes_read = cuttlefish::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/google/cuttlefish/host/frontend/adb_connector/
Dmain.cpp64 auto bytes_read = evt_shared_fd->Read(&event, sizeof(event)); in WaitForAdbdToBeStarted() 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/cuttlefish/host/commands/modem_simulator/
Dchannel_monitor.cpp109 auto bytes_read = client.client_fd->Read(buffer.data(), buffer.size()); in ReadCommand() 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.cpp211 … ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fdLog, buffer.data(), buffer.size())); in dumpModemThread() 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/coral/dumpstate/
DDumpstateDevice.cpp216 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fdLog, buffer.data(), buffer.size())); in dumpModem() local
/device/google/cuttlefish/host/commands/modem_simulator/unittest/
Dservice_test.cpp107 auto bytes_read = ril_side_->client_fd->Read(buffer.data(), buffer.size()); in ReadCommandResponse() local