Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_profile_storage.cc75 struct btif_storage_remove_hid_info btif_storage_remove_hid_info; variable
120 bt_status_t btif_storage_remove_hid_info::return_value = BT_STATUS_SUCCESS;
256 bt_status_t btif_storage_remove_hid_info(const tAclLinkSpec& link_spec) { in btif_storage_remove_hid_info() function
258 return test::mock::btif_profile_storage::btif_storage_remove_hid_info( in btif_storage_remove_hid_info()
Dmock_btif_profile_storage.h374 struct btif_storage_remove_hid_info { struct
382 extern struct btif_storage_remove_hid_info btif_storage_remove_hid_info; argument
/packages/modules/Bluetooth/system/btif/include/
Dbtif_profile_storage.h74 bt_status_t btif_storage_remove_hid_info(const tAclLinkSpec& link_spec);
Dbtif_storage.h246 bt_status_t btif_storage_remove_hid_info(const tAclLinkSpec& link_spec);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_profile_storage.cc178 btif_storage_remove_hid_info(link_spec); in btif_storage_load_bonded_hid_device()
235 btif_storage_remove_hid_info(link_spec); in btif_storage_load_bonded_hogp_device()
322 bt_status_t btif_storage_remove_hid_info(const tAclLinkSpec& link_spec) { in btif_storage_remove_hid_info() function
Dbtif_hh.cc644 btif_storage_remove_hid_info(link_spec); in btif_hh_load_bonded_dev()
680 btif_storage_remove_hid_info(p_added_dev->link_spec); in btif_hh_remove_device()
1056 btif_storage_remove_hid_info(p_dev->link_spec); in btif_hh_upstreams_evt()