Home
last modified time | relevance | path

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

/system/bt/gd/hci/acl_manager/
Dround_robin_scheduler_test.cc224 ASSERT_EQ(round_robin_scheduler_->GetLeCredits(), controller_->le_max_acl_packet_credits_ - 1); in TEST_F()
266 EXPECT_EQ(round_robin_scheduler_->GetLeCredits(), controller_->le_max_acl_packet_credits_); in TEST_F()
319 ASSERT_EQ(round_robin_scheduler_->GetLeCredits(), controller_->le_max_acl_packet_credits_ - 9); in TEST_F()
367 ASSERT_EQ(round_robin_scheduler_->GetLeCredits(), controller_->le_max_acl_packet_credits_ - 3); in TEST_F()
407 ASSERT_EQ(round_robin_scheduler_->GetLeCredits(), 1); in TEST_F()
Dround_robin_scheduler.h53 uint16_t GetLeCredits();
Dround_robin_scheduler.cc83 uint16_t RoundRobinScheduler::GetLeCredits() { in GetLeCredits() function in bluetooth::hci::acl_manager::RoundRobinScheduler