Searched refs:LogMetricHfpPacketLossStats (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_main_shim_metrics_api.cc | 47 struct LogMetricHfpPacketLossStats LogMetricHfpPacketLossStats; variable 124 void bluetooth::shim::LogMetricHfpPacketLossStats(const RawAddress& raw_address, in LogMetricHfpPacketLossStats() function in bluetooth::shim 128 test::mock::main_shim_metrics_api::LogMetricHfpPacketLossStats(raw_address, num_decoded_frames, in LogMetricHfpPacketLossStats()
|
D | mock_main_shim_metrics_api.h | 139 struct LogMetricHfpPacketLossStats { struct 149 extern struct LogMetricHfpPacketLossStats LogMetricHfpPacketLossStats; argument
|
/packages/modules/Bluetooth/system/main/shim/ |
D | metrics_api.cc | 81 void LogMetricHfpPacketLossStats(const RawAddress& raw_address, int num_decoded_frames, in LogMetricHfpPacketLossStats() function 84 bluetooth::os::LogMetricHfpPacketLossStats(address, num_decoded_frames, packet_loss_ratio, in LogMetricHfpPacketLossStats()
|
D | metrics_api.h | 121 void LogMetricHfpPacketLossStats(const RawAddress& address, int num_decoded_frames,
|
/packages/modules/Bluetooth/system/gd/os/host/ |
D | metrics.cc | 50 void LogMetricHfpPacketLossStats(const Address& /* address */, int /* num_decoded_frames */, in LogMetricHfpPacketLossStats() function
|
/packages/modules/Bluetooth/system/gd/os/linux/ |
D | metrics.cc | 89 void LogMetricHfpPacketLossStats(const Address& address, int num_decoded_frames, in LogMetricHfpPacketLossStats() function
|
/packages/modules/Bluetooth/system/gd/os/ |
D | metrics.h | 155 void LogMetricHfpPacketLossStats(const hci::Address& address, int num_decoded_frames,
|
/packages/modules/Bluetooth/system/gd/os/chromeos/ |
D | metrics.cc | 73 void LogMetricHfpPacketLossStats(const Address& address, int num_decoded_frames, in LogMetricHfpPacketLossStats() function
|
/packages/modules/Bluetooth/system/gd/os/android/ |
D | metrics.cc | 232 void LogMetricHfpPacketLossStats(const Address& /* address */, int /* num_decoded_frames */, in LogMetricHfpPacketLossStats() function
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_sco.cc | 1301 bluetooth::shim::LogMetricHfpPacketLossStats(bd_addr, num_decoded_frames, packet_loss_ratio, in btm_sco_on_disconnected()
|