/packages/modules/Bluetooth/system/common/ |
D | metrics_unittest.cc | 114 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 …]
|
D | metrics.cc | 144 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()
|
D | metrics.h | 115 int32_t buffer_overruns_max_count = -1; variable
|
/packages/modules/Bluetooth/system/gd/os/chromeos/ |
D | metrics.cc | 198 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/ |
D | btif_metrics_logging.cc | 53 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()
|
D | btif_a2dp_source.cc | 1341 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/ |
D | mock_main_shim_metrics_api.h | 129 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()
|
D | mock_main_shim_metrics_api.cc | 101 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/ |
D | metrics_api.cc | 73 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()
|
D | metrics_api.h | 111 int total_scheduling_count, int buffer_overruns_max_count,
|
/packages/modules/Bluetooth/system/btif/include/ |
D | btif_metrics_logging.h | 41 int total_scheduling_count, int buffer_overruns_max_count,
|
/packages/modules/Bluetooth/system/gd/os/linux/ |
D | metrics.cc | 110 int buffer_overruns_max_count, in LogMetricA2dpSessionMetricsEvent() argument
|
/packages/modules/Bluetooth/system/gd/os/ |
D | metrics.h | 153 int buffer_overruns_max_count,
|
/packages/modules/Bluetooth/system/gd/proto/bluetooth/metrics/ |
D | bluetooth.proto | 155 optional int32 buffer_overruns_max_count = 4; field
|