Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/os/chromeos/
Dmetrics.cc154 int buffer_overruns_max_count, int buffer_overruns_total, in LogMetricA2dpSessionMetricsEvent() argument
168 total_scheduling_count, buffer_overruns_max_count, buffer_overruns_total, in LogMetricA2dpSessionMetricsEvent()
179 .SetBufferOverrunsMaxCount(buffer_overruns_max_count) in LogMetricA2dpSessionMetricsEvent()
/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_metrics_api.h116 int total_scheduling_count, int buffer_overruns_max_count,
127 int buffer_overruns_max_count, int buffer_overruns_total, in operator()
131 total_scheduling_count, buffer_overruns_max_count, buffer_overruns_total, in operator()
Dmock_main_shim_metrics_api.cc116 int buffer_overruns_max_count, int buffer_overruns_total, float buffer_underruns_average, in LogMetricA2dpSessionMetricsEvent() argument
121 total_scheduling_count, buffer_overruns_max_count, buffer_overruns_total, in LogMetricA2dpSessionMetricsEvent()
/packages/modules/Bluetooth/system/main/shim/
Dmetrics_api.cc71 int buffer_overruns_max_count, int buffer_overruns_total, in LogMetricA2dpSessionMetricsEvent() argument
77 total_scheduling_count, buffer_overruns_max_count, buffer_overruns_total, in LogMetricA2dpSessionMetricsEvent()
Dmetrics_api.h110 int buffer_overruns_max_count, int buffer_overruns_total,
/packages/modules/Bluetooth/system/gd/os/linux/
Dmetrics.cc85 int buffer_overruns_max_count, int buffer_overruns_total, in LogMetricA2dpSessionMetricsEvent() argument
/packages/modules/Bluetooth/system/gd/os/
Dmetrics.h143 int buffer_overruns_max_count, int buffer_overruns_total,
/packages/modules/Bluetooth/system/gd/os/android/
Dmetrics.cc184 int buffer_overruns_max_count, int buffer_overruns_total, in LogMetricA2dpSessionMetricsEvent() argument
223 buffer_overruns_max_count, buffer_overruns_total, buffer_underruns_average, in LogMetricA2dpSessionMetricsEvent()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp_source.cc1232 int32_t buffer_overruns_max_count = -1; member
1268 metrics.buffer_overruns_max_count = stats.tx_queue_max_dropped_messages; in btif_a2dp_source_update_metrics()
1282 metrics.buffer_overruns_max_count, metrics.buffer_overruns_total, in btif_a2dp_source_update_metrics()