/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bta_groups.cc | 25 void DeviceGroups::AddFromStorage(const RawAddress& /* addr */, in AddFromStorage() function in DeviceGroups
|
D | mock_bta_vc.cc | 26 void VolumeControl::AddFromStorage(const RawAddress& /* address */) { in AddFromStorage() function in VolumeControl
|
D | mock_bta_has.cc | 37 void HasClient::AddFromStorage(RawAddress const&, unsigned char, in AddFromStorage() function in bluetooth::le_audio::has::HasClient
|
D | mock_bta_csis.cc | 27 void CsisClient::AddFromStorage(const RawAddress& /* addr */, in AddFromStorage() function in CsisClient
|
D | mock_bta_hearing_aid.cc | 36 void HearingAid::AddFromStorage(const HearingDevice& /* dev_info */, in AddFromStorage() function in HearingAid
|
D | mock_bta_leaudio.cc | 44 void LeAudioClient::AddFromStorage( in AddFromStorage() function in LeAudioClient
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_has_api.h | 38 static void AddFromStorage(const RawAddress& addr, uint8_t features,
|
D | bta_csis_api.h | 37 static void AddFromStorage(const RawAddress& addr,
|
D | bta_vc_api.h | 34 static void AddFromStorage(const RawAddress& address);
|
D | bta_groups.h | 64 static void AddFromStorage(const RawAddress& addr,
|
D | bta_le_audio_api.h | 86 static void AddFromStorage(const RawAddress& addr, bool autoconnect,
|
D | bta_hearing_aid_api.h | 246 static void AddFromStorage(const HearingDevice& dev_info,
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_profile_storage.cc | 583 Bind(&HearingAid::AddFromStorage, in btif_storage_load_bonded_hearing_aids() 861 Bind(&LeAudioClient::AddFromStorage, bd_addr, autoconnect, in btif_storage_load_bonded_leaudio() 963 Bind(&bluetooth::le_audio::has::HasClient::AddFromStorage, in btif_storage_load_bonded_leaudio_has_devices() 1057 do_in_main_thread(FROM_HERE, Bind(&DeviceGroups::AddFromStorage, bd_addr, in btif_storage_load_bonded_groups() 1070 Bind(&VolumeControl::AddFromStorage, bd_addr)); in btif_storage_load_bonded_volume_control_devices() 1106 FROM_HERE, Bind(&CsisClient::AddFromStorage, bd_addr, std::move(in))); in btif_storage_load_bonded_csis_devices()
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | client_linux.cc | 56 void LeAudioClient::AddFromStorage(const RawAddress& addr, bool autoconnect, in AddFromStorage() function in LeAudioClient
|
/packages/modules/Bluetooth/system/stack/test/common/ |
D | mock_eatt.cc | 39 void EattExtension::AddFromStorage(const RawAddress& /* bd_addr */) {} in AddFromStorage() function in bluetooth::eatt::EattExtension
|
/packages/modules/Bluetooth/system/stack/eatt/ |
D | eatt.h | 120 static void AddFromStorage(const RawAddress& bd_addr);
|
D | eatt.cc | 123 void EattExtension::AddFromStorage(const RawAddress& bd_addr) { in AddFromStorage() function in bluetooth::eatt::EattExtension
|
/packages/modules/Bluetooth/system/bta/groups/ |
D | groups_test.cc | 307 DeviceGroups::AddFromStorage(GetTestAddress(1), dev1_storage); in TEST_F() 312 DeviceGroups::AddFromStorage(GetTestAddress(2), dev2_storage); in TEST_F()
|
D | groups.cc | 343 void DeviceGroups::AddFromStorage(const RawAddress& addr, in AddFromStorage() function in bluetooth::groups::DeviceGroups
|
/packages/modules/Bluetooth/system/bta/vc/ |
D | vc.cc | 145 void AddFromStorage(const RawAddress& address) { in AddFromStorage() function in __anone6dee6a90111::VolumeControlImpl 1281 void VolumeControl::AddFromStorage(const RawAddress& address) { in AddFromStorage() function in VolumeControl 1287 instance->AddFromStorage(address); in AddFromStorage()
|
/packages/modules/Bluetooth/system/bta/hearing_aid/ |
D | hearing_aid.cc | 472 void AddFromStorage(const HearingDevice& dev_info, bool is_acceptlisted) { in AddFromStorage() function in __anon39b8338d0111::HearingAidImpl 2230 void HearingAid::AddFromStorage(const HearingDevice& dev_info, in AddFromStorage() function in HearingAid 2236 instance->AddFromStorage(dev_info, is_acceptlisted); in AddFromStorage()
|
/packages/modules/Bluetooth/system/bta/has/ |
D | has_client.cc | 188 void AddFromStorage(const RawAddress& address, uint8_t features, in AddFromStorage() function in __anon4af03b2d0111::HasClientImpl 2125 void HasClient::AddFromStorage(const RawAddress& addr, uint8_t features, in AddFromStorage() function in HasClient 2131 instance->AddFromStorage(addr, features, is_acceptlisted); in AddFromStorage()
|
/packages/modules/Bluetooth/system/bta/csis/ |
D | csis_client.cc | 675 void AddFromStorage(const RawAddress& addr, const std::vector<uint8_t>& in) { in AddFromStorage() function in __anond4be34f90111::CsisClientImpl 2402 void CsisClient::AddFromStorage(const RawAddress& addr, in AddFromStorage() function in CsisClient 2409 instance->AddFromStorage(addr, in); in AddFromStorage()
|
D | csis_client_test.cc | 570 DeviceGroups::AddFromStorage(address, storage_group_buf); in TestAddFromStorage() 571 CsisClient::AddFromStorage(address, storage_buf); in TestAddFromStorage()
|
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_attr.cc | 823 bluetooth::eatt::EattExtension::AddFromStorage(tcb.peer_bda); in gatt_cl_init_sr_status()
|