Home
last modified time | relevance | path

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

/system/bt/osi/src/
Dmetrics_linux.cpp48 int32_t buffer_overruns_total, in metrics_a2dp_session() argument
Dmetrics.cpp148 int32_t buffer_overruns_total, in metrics_a2dp_session() argument
175 a2dp_session->set_buffer_overruns_total(buffer_overruns_total); in metrics_a2dp_session()
/system/bt/osi/include/
Dmetrics.h87 int32_t buffer_overruns_total,
/system/bt/osi/src/protos/
Dbluetooth.proto110 optional int32 buffer_overruns_total = 5; field
/system/bt/btif/src/
Dbtif_media_task.c3396 int32_t buffer_overruns_total = 0; in btif_update_a2dp_metrics() local
3423 buffer_overruns_total = stats->tx_queue_total_dropped_messages; in btif_update_a2dp_metrics()
3435 buffer_overruns_total, buffer_underruns_average, in btif_update_a2dp_metrics()