Home
last modified time | relevance | path

Searched defs:ccid_keeper (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/
Dcontent_control_id_keeper.cc38 struct ccid_keeper { struct
40 ccid_keeper() {} in ccid_keeper() function
42 ~ccid_keeper() {} in ~ccid_keeper()
44 void SetCcid(types::LeAudioContextType context_type, int ccid) { in SetCcid()
54 void SetCcid(const types::AudioContexts& contexts, int ccid) { in SetCcid()
67 void RemoveCcid(int ccid) { in RemoveCcid()
80 int GetCcid(types::LeAudioContextType context_type) const { in GetCcid()
96 std::map<LeAudioContextType /* context */, int /*ccid */> ccids_;
Dcontent_control_id_keeper_test.cc29 auto ccid_keeper = ContentControlIdKeeper::GetInstance(); in TEST() local
36 auto ccid_keeper = ContentControlIdKeeper::GetInstance(); in TEST() local
66 auto ccid_keeper = ContentControlIdKeeper::GetInstance(); in TEST() local
98 auto ccid_keeper = ContentControlIdKeeper::GetInstance(); in TEST() local