/packages/modules/Bluetooth/system/stack/test/btm/ |
D | sco_hci_test.cc | 638 int num_decoded_frames; in TEST_F() local 641 ASSERT_EQ(bluetooth::audio::sco::wbs::fill_plc_stats(&num_decoded_frames, in TEST_F() 667 ASSERT_EQ(bluetooth::audio::sco::wbs::fill_plc_stats(&num_decoded_frames, in TEST_F() 670 ASSERT_EQ(num_decoded_frames, decode_count); in TEST_F() 708 ASSERT_EQ(bluetooth::audio::sco::wbs::fill_plc_stats(&num_decoded_frames, in TEST_F() 711 ASSERT_EQ(num_decoded_frames, decode_count); in TEST_F() 768 int num_decoded_frames; in TEST_F() local 771 ASSERT_EQ(bluetooth::audio::sco::swb::fill_plc_stats(&num_decoded_frames, in TEST_F() 797 ASSERT_EQ(bluetooth::audio::sco::swb::fill_plc_stats(&num_decoded_frames, in TEST_F() 800 ASSERT_EQ(num_decoded_frames, decode_count); in TEST_F() [all …]
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_sco_hci.cc | 243 int num_decoded_frames; /* Number of total read mSBC frames. */ member 303 int get_num_decoded_frames() { return num_decoded_frames; } in get_num_decoded_frames() 312 num_decoded_frames++; in handle_bad_frames() 379 num_decoded_frames++; in handle_good_frames() 693 bool fill_plc_stats(int* num_decoded_frames, double* packet_loss_ratio) { in fill_plc_stats() argument 694 if (msbc_info == NULL || num_decoded_frames == NULL || in fill_plc_stats() 703 *num_decoded_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 1135 if (lc3_info == NULL || num_decoded_frames == NULL || in fill_plc_stats() 1142 *num_decoded_frames = decoded_frames; in fill_plc_stats()
|
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.cc | 1344 int num_decoded_frames; in btm_sco_on_disconnected() local 1346 if (fill_plc_stats(&num_decoded_frames, &packet_loss_ratio)) { in btm_sco_on_disconnected() 1349 log_hfp_audio_packet_loss_stats(bd_addr, num_decoded_frames, in btm_sco_on_disconnected() 1354 codec, num_decoded_frames, packet_loss_ratio); in btm_sco_on_disconnected()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_metrics_logging.h | 192 std::function<void(const RawAddress& address, int num_decoded_frames, 196 void operator()(const RawAddress& address, int num_decoded_frames, in operator() 198 body(address, num_decoded_frames, packet_loss_ratio, codec_type); in operator()
|
D | mock_stack_metrics_logging.cc | 123 int num_decoded_frames, 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 | 158 std::function<void(const RawAddress& raw_address, int num_decoded_frames, 162 void operator()(const RawAddress& raw_address, int num_decoded_frames, in operator() 164 body(raw_address, num_decoded_frames, packet_loss_ratio, codec_type); in operator()
|
D | mock_main_shim_metrics_api.cc | 112 int num_decoded_frames, 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 102 num_decoded_frames, in LogMetricHfpPacketLossStats() 109 .SetDecodedFrames(num_decoded_frames) in LogMetricHfpPacketLossStats()
|
/packages/modules/Bluetooth/system/stack/metrics/ |
D | stack_metrics_logging.cc | 78 int num_decoded_frames, in log_hfp_audio_packet_loss_stats() argument 81 bluetooth::shim::LogMetricHfpPacketLossStats(address, num_decoded_frames, in log_hfp_audio_packet_loss_stats()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | metrics_api.cc | 85 int num_decoded_frames, in LogMetricHfpPacketLossStats() argument 89 bluetooth::os::LogMetricHfpPacketLossStats(address, num_decoded_frames, in LogMetricHfpPacketLossStats()
|
D | metrics_api.h | 123 int num_decoded_frames,
|
/packages/modules/Bluetooth/system/stack/include/ |
D | stack_metrics_logging.h | 58 int num_decoded_frames,
|
/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 | 170 int num_decoded_frames,
|