Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/1.0/vts/functional/
DVtsHalBluetoothV1_0TargetTest.cpp123 if (total_bytes_ == 0) return; in ~ThroughputLogger()
128 double rate_kb = (static_cast<double>(total_bytes_) / s) / 1024; in ~ThroughputLogger()
130 total_bytes_, s); in ~ThroughputLogger()
133 void setTotalBytes(size_t total_bytes) { total_bytes_ = total_bytes; } in setTotalBytes()
136 size_t total_bytes_; member in ThroughputLogger
/hardware/interfaces/bluetooth/1.1/vts/functional/
DVtsHalBluetoothV1_1TargetTest.cpp124 if (total_bytes_ == 0) return; in ~ThroughputLogger()
129 double rate_kb = (static_cast<double>(total_bytes_) / s) / 1024; in ~ThroughputLogger()
131 total_bytes_, s); in ~ThroughputLogger()
134 void setTotalBytes(size_t total_bytes) { total_bytes_ = total_bytes; } in setTotalBytes()
137 size_t total_bytes_; member in ThroughputLogger