Home
last modified time | relevance | path

Searched refs:btif_storage_remove_leaudio_has (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_profile_storage.cc78 struct btif_storage_remove_leaudio_has btif_storage_remove_leaudio_has; variable
270 void btif_storage_remove_leaudio_has(const RawAddress& address) { in btif_storage_remove_leaudio_has() function
272 test::mock::btif_profile_storage::btif_storage_remove_leaudio_has(address); in btif_storage_remove_leaudio_has()
Dmock_btif_profile_storage.h410 struct btif_storage_remove_leaudio_has { struct
415 extern struct btif_storage_remove_leaudio_has btif_storage_remove_leaudio_has; argument
/packages/modules/Bluetooth/system/btif/include/
Dbtif_profile_storage.h136 void btif_storage_remove_leaudio_has(const RawAddress& address);
Dbtif_storage.h324 void btif_storage_remove_leaudio_has(const RawAddress& address);
/packages/modules/Bluetooth/system/bta/test/common/
Dbtif_storage_mock.cc135 void btif_storage_remove_leaudio_has(const RawAddress& address) { in btif_storage_remove_leaudio_has() function
/packages/modules/Bluetooth/system/btif/src/
Dbtif_has_client.cc120 do_in_jni_thread(Bind(&btif_storage_remove_leaudio_has, addr)); in RemoveDevice()
Dbtif_profile_storage.cc971 void btif_storage_remove_leaudio_has(const RawAddress& address) { in btif_storage_remove_leaudio_has() function
/packages/modules/Bluetooth/system/bta/has/
Dhas_client.cc87 void btif_storage_remove_leaudio_has(const RawAddress& address);
2014 btif_storage_remove_leaudio_has(device->addr); in ClearDeviceInformationAndStartSearch()