Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_metrics_api.h123 int audio_coding_mode)>
125 int audio_coding_mode) {}};
127 int audio_coding_mode) { in operator()
128 body(raw_address, playback_state, audio_coding_mode); in operator()
Dmock_main_shim_metrics_api.cc102 int audio_coding_mode) { in LogMetricA2dpPlaybackEvent() argument
105 raw_address, playback_state, audio_coding_mode); in LogMetricA2dpPlaybackEvent()
Dmock_common_metrics.cc133 int audio_coding_mode) { in LogA2dpPlaybackEvent() argument
/packages/modules/Bluetooth/system/btif/src/
Dbtif_metrics_logging.cc45 int audio_coding_mode) { in log_a2dp_playback_event() argument
47 audio_coding_mode); in log_a2dp_playback_event()
Dbtif_av.cc2618 AudioCodingModeEnum audio_coding_mode = in btif_report_audio_state() local
2623 log_a2dp_playback_event(peer_address, playback_state, audio_coding_mode); in btif_report_audio_state()
/packages/modules/Bluetooth/system/main/shim/
Dmetrics_api.cc64 int playback_state, int audio_coding_mode) { in LogMetricA2dpPlaybackEvent() argument
67 audio_coding_mode); in LogMetricA2dpPlaybackEvent()
Dmetrics_api.h88 int playback_state, int audio_coding_mode);
/packages/modules/Bluetooth/system/gd/os/android/
Dmetrics.cc162 void LogMetricA2dpPlaybackEvent(const Address& address, int playback_state, int audio_coding_mode) { in LogMetricA2dpPlaybackEvent() argument
168 …te(BLUETOOTH_A2DP_PLAYBACK_STATE_CHANGED, byteField, playback_state, audio_coding_mode, metric_id); in LogMetricA2dpPlaybackEvent()
174 audio_coding_mode, in LogMetricA2dpPlaybackEvent()
/packages/modules/Bluetooth/system/btif/include/
Dbtif_metrics_logging.h36 int audio_coding_mode);
/packages/modules/Bluetooth/system/gd/os/linux/
Dmetrics.cc101 void LogMetricA2dpPlaybackEvent(const Address& address, int playback_state, int audio_coding_mode) … in LogMetricA2dpPlaybackEvent() argument
/packages/modules/Bluetooth/system/gd/os/host/
Dmetrics.cc104 void LogMetricA2dpPlaybackEvent(const Address& address, int playback_state, int audio_coding_mode) … in LogMetricA2dpPlaybackEvent() argument
/packages/modules/Bluetooth/system/gd/os/
Dmetrics.h122 …LogMetricA2dpPlaybackEvent(const hci::Address& address, int playback_state, int audio_coding_mode);
/packages/modules/Bluetooth/system/gd/os/chromeos/
Dmetrics.cc162 void LogMetricA2dpPlaybackEvent(const Address& address, int playback_state, int audio_coding_mode) { in LogMetricA2dpPlaybackEvent() argument
/packages/modules/Bluetooth/system/common/
Dmetrics_linux.cc115 int audio_coding_mode) {} in LogA2dpPlaybackEvent() argument
Dmetrics.h377 int audio_coding_mode);
Dmetrics.cc683 int audio_coding_mode) { in LogA2dpPlaybackEvent() argument
694 playback_state, audio_coding_mode, metric_id); in LogA2dpPlaybackEvent()
698 << ", audio_coding_mode " << audio_coding_mode << ", error " in LogA2dpPlaybackEvent()