Searched refs:buffer_overruns_total (Results 1 – 5 of 5) sorted by relevance
124 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()
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); \
160 optional int32 buffer_overruns_total = 5; field
1288 metrics.buffer_overruns_total = stats.tx_queue_total_dropped_messages; in btif_a2dp_source_update_metrics()