Searched refs:GetDesiredSize (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/bta/csis/ |
D | csis_client.cc | 243 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 …]
|
D | csis_types.h | 359 int GetDesiredSize(void) const { return size_; } in GetDesiredSize() function
|
D | csis_client_test.cc | 1001 ASSERT_EQ(g_1->GetDesiredSize(), 10); in TEST_F()
|
/packages/modules/Bluetooth/system/bta/test/common/ |
D | mock_csis_client.h | 36 MOCK_METHOD((int), GetDesiredSize, (int group_id), (const override));
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_csis_api.h | 52 virtual int GetDesiredSize(int group_id) const = 0;
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | le_audio_client_test.cc | 6402 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 …]
|
D | device_groups.cc | 91 group_size = bluetooth::csis::CsisClient::Get()->GetDesiredSize(group_id_); in DesiredSize()
|
D | devices_test.cc | 556 ON_CALL(mock_csis_client_module_, GetDesiredSize(_)) in SetUp()
|
D | state_machine_test.cc | 308 ON_CALL(mock_csis_client_module_, GetDesiredSize(_)) in SetUp()
|