Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/common/
Dmetrics_unittest.cc114 session->set_buffer_overruns_max_count(metrics.buffer_overruns_max_count); in MakeA2DPSession()
181 EXPECT_EQ((a).buffer_overruns_max_count, (b).buffer_overruns_max_count); \
213 metrics1.buffer_overruns_max_count = 70; in TEST()
214 metrics2.buffer_overruns_max_count = 80; in TEST()
215 metrics_sum.buffer_overruns_max_count = 80; in TEST()
248 metrics2.buffer_overruns_max_count = 80; in TEST()
249 metrics_sum.buffer_overruns_max_count = 80; in TEST()
278 metrics2.buffer_overruns_max_count = 80; in TEST()
279 metrics_sum.buffer_overruns_max_count = 80; in TEST()
310 metrics1.buffer_overruns_max_count = 70; in TEST()
[all …]
Dmetrics.cc144 if (metrics.buffer_overruns_max_count >= 0) { in Update()
145 buffer_overruns_max_count = in Update()
146 std::max(buffer_overruns_max_count, metrics.buffer_overruns_max_count); in Update()
179 buffer_overruns_max_count == rhs.buffer_overruns_max_count && in operator ==()
448 pimpl_->a2dp_session_metrics_.buffer_overruns_max_count); in LogA2dpSession()
Dmetrics.h115 int32_t buffer_overruns_max_count = -1; variable
/packages/modules/Bluetooth/system/gd/os/chromeos/
Dmetrics.cc198 int buffer_overruns_max_count, in LogMetricA2dpSessionMetricsEvent() argument
220 buffer_overruns_max_count, in LogMetricA2dpSessionMetricsEvent()
235 .SetBufferOverrunsMaxCount(buffer_overruns_max_count) in LogMetricA2dpSessionMetricsEvent()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_metrics_logging.cc53 int total_scheduling_count, int buffer_overruns_max_count, in log_a2dp_session_metrics_event() argument
58 media_timer_avg_ms, total_scheduling_count, buffer_overruns_max_count, in log_a2dp_session_metrics_event()
Dbtif_a2dp_source.cc1341 metrics.buffer_overruns_max_count = stats.tx_queue_max_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/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()
148 audio_duration_ms, total_scheduling_count, buffer_overruns_max_count, in operator()
Dmock_main_shim_metrics_api.cc101 int buffer_overruns_max_count, int buffer_overruns_total, in LogMetricA2dpSessionMetricsEvent() argument
107 audio_duration_ms, total_scheduling_count, buffer_overruns_max_count, in LogMetricA2dpSessionMetricsEvent()
/packages/modules/Bluetooth/system/main/shim/
Dmetrics_api.cc73 int total_scheduling_count, int buffer_overruns_max_count, in LogMetricA2dpSessionMetricsEvent() argument
79 media_timer_avg_ms, total_scheduling_count, buffer_overruns_max_count, in LogMetricA2dpSessionMetricsEvent()
Dmetrics_api.h111 int total_scheduling_count, int buffer_overruns_max_count,
/packages/modules/Bluetooth/system/btif/include/
Dbtif_metrics_logging.h41 int total_scheduling_count, int buffer_overruns_max_count,
/packages/modules/Bluetooth/system/gd/os/linux/
Dmetrics.cc110 int buffer_overruns_max_count, in LogMetricA2dpSessionMetricsEvent() argument
/packages/modules/Bluetooth/system/gd/os/
Dmetrics.h153 int buffer_overruns_max_count,
/packages/modules/Bluetooth/system/gd/proto/bluetooth/metrics/
Dbluetooth.proto155 optional int32 buffer_overruns_max_count = 4; field