Searched refs:fill_plc_stats (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/stack/test/btm/ |
D | sco_hci_test.cc | 635 ASSERT_EQ(bluetooth::audio::sco::wbs::fill_plc_stats(nullptr, nullptr), in TEST_F() 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() 708 ASSERT_EQ(bluetooth::audio::sco::wbs::fill_plc_stats(&num_decoded_frames, in TEST_F() 765 ASSERT_EQ(bluetooth::audio::sco::swb::fill_plc_stats(nullptr, nullptr), in TEST_F() 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() 828 ASSERT_EQ(bluetooth::audio::sco::swb::fill_plc_stats(&num_decoded_frames, in TEST_F()
|
/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.cc | 1340 auto fill_plc_stats = codec_type == BTM_SCO_CODEC_LC3 in btm_sco_on_disconnected() local 1341 ? bluetooth::audio::sco::swb::fill_plc_stats in btm_sco_on_disconnected() 1342 : bluetooth::audio::sco::wbs::fill_plc_stats; in btm_sco_on_disconnected() 1346 if (fill_plc_stats(&num_decoded_frames, &packet_loss_ratio)) { in btm_sco_on_disconnected() 1802 auto fill_plc_stats = debug_dump.codec_id == UUID_CODEC_LC3 in BTM_GetScoDebugDump() local 1803 ? &bluetooth::audio::sco::swb::fill_plc_stats in BTM_GetScoDebugDump() 1804 : &bluetooth::audio::sco::wbs::fill_plc_stats; in BTM_GetScoDebugDump() 1806 if (!fill_plc_stats(&debug_dump.total_num_decoded_frames, in BTM_GetScoDebugDump()
|
D | btm_sco_hci.cc | 693 bool fill_plc_stats(int* num_decoded_frames, double* packet_loss_ratio) { in fill_plc_stats() function 1134 bool fill_plc_stats(int* num_decoded_frames, double* packet_loss_ratio) { in fill_plc_stats() function
|