Searched refs:CsisGroup (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/bta/csis/ |
D | csis_client_test.cc | 982 std::list<std::shared_ptr<CsisGroup>> csis_groups_; in TEST_F() 983 auto g_1 = std::make_shared<CsisGroup>(666, bluetooth::Uuid::kEmpty); in TEST_F() 990 auto g_1 = std::make_shared<CsisGroup>(666, bluetooth::Uuid::kEmpty); in TEST_F() 999 auto g_1 = std::make_shared<CsisGroup>(666, bluetooth::Uuid::kEmpty); in TEST_F() 1005 auto g_1 = std::make_shared<CsisGroup>(666, bluetooth::Uuid::kEmpty); in TEST_F() 1015 auto g_1 = std::make_shared<CsisGroup>(666, bluetooth::Uuid::kEmpty); in TEST_F() 1026 auto g_1 = std::make_shared<CsisGroup>(666, bluetooth::Uuid::kEmpty); in TEST_F() 1032 auto g_1 = std::make_shared<CsisGroup>(666, bluetooth::Uuid::kEmpty); in TEST_F() 1038 auto g_1 = std::make_shared<CsisGroup>(666, bluetooth::Uuid::kEmpty); in TEST_F() 1044 auto g_1 = std::make_shared<CsisGroup>(666, bluetooth::Uuid::kEmpty); in TEST_F() [all …]
|
D | csis_client.cc | 61 using bluetooth::csis::CsisGroup; 160 std::shared_ptr<bluetooth::csis::CsisGroup> AssignCsisGroup( in AssignCsisGroup() 169 auto g = std::make_shared<CsisGroup>(group_id, uuid); in AssignCsisGroup() 313 std::shared_ptr<CsisGroup>& csis_group, in HandleCsisLockProcedureError() 841 std::shared_ptr<CsisGroup> FindCsisGroup(int group_id) const { in FindCsisGroup() 1010 void CsisLockCompleted(std::shared_ptr<CsisGroup>& csis_group, bool lock, in CsisLockCompleted() 1448 void CheckForGroupInInqDb(const std::shared_ptr<CsisGroup>& csis_group) { in CheckForGroupInInqDb() 1472 void CsisActiveDiscovery(std::shared_ptr<CsisGroup> csis_group) { in CsisActiveDiscovery() 1627 std::shared_ptr<CsisGroup> csis_group; in OnCsisSirkValueUpdate() 2345 std::list<std::shared_ptr<CsisGroup>> csis_groups_;
|
D | csis_types.h | 323 class CsisGroup { 325 CsisGroup(int group_id, const bluetooth::Uuid& uuid) in CsisGroup() function
|