/packages/modules/Bluetooth/system/stack/test/btm/ |
D | sco_hci_test.cc | 639 double packet_loss_ratio; in TEST_F() local 642 &packet_loss_ratio), in TEST_F() 668 &packet_loss_ratio), in TEST_F() 671 ASSERT_EQ(packet_loss_ratio, (double)1 / decode_count); in TEST_F() 709 &packet_loss_ratio), in TEST_F() 712 ASSERT_EQ(packet_loss_ratio, (double)1 / decode_count); in TEST_F() 769 double packet_loss_ratio; in TEST_F() local 772 &packet_loss_ratio), in TEST_F() 798 &packet_loss_ratio), in TEST_F() 801 ASSERT_EQ(packet_loss_ratio, (double)1 / decode_count); in TEST_F() [all …]
|
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/ |
D | hfp_shim.cc | 125 double packet_loss_ratio, in debug_dump_cb() argument 134 packet_loss_ratio, in debug_dump_cb() 284 double packet_loss_ratio, in DebugDumpCallback() argument 294 packet_loss_ratio, in DebugDumpCallback() 303 packet_loss_ratio, in DebugDumpCallback()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_metrics_logging.h | 193 double packet_loss_ratio, uint16_t codec_type)> 197 double packet_loss_ratio, uint16_t codec_type) { in operator() 198 body(address, num_decoded_frames, packet_loss_ratio, codec_type); in operator()
|
D | mock_stack_metrics_logging.cc | 124 double packet_loss_ratio, in log_hfp_audio_packet_loss_stats() argument 128 address, num_decoded_frames, packet_loss_ratio, codec_type); in log_hfp_audio_packet_loss_stats()
|
D | mock_main_shim_metrics_api.h | 159 double packet_loss_ratio, uint16_t codec_type)> 163 double packet_loss_ratio, uint16_t codec_type) { in operator() 164 body(raw_address, num_decoded_frames, packet_loss_ratio, codec_type); in operator()
|
D | mock_main_shim_metrics_api.cc | 113 double packet_loss_ratio, in LogMetricHfpPacketLossStats() argument 117 raw_address, num_decoded_frames, packet_loss_ratio, codec_type); in LogMetricHfpPacketLossStats()
|
/packages/modules/Bluetooth/system/gd/os/chromeos/ |
D | metrics.cc | 90 const Address& address, int num_decoded_frames, double packet_loss_ratio, uint16_t codec_type) { in LogMetricHfpPacketLossStats() argument 103 packet_loss_ratio, in LogMetricHfpPacketLossStats() 110 .SetPacketLossRatio(packet_loss_ratio) in LogMetricHfpPacketLossStats()
|
/packages/modules/Bluetooth/system/stack/metrics/ |
D | stack_metrics_logging.cc | 79 double packet_loss_ratio, in log_hfp_audio_packet_loss_stats() argument 82 packet_loss_ratio, codec_type); in log_hfp_audio_packet_loss_stats()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_sco.h | 81 bool fill_plc_stats(int* num_decoded_frames, double* packet_loss_ratio); 150 bool fill_plc_stats(int* num_decoded_frames, double* packet_loss_ratio);
|
D | btm_sco_hci.cc | 693 bool fill_plc_stats(int* num_decoded_frames, double* packet_loss_ratio) { in fill_plc_stats() argument 695 packet_loss_ratio == NULL) in fill_plc_stats() 704 *packet_loss_ratio = (double)lost_frames / decoded_frames; in fill_plc_stats() 1134 bool fill_plc_stats(int* num_decoded_frames, double* packet_loss_ratio) { in fill_plc_stats() argument 1136 packet_loss_ratio == NULL) in fill_plc_stats() 1143 *packet_loss_ratio = (double)lost_frames / decoded_frames; in fill_plc_stats()
|
D | btm_sco.cc | 1345 double packet_loss_ratio; in btm_sco_on_disconnected() local 1346 if (fill_plc_stats(&num_decoded_frames, &packet_loss_ratio)) { in btm_sco_on_disconnected() 1350 packet_loss_ratio, codec_id); in btm_sco_on_disconnected() 1354 codec, num_decoded_frames, packet_loss_ratio); in btm_sco_on_disconnected()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | metrics_api.cc | 86 double packet_loss_ratio, in LogMetricHfpPacketLossStats() argument 90 packet_loss_ratio, codec_type); in LogMetricHfpPacketLossStats()
|
D | metrics_api.h | 124 double packet_loss_ratio, uint16_t codec_id);
|
/packages/modules/Bluetooth/system/stack/include/ |
D | stack_metrics_logging.h | 59 double packet_loss_ratio,
|
/packages/modules/Bluetooth/system/gd/os/linux/ |
D | metrics.cc | 118 const Address& address, int num_decoded_frames, double packet_loss_ratio, uint16_t codec_type) { in LogMetricHfpPacketLossStats() argument
|
/packages/modules/Bluetooth/system/gd/os/ |
D | metrics.h | 171 double packet_loss_ratio,
|