Home
last modified time | relevance | path

Searched refs:num_dropped_encoded_bytes (Results 1 – 16 of 16) sorted by relevance

/aosp12/system/bt/btif/src/
H A Dbtif_metrics_logging.cc43 int num_dropped_encoded_bytes) { in log_a2dp_audio_overrun_event() argument
47 num_dropped_encoded_frames, num_dropped_encoded_bytes); in log_a2dp_audio_overrun_event()
51 num_dropped_encoded_frames, num_dropped_encoded_bytes); in log_a2dp_audio_overrun_event()
H A Dbtif_a2dp_source.cc968 int num_dropped_encoded_bytes = 0; in btif_a2dp_source_enqueue_callback() local
976 num_dropped_encoded_bytes += p_dropped_buf->len; in btif_a2dp_source_enqueue_callback()
984 num_dropped_encoded_bytes); in btif_a2dp_source_enqueue_callback()
/aosp12/system/bt/test/mock/
H A Dmock_main_shim_metrics_api.h103 int num_dropped_encoded_bytes)>
106 int num_dropped_encoded_bytes) {}};
110 int num_dropped_encoded_bytes) { in operator()
112 num_dropped_encoded_frames, num_dropped_encoded_bytes); in operator()
H A Dmock_main_shim_metrics_api.cc97 int num_dropped_encoded_bytes) { in LogMetricA2dpAudioOverrunEvent() argument
101 num_dropped_encoded_frames, num_dropped_encoded_bytes); in LogMetricA2dpAudioOverrunEvent()
H A Dmock_common_metrics.cc128 int num_dropped_encoded_bytes) { in LogA2dpAudioOverrunEvent() argument
/aosp12/system/bt/main/shim/
H A Dmetrics_api.cc53 int num_dropped_encoded_bytes) { in LogMetricA2dpAudioOverrunEvent() argument
57 num_dropped_encoded_frames, num_dropped_encoded_bytes); in LogMetricA2dpAudioOverrunEvent()
H A Dmetrics_api.h76 int num_dropped_encoded_bytes);
/aosp12/system/bt/gd/os/android/
H A Dmetrics.cc133 int num_dropped_encoded_bytes) { in LogMetricA2dpAudioOverrunEvent() argument
146 num_dropped_encoded_bytes, in LogMetricA2dpAudioOverrunEvent()
156 num_dropped_encoded_bytes, in LogMetricA2dpAudioOverrunEvent()
/aosp12/system/bt/btif/include/
H A Dbtif_metrics_logging.h33 int num_dropped_encoded_bytes);
/aosp12/system/bt/gd/os/host/
H A Dmetrics.cc57 int num_dropped_encoded_bytes) {} in LogMetricA2dpAudioOverrunEvent() argument
/aosp12/system/bt/gd/os/linux/
H A Dmetrics.cc57 int num_dropped_encoded_bytes) {} in LogMetricA2dpAudioOverrunEvent() argument
/aosp12/system/bt/gd/os/
H A Dmetrics.h112 int num_dropped_encoded_bytes);
/aosp12/system/bt/common/
H A Dmetrics_linux.cc112 int num_dropped_encoded_bytes) {} in LogA2dpAudioOverrunEvent() argument
H A Dmetrics.h360 int num_dropped_encoded_bytes);
H A Dmetrics.cc655 int num_dropped_encoded_bytes) { in LogA2dpAudioOverrunEvent() argument
670 num_dropped_encoded_bytes, metric_id); in LogA2dpAudioOverrunEvent()
677 << num_dropped_encoded_bytes << ", error " << ret; in LogA2dpAudioOverrunEvent()
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto2660 optional int32 num_dropped_encoded_bytes = 5; field