Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_metrics_logging.cc39 void log_a2dp_playback_event(const RawAddress& address, int playback_state, int audio_coding_mode) { in log_a2dp_playback_event()
Dbtif_av.cc2942 AudioCodingModeEnum audio_coding_mode = btif_av_is_a2dp_offload_running() in btif_report_audio_state() local
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dmetrics_api.cc61 int audio_coding_mode) { in LogMetricA2dpPlaybackEvent()
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_metrics_api.cc96 int audio_coding_mode) { in LogMetricA2dpPlaybackEvent()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/linux/
Dmetrics.cc76 void LogMetricA2dpPlaybackEvent(const Address& address, int playback_state, int audio_coding_mode) { in LogMetricA2dpPlaybackEvent()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/chromeos/
Dmetrics.cc145 void LogMetricA2dpPlaybackEvent(const Address& address, int playback_state, int audio_coding_mode) { in LogMetricA2dpPlaybackEvent()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/android/
Dmetrics.cc151 void LogMetricA2dpPlaybackEvent(const Address& address, int playback_state, int audio_coding_mode) { in LogMetricA2dpPlaybackEvent()
/aosp_15_r20/packages/modules/Bluetooth/system/common/
Dmetrics.cc634 void LogA2dpPlaybackEvent(const RawAddress& address, int playback_state, int audio_coding_mode) { in LogA2dpPlaybackEvent()
/aosp_15_r20/frameworks/proto_logging/stats/
H A Datoms.proto3768 optional android.bluetooth.a2dp.AudioCodingModeEnum audio_coding_mode = 3; field
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/libstats_proto_host/linux_glibc_x86_64_shared/gen/proto/frameworks/proto_logging/stats/
Datoms.pb.h278688 …bluetooth::a2dp::AudioCodingModeEnum BluetoothA2dpPlaybackStateChanged::audio_coding_mode() const { in audio_coding_mode() function