Searched refs:buffer_overruns_max_count (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/gd/os/chromeos/ |
D | metrics.cc | 154 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/ |
D | mock_main_shim_metrics_api.h | 116 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()
|
D | mock_main_shim_metrics_api.cc | 116 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/ |
D | metrics_api.cc | 71 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()
|
D | metrics_api.h | 110 int buffer_overruns_max_count, int buffer_overruns_total,
|
/packages/modules/Bluetooth/system/gd/os/linux/ |
D | metrics.cc | 85 int buffer_overruns_max_count, int buffer_overruns_total, in LogMetricA2dpSessionMetricsEvent() argument
|
/packages/modules/Bluetooth/system/gd/os/ |
D | metrics.h | 143 int buffer_overruns_max_count, int buffer_overruns_total,
|
/packages/modules/Bluetooth/system/gd/os/android/ |
D | metrics.cc | 184 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/ |
D | btif_a2dp_source.cc | 1232 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()
|