Home
last modified time | relevance | path

Searched defs:audio_coding_mode (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/gd/os/chromeos/
Dmetrics.cc148 void LogMetricA2dpPlaybackEvent(const Address& address, int playback_state, int audio_coding_mode) { in LogMetricA2dpPlaybackEvent()
/packages/modules/Bluetooth/system/gd/os/linux/
Dmetrics.cc79 void LogMetricA2dpPlaybackEvent(const Address& address, int playback_state, int audio_coding_mode) { in LogMetricA2dpPlaybackEvent()
/packages/modules/Bluetooth/system/main/shim/
Dmetrics_api.cc63 int audio_coding_mode) { in LogMetricA2dpPlaybackEvent()
/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_metrics_api.cc108 int audio_coding_mode) { in LogMetricA2dpPlaybackEvent()
/packages/modules/Bluetooth/system/gd/os/android/
Dmetrics.cc167 void LogMetricA2dpPlaybackEvent(const Address& address, int playback_state, int audio_coding_mode) { in LogMetricA2dpPlaybackEvent()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_av.cc2931 AudioCodingModeEnum audio_coding_mode = btif_av_is_a2dp_offload_running() in btif_report_audio_state() local