Searched defs:LogMetricA2dpPlaybackEvent (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/ |
D | mock_main_shim_metrics_api.h | 101 struct LogMetricA2dpPlaybackEvent { struct 105 void operator()(const RawAddress& raw_address, int playback_state, int audio_coding_mode) { in operator()
|
D | mock_main_shim_metrics_api.cc | 45 struct LogMetricA2dpPlaybackEvent LogMetricA2dpPlaybackEvent; variable 95 void bluetooth::shim::LogMetricA2dpPlaybackEvent(const RawAddress& raw_address, int playback_state, in LogMetricA2dpPlaybackEvent() function in bluetooth::shim
|
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/ |
D | metrics_api.cc | 60 void LogMetricA2dpPlaybackEvent(const RawAddress& raw_address, int playback_state, in LogMetricA2dpPlaybackEvent() function
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/host/ |
D | metrics.cc | 93 void LogMetricA2dpPlaybackEvent(const Address& /* address */, int /* playback_state */, in LogMetricA2dpPlaybackEvent() function
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/linux/ |
D | metrics.cc | 76 void LogMetricA2dpPlaybackEvent(const Address& address, int playback_state, int audio_coding_mode) { in LogMetricA2dpPlaybackEvent() function
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/chromeos/ |
D | metrics.cc | 145 void LogMetricA2dpPlaybackEvent(const Address& address, int playback_state, int audio_coding_mode) { in LogMetricA2dpPlaybackEvent() function
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/android/ |
D | metrics.cc | 151 void LogMetricA2dpPlaybackEvent(const Address& address, int playback_state, int audio_coding_mode) { in LogMetricA2dpPlaybackEvent() function
|