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

  /external/parameter-framework/asio-1.10.6/include/asio/
buffer.hpp     [all...]
  /system/bt/stack/hid/
hidh_conn.cc 870 uint16_t bytes_copied; local
920 bytes_copied = 0;
928 bytes_copied = p_hcon->rem_mtu_size - 1;
934 bytes_copied = buf->len;
    [all...]
  /system/core/adb/
file_sync_client.cpp 433 uint64_t bytes_copied = 0; local
457 bytes_copied += bytes_read;
464 ReportProgress(rpath, bytes_copied, total_size);
744 uint64_t bytes_copied = 0; local
783 bytes_copied += msg.data.size;
786 sc.ReportProgress(name != nullptr ? name : rpath, bytes_copied, expected_size);
    [all...]

Completed in 521 milliseconds