/device/linaro/hikey/bluetooth/ |
D | hci_packetizer.cc | 53 size_t bytes_read = TEMP_FAILURE_RETRY( in OnDataReady() local 71 size_t bytes_read = TEMP_FAILURE_RETRY(read( in OnDataReady() local
|
D | h4_protocol.cc | 60 size_t bytes_read = TEMP_FAILURE_RETRY(read(fd, buffer, 1)); in OnDataReady() local
|
D | bluetooth_hci.cc | 71 size_t bytes_read = TEMP_FAILURE_RETRY(read(fd, tmp_buffer, tty_bytes)); in initialize() local
|
/device/google/cuttlefish/host/commands/console_forwarder/ |
D | main.cpp | 182 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/ |
D | main.cc | 88 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
|
D | process_monitor.cc | 130 auto bytes_read = entry->proc->control_socket()->Read(buffer, sizeof(buffer)); in RestartOnExitCb() local
|
/device/google/cuttlefish/host/commands/tombstone_receiver/ |
D | main.cpp | 78 auto bytes_read = conn->Read(buff, sizeof(buff)); in main() local
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | assemble_cvd.cc | 67 auto bytes_read = cuttlefish::ReadAll(input_fd, &input_files_str); in main() local
|
D | boot_image_unpacker.cc | 61 auto bytes_read = boot_img->Read(&header, sizeof(header)); in FromImages() local
|
/device/google/cuttlefish/host/frontend/adb_connector/ |
D | main.cpp | 64 auto bytes_read = evt_shared_fd->Read(&event, sizeof(event)); in WaitForAdbdToBeStarted() local
|
/device/google/contexthub/util/nanotool/ |
D | calibrationfile.cpp | 52 ssize_t bytes_read = file_->read(file_data.data(), file_size); in Initialize() local
|
D | contexthub.cpp | 157 size_t bytes_read = fread(firmware_data.data(), sizeof(uint8_t), in Flash() local
|
/device/google/cuttlefish/host/commands/modem_simulator/ |
D | channel_monitor.cpp | 109 auto bytes_read = client.client_fd->Read(buffer.data(), buffer.size()); in ReadCommand() local
|
/device/google/wahoo/dumpstate/ |
D | DumpstateDevice.cpp | 190 … ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fdLog, buffer.data(), buffer.size())); in dumpModem() local
|
/device/google/bonito/dumpstate/ |
D | DumpstateDevice.cpp | 211 … ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fdLog, buffer.data(), buffer.size())); in dumpModemThread() local
|
/device/google/crosshatch/dumpstate/ |
D | DumpstateDevice.cpp | 206 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fdLog, buffer.data(), buffer.size())); in dumpModem() local
|
/device/google/coral/dumpstate/ |
D | DumpstateDevice.cpp | 216 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fdLog, buffer.data(), buffer.size())); in dumpModem() local
|
/device/google/cuttlefish/host/commands/modem_simulator/unittest/ |
D | service_test.cpp | 107 auto bytes_read = ril_side_->client_fd->Read(buffer.data(), buffer.size()); in ReadCommandResponse() local
|