HomeSort by relevance Sort by last modified time
    Searched refs:ReportProgress (Results 1 - 5 of 5) sorted by null

  /system/update_engine/payload_consumer/
postinstall_runner_action.h 84 void ReportProgress(double frac);
postinstall_runner_action.cc 79 ReportProgress(0);
257 ReportProgress(frac);
264 void PostinstallRunnerAction::ReportProgress(double frac) {
331 ReportProgress(0);
  /system/core/adb/
file_sync_client.cpp 145 void ReportProgress(LinePrinter& lp, const std::string& file, uint64_t file_copied_bytes,
266 void ReportProgress(const std::string& file, uint64_t file_copied_bytes,
268 current_ledger_.ReportProgress(line_printer_, file, file_copied_bytes, file_total_bytes);
414 ReportProgress(rpath, data_length, data_length);
464 ReportProgress(rpath, bytes_copied, total_size);
786 sc.ReportProgress(name != nullptr ? name : rpath, bytes_copied, expected_size);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msrdc.h 296 STDMETHOD_(HRESULT,ReportProgress)(THIS_ DWORD percentCompleted) PURE;
304 #define ISimilarityReportProgress_ReportProgress(This,percentCompleted) (This)->lpVtbl->ReportProgress(This,percentCompleted)
329 STDMETHOD_(HRESULT,CopyAndSwap)(THIS_ ISimilarityReportProgress *reportProgress) PURE;
343 #define ISimilarity_CopyAndSwap(This,reportProgress) (This)->lpVtbl->CopyAndSwap(This,reportProgress)
urlmon.h     [all...]

Completed in 524 milliseconds