Home
last modified time | relevance | path

Searched refs:packet_loss_ratio (Results 1 – 16 of 16) sorted by relevance

/packages/modules/Bluetooth/system/stack/test/btm/
Dsco_hci_test.cc639 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/
Dhfp_shim.cc125 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/
Dmock_stack_metrics_logging.h193 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()
Dmock_stack_metrics_logging.cc124 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()
Dmock_main_shim_metrics_api.h159 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()
Dmock_main_shim_metrics_api.cc113 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/
Dmetrics.cc90 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/
Dstack_metrics_logging.cc79 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/
Dbtm_sco.h81 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);
Dbtm_sco_hci.cc693 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()
Dbtm_sco.cc1345 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/
Dmetrics_api.cc86 double packet_loss_ratio, in LogMetricHfpPacketLossStats() argument
90 packet_loss_ratio, codec_type); in LogMetricHfpPacketLossStats()
Dmetrics_api.h124 double packet_loss_ratio, uint16_t codec_id);
/packages/modules/Bluetooth/system/stack/include/
Dstack_metrics_logging.h59 double packet_loss_ratio,
/packages/modules/Bluetooth/system/gd/os/linux/
Dmetrics.cc118 const Address& address, int num_decoded_frames, double packet_loss_ratio, uint16_t codec_type) { in LogMetricHfpPacketLossStats() argument
/packages/modules/Bluetooth/system/gd/os/
Dmetrics.h171 double packet_loss_ratio,