Searched refs:bytes_received (Results 1 – 10 of 10) sorted by relevance
/system/bt/vendor_libs/test_vendor_lib/model/devices/ |
D | link_layer_socket_device.cc | 39 size_t bytes_received = socket_.TryReceive(Link::kSizeBytes, received_->data()); in TimerTick() local 40 if (bytes_received == 0) { in TimerTick() 43 CHECK(bytes_received == Link::kSizeBytes) << "bytes_received == " << bytes_received; in TimerTick() 49 size_t bytes_received = socket_.TryReceive(bytes_left_, received_->data() + offset_); in TimerTick() local 50 if (bytes_received == 0) { in TimerTick() 53 bytes_left_ -= bytes_received; in TimerTick() 54 offset_ += bytes_received; in TimerTick()
|
/system/update_engine/payload_consumer/ |
D | mock_download_action.h | 33 uint64_t bytes_received,
|
D | download_action.h | 51 uint64_t bytes_received,
|
/system/nfc/src/nfc/tags/ |
D | rw_main.cc | 130 rw_cb.stats.bytes_received += num_bytes; in rw_main_update_rx_stats() 155 rw_cb.stats.num_crc, rw_cb.stats.bytes_received); in rw_main_log_stats()
|
/system/update_engine/ |
D | update_attempter_android.h | 85 uint64_t bytes_received,
|
D | update_attempter_android.cc | 520 uint64_t bytes_received, in BytesReceived() argument 524 progress = static_cast<double>(bytes_received) / static_cast<double>(total); in BytesReceived() 525 if (status_ != UpdateStatus::DOWNLOADING || bytes_received == total) { in BytesReceived()
|
D | update_attempter.h | 163 uint64_t bytes_received,
|
D | update_attempter.cc | 1224 uint64_t bytes_received, in BytesReceived() argument 1232 progress = static_cast<double>(bytes_received) / static_cast<double>(total); in BytesReceived() 1233 if (status_ != UpdateStatus::DOWNLOADING || bytes_received == total) { in BytesReceived()
|
D | update_attempter_unittest.cc | 298 uint64_t bytes_received = 2 * 1024 * 1024; // 2MB in TEST_F() local 311 attempter_.BytesReceived(bytes_progressed, bytes_received, bytes_total); in TEST_F() 320 uint64_t bytes_received = 5 * 1024 * 1024; // ignored in TEST_F() local 332 attempter_.BytesReceived(bytes_progressed, bytes_received, bytes_total); in TEST_F()
|
/system/nfc/src/nfc/include/ |
D | rw_int.h | 599 uint32_t bytes_received; /* Total bytes received since activation */ member
|