Searched refs:buffer_overruns_total (Results 1 – 5 of 5) sorted by relevance
125 if (metrics.buffer_overruns_total >= 0) { in Update()126 buffer_overruns_total = in Update()127 std::max(static_cast<int32_t>(0), buffer_overruns_total); in Update()128 buffer_overruns_total += metrics.buffer_overruns_total; in Update()157 buffer_overruns_total == rhs.buffer_overruns_total && in operator ==()427 pimpl_->a2dp_session_metrics_.buffer_overruns_total); in LogA2dpSession()
109 int32_t buffer_overruns_total = -1; variable
116 session->set_buffer_overruns_total(metrics.buffer_overruns_total); in MakeA2DPSession()183 EXPECT_EQ((a).buffer_overruns_total, (b).buffer_overruns_total); \
158 optional int32 buffer_overruns_total = 5; field
1309 metrics.buffer_overruns_total = stats.tx_queue_total_dropped_messages; in btif_a2dp_source_update_metrics()