HomeSort by relevance Sort by last modified time
    Searched full:bytes_copied (Results 1 - 3 of 3) sorted by null

  /system/bt/stack/hid/
hidh_conn.c 889 UINT16 bytes_copied; local
943 bytes_copied = 0;
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/
buffer.hpp     [all...]
  /system/core/adb/
file_sync_client.cpp 222 uint64_t bytes_copied = 0; local
246 bytes_copied += bytes_read;
253 ReportProgress(rpath, bytes_copied, total_size);
535 uint64_t bytes_copied = 0; local
576 bytes_copied += msg.data.size;
578 sc.ReportProgress(name != nullptr ? name : rpath, bytes_copied, size);
    [all...]

Completed in 132 milliseconds