Home
last modified time | relevance | path

Searched refs:GetDesiredSize (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/bta/csis/
Dcsis_client.cc243 csis_group->GetDesiredSize(), rank, uuid); in OnGroupAddFromStorageCb()
561 int GetDesiredSize(int group_id) const override { in GetDesiredSize() function in __anond4be34f90111::CsisClientImpl
568 return csis_group->GetDesiredSize(); in GetDesiredSize()
607 UINT8_TO_STREAM(ptr, csis_group->GetDesiredSize()); in SerializeSets()
698 csis_group->GetDesiredSize(), rank, in AddFromStorage()
731 << " desired size: " << g->GetDesiredSize() << "\n" in Dump()
897 device->addr, group_id, csis_group->GetDesiredSize(), in NotifyCsisDeviceValidAndStoreIfNeeded()
915 log::debug("Group size {} target size {}", g->GetDesiredSize(), in NotifyCsisDeviceValidAndStoreIfNeeded()
921 g->GetCurrentSize(), g->GetDesiredSize(), in NotifyCsisDeviceValidAndStoreIfNeeded()
924 if (g->GetDesiredSize() > in NotifyCsisDeviceValidAndStoreIfNeeded()
[all …]
Dcsis_types.h359 int GetDesiredSize(void) const { return size_; } in GetDesiredSize() function
Dcsis_client_test.cc1001 ASSERT_EQ(g_1->GetDesiredSize(), 10); in TEST_F()
/packages/modules/Bluetooth/system/bta/test/common/
Dmock_csis_client.h36 MOCK_METHOD((int), GetDesiredSize, (int group_id), (const override));
/packages/modules/Bluetooth/system/bta/include/
Dbta_csis_api.h52 virtual int GetDesiredSize(int group_id) const = 0;
/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_client_test.cc6402 ON_CALL(mock_csis_client_module_, GetDesiredSize(group_id)) in TEST_F()
6519 ON_CALL(mock_csis_client_module_, GetDesiredSize(group_id)) in TEST_F()
6579 ON_CALL(mock_csis_client_module_, GetDesiredSize(group_id)) in TEST_F()
6657 ON_CALL(mock_csis_client_module_, GetDesiredSize(group_id)) in TEST_F()
6732 ON_CALL(mock_csis_client_module_, GetDesiredSize(group_id)) in TEST_F()
6835 ON_CALL(mock_csis_client_module_, GetDesiredSize(group_id)) in TEST_F()
6926 ON_CALL(mock_csis_client_module_, GetDesiredSize(group_id)) in TEST_F()
7041 ON_CALL(mock_csis_client_module_, GetDesiredSize(group_id)) in TEST_F()
7121 ON_CALL(mock_csis_client_module_, GetDesiredSize(group_id)) in TEST_F()
7215 ON_CALL(mock_csis_client_module_, GetDesiredSize(group_id)) in TEST_F()
[all …]
Ddevice_groups.cc91 group_size = bluetooth::csis::CsisClient::Get()->GetDesiredSize(group_id_); in DesiredSize()
Ddevices_test.cc556 ON_CALL(mock_csis_client_module_, GetDesiredSize(_)) in SetUp()
Dstate_machine_test.cc308 ON_CALL(mock_csis_client_module_, GetDesiredSize(_)) in SetUp()