Home
last modified time | relevance | path

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

123

/system/bt/vendor_libs/test_vendor_lib/model/devices/
Dh4_packetizer.cc100 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fd, buffer, 1)); in OnDataReady() local
133 …ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fd, preamble_ + bytes_read_, preamble_bytes - bytes_r… in OnDataReady() local
167 ssize_t bytes_read = in OnDataReady() local
Dhci_packetizer.cc69 ssize_t bytes_read = TEMP_FAILURE_RETRY( in OnDataReady() local
103 ssize_t bytes_read = TEMP_FAILURE_RETRY( in OnDataReady() local
Dh4_protocol.cc79 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fd, buffer, 1)); in OnDataReady() local
/system/bt/vendor_libs/linux/interface/
Dhci_packetizer.cc58 size_t bytes_read = TEMP_FAILURE_RETRY( in OnDataReady() local
76 size_t bytes_read = TEMP_FAILURE_RETRY(read( in OnDataReady() local
Dh4_protocol.cc97 size_t bytes_read = TEMP_FAILURE_RETRY(read(fd, tpkt.data(), max_plen)); in OnDataReady() local
/system/update_engine/payload_consumer/
Dmount_history.cc38 ssize_t bytes_read; in LogMountHistory() local
Dverity_writer_android.cc156 ssize_t bytes_read = 0; in EncodeFEC() local
180 ssize_t bytes_read = 0; in EncodeFEC() local
Dextent_reader.cc69 uint64_t bytes_read = 0; in Read() local
Dfilesystem_verifier_action.cc185 void FilesystemVerifierAction::OnReadDoneCallback(size_t bytes_read) { in OnReadDoneCallback()
Dpostinstall_runner_action.cc227 size_t bytes_read; in OnProgressFdReady() local
/system/update_engine/payload_generator/
Dblob_file_writer_unittest.cc48 ssize_t bytes_read; in TEST() local
Dblock_mapping.cc50 ssize_t bytes_read = 0; in AddDiskBlock() local
122 ssize_t bytes_read = 0; in CompareData() local
Dfull_update_generator.cc97 ssize_t bytes_read = -1; in ProcessChunk() local
/system/update_engine/common/
Dfile_fetcher.cc133 void FileFetcher::OnReadDoneCallback(size_t bytes_read) { in OnReadDoneCallback()
/system/bt/gd/os/linux_generic/
Dalarm.cc75 auto bytes_read = read(fd_, &times_invoked, sizeof(uint64_t)); in on_fire() local
Drepeating_alarm.cc75 auto bytes_read = read(fd_, &times_invoked, sizeof(uint64_t)); in on_fire() local
/system/bt/vendor_libs/test_vendor_lib/model/setup/
Dtest_channel_transport.cc95 int bytes_read = read(fd, &command_name_size, 1); in OnCommandReady() local
/system/core/fastboot/device/
Dfastboot_device.cpp128 auto bytes_read = transport_->Read(command, FB_RESPONSE_SZ); in ExecuteCommands() local
/system/nvram/hal/
Dfake_nvram.cpp117 ssize_t bytes_read = in ProcessCommand() local
/system/bt/btif/src/
Dbtif_a2dp_control.cc429 void btif_a2dp_control_log_bytes_read(uint32_t bytes_read) { in btif_a2dp_control_log_bytes_read()
/system/core/fastboot/
Dtcp.cpp146 ssize_t bytes_read = socket_->ReceiveAll(data, length, 0); in Read() local
/system/bt/audio_hal_interface/
Dhearing_aid_software_encoding.cc114 void LogBytesRead(size_t bytes_read) override { in LogBytesRead()
/system/apex/apexd/
Dapex_shim.cpp66 int bytes_read = apex.gcount(); in CalculateSha512() local
/system/extras/ioshark/
Dioshark_bench.h63 u_int64_t bytes_read; member
/system/extras/tests/directiotest/
Ddirectiotest.c74 size_t bytes_read = 0; in do_read() local

123