Home
last modified time | relevance | path

Searched defs:bytes_read (Results 1 – 25 of 27) 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/google/cuttlefish/common/libs/fs/
Dshared_fd_stream.cpp45 ssize_t bytes_read = ReadExact(shared_fd_, in underflow() local
61 std::streamsize bytes_read = 0; in xsgetn() local
/device/google/cuttlefish/host/commands/console_forwarder/
Dmain.cpp170 auto bytes_read = console_out_->Read(buf_ptr->data(), buf_ptr->size()); in ReadLoop() local
182 auto bytes_read = client_fd->Read(buf_ptr->data(), buf_ptr->size()); in ReadLoop() local
/device/google/cuttlefish/host/commands/run_cvd/
Dmain.cc89 auto bytes_read = read_end->Read(&exit_code, sizeof(exit_code)); in DaemonizeLauncher() local
189 auto bytes_read = ReadAll(input_fd, &input_files_str); in RunCvdMain() 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/kernel_log_monitor/
Dutils.cc27 ssize_t bytes_read = cuttlefish::ReadExactBinary(fd, &length); in ReadEvent() local
/device/generic/vulkan-cereal/third-party/perfetto/src/base/
Dfile_utils.cc49 ssize_t bytes_read; in ReadFileDescriptor() 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/gnss_grpc_proxy/
Dgnss_grpc_proxy.cpp147 auto bytes_read = gnss_out_->Read(buffer.data(), buffer.size()); in ReadLoop() local
/device/google/cuttlefish/host/commands/assemble_cvd/
Dassemble_cvd.cc240 auto bytes_read = ReadAll(input_fd, &input_files_str); in AssembleCvdMain() local
/device/google/cuttlefish/host/commands/modem_simulator/
Dchannel_monitor.cpp112 auto bytes_read = client.client_fd->Read(buffer.data(), buffer.size()); in ReadCommand() 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/barbet/dumpstate/
DDumpstateDevice.cpp360 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fdLog, buffer.data(), buffer.size())); in dumpModemThread() local
/device/google/coral/dumpstate/
DDumpstateDevice.cpp353 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fdLog, buffer.data(), buffer.size())); in dumpModemThread() local
/device/google/sunfish/dumpstate/
DDumpstateDevice.cpp359 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fdLog, buffer.data(), buffer.size())); in dumpModemThread() local
/device/google/bramble/dumpstate/
DDumpstateDevice.cpp364 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fdLog, buffer.data(), buffer.size())); in dumpModemThread() local
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dtrace_stats.pbzero.h108 uint64_t bytes_read() const { return at<14>().as_uint64(); } in bytes_read() function
/device/google/bonito/dumpstate/
DDumpstateDevice.cpp349 … ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fdLog, buffer.data(), buffer.size())); in dumpModemThread() local
/device/google/redfin/dumpstate/
DDumpstateDevice.cpp358 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fdLog, buffer.data(), buffer.size())); in dumpModemThread() local
/device/google/crosshatch/dumpstate/
DDumpstateDevice.cpp350 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fdLog, buffer.data(), buffer.size())); in dumpModemThread() 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
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/proto/
Dperfetto_trace.proto1575 optional uint64 bytes_read = 14; field
4973 optional uint64 bytes_read = 5; field

12