Home
last modified time | relevance | path

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

/system/core/adb/client/
Dfile_sync_client.cpp165 static constexpr auto kProgressReportInterval = 100ms; in ReportProgress() local
168 if (now < last_progress_time + kProgressReportInterval) { in ReportProgress()