Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Dcontent_control_id_keeper_test.cc45 ASSERT_EQ(ccid_one, ccid_keeper->GetCcid(types::LeAudioContextType::MEDIA)); in TEST()
46 ASSERT_EQ(ccid_one, ccid_keeper->GetCcid(types::LeAudioContextType::ALERTS)); in TEST()
78 ASSERT_EQ(ccid_two, ccid_keeper->GetCcid(types::LeAudioContextType::MEDIA)); in TEST()
81 ccid_keeper->GetCcid(types::LeAudioContextType::ALERTS)); in TEST()
119 ASSERT_EQ(-1, ccid_keeper->GetCcid(types::LeAudioContextType::MEDIA)); in TEST()
120 ASSERT_EQ(-1, ccid_keeper->GetCcid(types::LeAudioContextType::ALERTS)); in TEST()
Dcontent_control_id_keeper.cc76 int GetCcid(types::LeAudioContextType context_type) const { in GetCcid() function
127 int ContentControlIdKeeper::GetCcid( in GetCcid() function in bluetooth::le_audio::ContentControlIdKeeper
133 return pimpl_->ccid_keeper_impl_->GetCcid(context_type); in GetCcid()
157 auto ccid = GetCcid(context); in GetAllCcids()
Dcontent_control_id_keeper.h38 int GetCcid(types::LeAudioContextType context_type) const;