Home
last modified time | relevance | path

Searched refs:buffer_overruns_total (Results 1 – 5 of 5) sorted by relevance

/system/bt/common/
Dmetrics.cc124 if (metrics.buffer_overruns_total >= 0) { in Update()
125 buffer_overruns_total = in Update()
126 std::max(static_cast<int32_t>(0), buffer_overruns_total); in Update()
127 buffer_overruns_total += metrics.buffer_overruns_total; in Update()
156 buffer_overruns_total == rhs.buffer_overruns_total && in operator ==()
426 pimpl_->a2dp_session_metrics_.buffer_overruns_total); in LogA2dpSession()
Dmetrics.h109 int32_t buffer_overruns_total = -1; variable
Dmetrics_unittest.cc116 session->set_buffer_overruns_total(metrics.buffer_overruns_total); in MakeA2DPSession()
183 EXPECT_EQ((a).buffer_overruns_total, (b).buffer_overruns_total); \
/system/bt/proto/bluetooth/metrics/
Dbluetooth.proto160 optional int32 buffer_overruns_total = 5; field
/system/bt/btif/src/
Dbtif_a2dp_source.cc1288 metrics.buffer_overruns_total = stats.tx_queue_total_dropped_messages; in btif_a2dp_source_update_metrics()