Home
last modified time | relevance | path

Searched refs:btif_storage_remove_leaudio (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_profile_storage.cc77 struct btif_storage_remove_leaudio btif_storage_remove_leaudio; variable
266 void btif_storage_remove_leaudio(const RawAddress& address) { in btif_storage_remove_leaudio() function
268 test::mock::btif_profile_storage::btif_storage_remove_leaudio(address); in btif_storage_remove_leaudio()
Dmock_btif_profile_storage.h400 struct btif_storage_remove_leaudio { struct
405 extern struct btif_storage_remove_leaudio btif_storage_remove_leaudio; argument
/packages/modules/Bluetooth/system/btif/src/
Dbtif_le_audio.cc186 do_in_jni_thread(Bind(&btif_storage_remove_leaudio, address)); in RemoveDevice()
194 do_in_jni_thread(Bind(&btif_storage_remove_leaudio, address)); in RemoveDevice()
Dbtif_profile_storage.cc877 void btif_storage_remove_leaudio(const RawAddress& address) { in btif_storage_remove_leaudio() function
/packages/modules/Bluetooth/system/btif/include/
Dbtif_profile_storage.h127 void btif_storage_remove_leaudio(const RawAddress& address);
Dbtif_storage.h315 void btif_storage_remove_leaudio(const RawAddress& address);
/packages/modules/Bluetooth/system/bta/test/common/
Dbtif_storage_mock.cc81 void btif_storage_remove_leaudio(RawAddress const& addr) { in btif_storage_remove_leaudio() function