Home
last modified time | relevance | path

Searched refs:GetLeCredits (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dround_robin_scheduler_test.cc226 ASSERT_EQ(round_robin_scheduler_->GetLeCredits(), controller_->le_max_acl_packet_credits_ - 1); in TEST_F()
268 EXPECT_EQ(round_robin_scheduler_->GetLeCredits(), controller_->le_max_acl_packet_credits_); in TEST_F()
321 ASSERT_EQ(round_robin_scheduler_->GetLeCredits(), controller_->le_max_acl_packet_credits_ - 9); in TEST_F()
369 ASSERT_EQ(round_robin_scheduler_->GetLeCredits(), controller_->le_max_acl_packet_credits_ - 3); in TEST_F()
410 ASSERT_EQ(round_robin_scheduler_->GetLeCredits(), 1); in TEST_F()
Dround_robin_scheduler.h54 uint16_t GetLeCredits();
Dround_robin_scheduler.cc90 uint16_t RoundRobinScheduler::GetLeCredits() { in GetLeCredits() function in bluetooth::hci::acl_manager::RoundRobinScheduler