Searched refs:GetCredits (Results 1 – 4 of 4) sorted by relevance
200 ASSERT_EQ(round_robin_scheduler_->GetCredits(), controller_->max_acl_packet_credits_ - 2); in TEST_F()225 ASSERT_EQ(round_robin_scheduler_->GetCredits(), controller_->max_acl_packet_credits_ - 1); in TEST_F()249 ASSERT_EQ(round_robin_scheduler_->GetCredits(), 0); in TEST_F()259 ASSERT_EQ(round_robin_scheduler_->GetCredits(), 5); in TEST_F()267 EXPECT_EQ(round_robin_scheduler_->GetCredits(), controller_->max_acl_packet_credits_); in TEST_F()320 ASSERT_EQ(round_robin_scheduler_->GetCredits(), controller_->max_acl_packet_credits_ - 9); in TEST_F()368 ASSERT_EQ(round_robin_scheduler_->GetCredits(), controller_->max_acl_packet_credits_ - 2); in TEST_F()409 ASSERT_EQ(round_robin_scheduler_->GetCredits(), 0); in TEST_F()
53 uint16_t GetCredits();
86 uint16_t RoundRobinScheduler::GetCredits() { in GetCredits() function in bluetooth::hci::acl_manager::RoundRobinScheduler
435 OnCredit(credit_view.GetCid(), credit_view.GetCredits()); in on_incoming_packet()