Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_metrics_api.h102 std::function<void(const RawAddress& raw_address, int playback_state, int audio_coding_mode)>
105 void operator()(const RawAddress& raw_address, int playback_state, int audio_coding_mode) { in operator()
106 body(raw_address, playback_state, audio_coding_mode); in operator()
Dmock_main_shim_metrics_api.cc108 int audio_coding_mode) { in LogMetricA2dpPlaybackEvent() argument
111 audio_coding_mode); in LogMetricA2dpPlaybackEvent()
/packages/modules/Bluetooth/system/main/shim/
Dmetrics_api.cc63 int audio_coding_mode) { in LogMetricA2dpPlaybackEvent() argument
65 bluetooth::os::LogMetricA2dpPlaybackEvent(address, playback_state, audio_coding_mode); in LogMetricA2dpPlaybackEvent()
Dmetrics_api.h86 int audio_coding_mode);
/packages/modules/Bluetooth/system/gd/os/android/
Dmetrics.cc167 void LogMetricA2dpPlaybackEvent(const Address& address, int playback_state, int audio_coding_mode) { in LogMetricA2dpPlaybackEvent() argument
174 audio_coding_mode, metric_id); in LogMetricA2dpPlaybackEvent()
177 playback_state, audio_coding_mode, ret); 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() argument
/packages/modules/Bluetooth/system/gd/os/
Dmetrics.h119 int audio_coding_mode);
/packages/modules/Bluetooth/system/gd/os/chromeos/
Dmetrics.cc148 void LogMetricA2dpPlaybackEvent(const Address& address, int playback_state, int audio_coding_mode) { in LogMetricA2dpPlaybackEvent() argument
/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
2935 bluetooth::shim::LogMetricA2dpPlaybackEvent(peer_address, playback_state, audio_coding_mode); in btif_report_audio_state()