Home
last modified time | relevance | path

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

/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DEventLogTags.logtags5 120000 dsu_progress_update (partition_name|3),(installed_bytes|2|5),(total_bytes|2|5),(partition_nu…
/frameworks/native/libs/vr/libpdx_default_transport/
Dpdx_benchmarks.cpp581 std::atomic<uint64_t> total_bytes(0); in ClientCommand() local
816 total_bytes += bytes_sent; in ClientCommand()
962 << " threads:\n\t " << total_bytes << " bytes in " << average_time_s in ClientCommand()
964 << (total_bytes / 1024.0 / average_time_s) << " K/s; " in ClientCommand()
/frameworks/proto_logging/stats/
Datoms.proto8759 optional int64 total_bytes = 3; field