Home
last modified time | relevance | path

Searched refs:GetAllCcids (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/
Dcontent_control_id_keeper_test.cc48 auto media_ccids = ccid_keeper->GetAllCcids( in TEST()
54 auto allerts_ccids = ccid_keeper->GetAllCcids( in TEST()
60 auto all_ccids = ccid_keeper->GetAllCcids(types::LeAudioContextType::MEDIA | in TEST()
83 auto media_ccids = ccid_keeper->GetAllCcids( in TEST()
89 auto allerts_ccids = ccid_keeper->GetAllCcids( in TEST()
95 auto all_ccids = ccid_keeper->GetAllCcids(types::LeAudioContextType::MEDIA | in TEST()
121 auto all_ccids = ccid_keeper->GetAllCcids(types::LeAudioContextType::MEDIA | in TEST()
Dcontent_control_id_keeper.h39 std::vector<uint8_t> GetAllCcids(const types::AudioContexts& contexts) const;
Dcontent_control_id_keeper.cc152 std::vector<uint8_t> ContentControlIdKeeper::GetAllCcids( in GetAllCcids() function in bluetooth::le_audio::ContentControlIdKeeper
Dclient.cc895 .sink = ContentControlIdKeeper::GetInstance()->GetAllCcids( in GroupStream()
897 .source = ContentControlIdKeeper::GetInstance()->GetAllCcids( in GroupStream()
3218 .sink = ContentControlIdKeeper::GetInstance()->GetAllCcids( in AttachToStreamingGroupIfNeeded()
3220 .source = ContentControlIdKeeper::GetInstance()->GetAllCcids( in AttachToStreamingGroupIfNeeded()
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dbroadcaster.cc259 auto ccids = ContentControlIdKeeper::GetInstance()->GetAllCcids(contexts); in UpdateStreamingContextTypeOnAllSubgroups()
393 ContentControlIdKeeper::GetInstance()->GetAllCcids(context_type); in UpdateMetadata()
565 ContentControlIdKeeper::GetInstance()->GetAllCcids(context_type); in CreateAudioBroadcast()