Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/1.0/vts/functional/
DVtsHalBluetoothV1_0TargetTest.cpp154 if (total_bytes_ == 0) return; in ~ThroughputLogger()
159 double rate_kb = (static_cast<double>(total_bytes_) / s) / 1024; in ~ThroughputLogger()
161 total_bytes_, s); in ~ThroughputLogger()
164 void setTotalBytes(size_t total_bytes) { total_bytes_ = total_bytes; } in setTotalBytes()
167 size_t total_bytes_; member in ThroughputLogger
/hardware/interfaces/bluetooth/1.1/vts/functional/
DVtsHalBluetoothV1_1TargetTest.cpp155 if (total_bytes_ == 0) return; in ~ThroughputLogger()
160 double rate_kb = (static_cast<double>(total_bytes_) / s) / 1024; in ~ThroughputLogger()
162 total_bytes_, s); in ~ThroughputLogger()
165 void setTotalBytes(size_t total_bytes) { total_bytes_ = total_bytes; } in setTotalBytes()
168 size_t total_bytes_; member in ThroughputLogger
/hardware/interfaces/bluetooth/aidl/vts/
DVtsHalBluetoothTargetTest.cpp128 : total_bytes_(0), in ThroughputLogger()
133 if (total_bytes_ == 0) { in ~ThroughputLogger()
142 double rate_kb = (static_cast<double>(total_bytes_) / s) / 1024; in ~ThroughputLogger()
144 total_bytes_, s); in ~ThroughputLogger()
147 void setTotalBytes(size_t total_bytes) { total_bytes_ = total_bytes; } in setTotalBytes()
150 size_t total_bytes_; member in ThroughputLogger