Home
last modified time | relevance | path

Searched refs:AddFromStorage (Results 1 – 25 of 29) sorted by relevance

12

/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_groups.cc25 void DeviceGroups::AddFromStorage(const RawAddress& /* addr */, in AddFromStorage() function in DeviceGroups
Dmock_bta_vc.cc26 void VolumeControl::AddFromStorage(const RawAddress& /* address */) { in AddFromStorage() function in VolumeControl
Dmock_bta_has.cc37 void HasClient::AddFromStorage(RawAddress const&, unsigned char, in AddFromStorage() function in bluetooth::le_audio::has::HasClient
Dmock_bta_csis.cc27 void CsisClient::AddFromStorage(const RawAddress& /* addr */, in AddFromStorage() function in CsisClient
Dmock_bta_hearing_aid.cc36 void HearingAid::AddFromStorage(const HearingDevice& /* dev_info */, in AddFromStorage() function in HearingAid
Dmock_bta_leaudio.cc44 void LeAudioClient::AddFromStorage( in AddFromStorage() function in LeAudioClient
/packages/modules/Bluetooth/system/bta/include/
Dbta_has_api.h38 static void AddFromStorage(const RawAddress& addr, uint8_t features,
Dbta_csis_api.h37 static void AddFromStorage(const RawAddress& addr,
Dbta_vc_api.h34 static void AddFromStorage(const RawAddress& address);
Dbta_groups.h64 static void AddFromStorage(const RawAddress& addr,
Dbta_le_audio_api.h86 static void AddFromStorage(const RawAddress& addr, bool autoconnect,
Dbta_hearing_aid_api.h246 static void AddFromStorage(const HearingDevice& dev_info,
/packages/modules/Bluetooth/system/btif/src/
Dbtif_profile_storage.cc583 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/
Dclient_linux.cc56 void LeAudioClient::AddFromStorage(const RawAddress& addr, bool autoconnect, in AddFromStorage() function in LeAudioClient
/packages/modules/Bluetooth/system/stack/test/common/
Dmock_eatt.cc39 void EattExtension::AddFromStorage(const RawAddress& /* bd_addr */) {} in AddFromStorage() function in bluetooth::eatt::EattExtension
/packages/modules/Bluetooth/system/stack/eatt/
Deatt.h120 static void AddFromStorage(const RawAddress& bd_addr);
Deatt.cc123 void EattExtension::AddFromStorage(const RawAddress& bd_addr) { in AddFromStorage() function in bluetooth::eatt::EattExtension
/packages/modules/Bluetooth/system/bta/groups/
Dgroups_test.cc307 DeviceGroups::AddFromStorage(GetTestAddress(1), dev1_storage); in TEST_F()
312 DeviceGroups::AddFromStorage(GetTestAddress(2), dev2_storage); in TEST_F()
Dgroups.cc343 void DeviceGroups::AddFromStorage(const RawAddress& addr, in AddFromStorage() function in bluetooth::groups::DeviceGroups
/packages/modules/Bluetooth/system/bta/vc/
Dvc.cc145 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/
Dhearing_aid.cc472 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/
Dhas_client.cc188 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/
Dcsis_client.cc675 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()
Dcsis_client_test.cc570 DeviceGroups::AddFromStorage(address, storage_group_buf); in TestAddFromStorage()
571 CsisClient::AddFromStorage(address, storage_buf); in TestAddFromStorage()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_attr.cc823 bluetooth::eatt::EattExtension::AddFromStorage(tcb.peer_bda); in gatt_cl_init_sr_status()

12