Home
last modified time | relevance | path

Searched refs:btif_storage_remove_hearing_aid (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_profile_storage.cc74 struct btif_storage_remove_hearing_aid btif_storage_remove_hearing_aid; variable
252 void btif_storage_remove_hearing_aid(const RawAddress& address) { in btif_storage_remove_hearing_aid() function
254 test::mock::btif_profile_storage::btif_storage_remove_hearing_aid(address); in btif_storage_remove_hearing_aid()
Dmock_btif_profile_storage.h364 struct btif_storage_remove_hearing_aid { struct
369 extern struct btif_storage_remove_hearing_aid btif_storage_remove_hearing_aid; argument
/packages/modules/Bluetooth/system/btif/include/
Dbtif_profile_storage.h89 void btif_storage_remove_hearing_aid(const RawAddress& address);
Dbtif_storage.h252 void btif_storage_remove_hearing_aid(const RawAddress& address);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hearing_aid.cc101 do_in_jni_thread(Bind(&btif_storage_remove_hearing_aid, address)); in RemoveDevice()
Dbtif_profile_storage.cc514 btif_storage_remove_hearing_aid(bd_addr); in btif_storage_load_bonded_hearing_aids()
594 void btif_storage_remove_hearing_aid(const RawAddress& address) { in btif_storage_remove_hearing_aid() function