Home
last modified time | relevance | path

Searched refs:bytes_expected (Results 1 – 1 of 1) sorted by relevance

/system/core/adb/client/
Dfile_sync_client.cpp110 uint64_t bytes_expected; member
131 bytes_expected = 0; in Reset()
152 if (bytes_expected != 0 && bytes_transferred <= bytes_expected) { in ReportProgress()
153 int overall_percentage = static_cast<int>(bytes_transferred * 100 / bytes_expected); in ReportProgress()
559 current_ledger_.bytes_expected = 0; in ComputeExpectedTotalBytes()
563 if (!ci.skip) current_ledger_.bytes_expected += ci.size; in ComputeExpectedTotalBytes()
569 current_ledger_.bytes_expected = expected_total_bytes; in SetExpectedTotalBytes()