Searched refs:GetDeviceList (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/bta/test/common/ |
D | mock_csis_client.h | 34 MOCK_METHOD((std::vector<RawAddress>), GetDeviceList, (int group_id),
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_csis_api.h | 51 virtual std::vector<RawAddress> GetDeviceList(int group_id) = 0;
|
/packages/modules/Bluetooth/system/bta/has/ |
D | has_client_test.cc | 420 auto addresses = csis_api->GetDeviceList(group_id); in set_sample_database() 530 mock_csis_client_module_.GetDeviceList(synced_group); in set_sample_database() 586 mock_csis_client_module_.GetDeviceList(synced_group); in set_sample_database() 1983 ON_CALL(mock_csis_client_module_, GetDeviceList(not_synced_group)) in TEST_F() 2429 ON_CALL(mock_csis_client_module_, GetDeviceList(unlucky_group)) in TEST_F() 2455 ON_CALL(mock_csis_client_module_, GetDeviceList(not_synced_group)) in TEST_F() 2522 ON_CALL(mock_csis_client_module_, GetDeviceList(synced_group)) in TEST_F() 2666 ON_CALL(mock_csis_client_module_, GetDeviceList(not_synced_group)) in TEST_F() 2733 ON_CALL(mock_csis_client_module_, GetDeviceList(synced_group)) in TEST_F() 2827 ON_CALL(mock_csis_client_module_, GetDeviceList(not_synced_group)) in TEST_F() [all …]
|
D | has_client.cc | 165 addresses = csis_api->GetDeviceList(group_id); in Connect() 215 addresses = csis_api->GetDeviceList(group_id); in Disconnect() 554 auto addresses = csis_api->GetDeviceList(group_id); in CpPresetOperationCaller() 745 addresses = csis_api->GetDeviceList(operation.GetGroupId()); in CpWritePresetNameOperation() 795 auto addresses = csis_api->GetDeviceList(std::get<int>(addr_or_group_id)); in shouldRequestSyncedOp()
|
/packages/modules/Bluetooth/system/bta/vc/ |
D | vc.cc | 397 auto devices = csis_api->GetDeviceList(group_id); in HandleAutonomusVolumeChange() 906 auto devices = csis_api->GetDeviceList(group_id); in MuteUnmute() 985 auto devices = csis_api->GetDeviceList(group_id); in SetVolume()
|
D | vc_test.cc | 1529 ON_CALL(mock_csis_client_module_, GetDeviceList(_)) in SetUp()
|
/packages/modules/Bluetooth/system/bta/csis/ |
D | csis_client.cc | 453 std::vector<RawAddress> GetDeviceList(int group_id) override { in GetDeviceList() function in __anond4be34f90111::CsisClientImpl
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | devices_test.cc | 554 ON_CALL(mock_csis_client_module_, GetDeviceList(_)) in SetUp()
|
D | state_machine_test.cc | 306 ON_CALL(mock_csis_client_module_, GetDeviceList(_)) in SetUp()
|