Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/os/chromeos/
Dmetrics.cc199 int buffer_overruns_total, in LogMetricA2dpSessionMetricsEvent() argument
221 buffer_overruns_total, in LogMetricA2dpSessionMetricsEvent()
236 .SetBufferOverrunsTotal(buffer_overruns_total) in LogMetricA2dpSessionMetricsEvent()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_metrics_logging.cc54 int buffer_overruns_total, float buffer_underruns_average, in log_a2dp_session_metrics_event() argument
59 buffer_overruns_total, buffer_underruns_average, buffer_underruns_count, in log_a2dp_session_metrics_event()
Dbtif_a2dp_source.cc1342 metrics.buffer_overruns_total = stats.tx_queue_total_dropped_messages; in btif_a2dp_source_update_metrics()
1358 metrics.buffer_overruns_max_count, metrics.buffer_overruns_total, in btif_a2dp_source_update_metrics()
/packages/modules/Bluetooth/system/common/
Dmetrics.cc148 if (metrics.buffer_overruns_total >= 0) { in Update()
149 buffer_overruns_total = in Update()
150 std::max(static_cast<int32_t>(0), buffer_overruns_total); in Update()
151 buffer_overruns_total += metrics.buffer_overruns_total; in Update()
180 buffer_overruns_total == rhs.buffer_overruns_total && in operator ==()
450 pimpl_->a2dp_session_metrics_.buffer_overruns_total); in LogA2dpSession()
Dmetrics.h116 int32_t buffer_overruns_total = -1; variable
Dmetrics_unittest.cc115 session->set_buffer_overruns_total(metrics.buffer_overruns_total); in MakeA2DPSession()
182 EXPECT_EQ((a).buffer_overruns_total, (b).buffer_overruns_total); \
/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_metrics_api.h129 int buffer_overruns_max_count, int buffer_overruns_total,
144 int buffer_overruns_max_count, int buffer_overruns_total, in operator()
149 buffer_overruns_total, buffer_underruns_average, in operator()
Dmock_main_shim_metrics_api.cc101 int buffer_overruns_max_count, int buffer_overruns_total, in LogMetricA2dpSessionMetricsEvent() argument
108 buffer_overruns_total, buffer_underruns_average, buffer_underruns_count, in LogMetricA2dpSessionMetricsEvent()
/packages/modules/Bluetooth/system/main/shim/
Dmetrics_api.cc74 int buffer_overruns_total, float buffer_underruns_average, in LogMetricA2dpSessionMetricsEvent() argument
80 buffer_overruns_total, buffer_underruns_average, buffer_underruns_count, in LogMetricA2dpSessionMetricsEvent()
Dmetrics_api.h112 int buffer_overruns_total, float buffer_underruns_average,
/packages/modules/Bluetooth/system/btif/include/
Dbtif_metrics_logging.h42 int buffer_overruns_total, float buffer_underruns_average,
/packages/modules/Bluetooth/system/gd/os/linux/
Dmetrics.cc111 int buffer_overruns_total, in LogMetricA2dpSessionMetricsEvent() argument
/packages/modules/Bluetooth/system/gd/os/
Dmetrics.h154 int buffer_overruns_total,
/packages/modules/Bluetooth/system/gd/proto/bluetooth/metrics/
Dbluetooth.proto158 optional int32 buffer_overruns_total = 5; field