/external/bluetooth/bluez/tools/ |
D | sdptool.c | 765 sdp_list_free(attrid_list, NULL); in set_attrib() 879 sdp_list_free(attrid_list, NULL); in set_attribseq() 1109 sdp_list_free(list, free); in print_service_attr() 1114 sdp_list_foreach(proto, (sdp_list_func_t)sdp_list_free, 0); in print_service_attr() 1115 sdp_list_free(proto, 0); in print_service_attr() 1120 sdp_list_free(list, free); in print_service_attr() 1125 sdp_list_free(list, free); in print_service_attr() 1155 sdp_list_free(langs, 0); in add_lang_attr() 1173 sdp_list_free(root, 0); in add_sp() 1178 sdp_list_free(svclass_id, 0); in add_sp() [all …]
|
/external/bluetooth/bluez/compat/ |
D | sdp.c | 61 sdp_list_free(langs, 0); in add_lang_attr() 208 sdp_list_free(search, NULL); in get_sdp_device_info() 209 sdp_list_free(attrid, NULL); in get_sdp_device_info() 218 sdp_list_free(search, NULL); in get_sdp_device_info() 219 sdp_list_free(attrid, NULL); in get_sdp_device_info() 322 sdp_list_free(search, NULL); in get_alternate_device_info() 323 sdp_list_free(attrid, NULL); in get_alternate_device_info() 334 sdp_list_free(search, NULL); in get_alternate_device_info() 335 sdp_list_free(attrid, NULL); in get_alternate_device_info() 413 sdp_list_free(root, 0); in bnep_sdp_register() [all …]
|
/external/bluetooth/bluez/audio/ |
D | manager.c | 279 sdp_list_free(proto[0], 0); in hsp_ag_record() 280 sdp_list_free(proto[1], 0); in hsp_ag_record() 281 sdp_list_free(apseq, 0); in hsp_ag_record() 282 sdp_list_free(pfseq, 0); in hsp_ag_record() 283 sdp_list_free(aproto, 0); in hsp_ag_record() 284 sdp_list_free(root, 0); in hsp_ag_record() 285 sdp_list_free(svclass_id, 0); in hsp_ag_record() 335 sdp_list_free(proto[0], 0); in hfp_hs_record() 336 sdp_list_free(proto[1], 0); in hfp_hs_record() 337 sdp_list_free(apseq, 0); in hfp_hs_record() [all …]
|
D | control.c | 258 sdp_list_free(proto[0], 0); in avrcp_ct_record() 259 sdp_list_free(proto[1], 0); in avrcp_ct_record() 260 sdp_list_free(apseq, 0); in avrcp_ct_record() 261 sdp_list_free(pfseq, 0); in avrcp_ct_record() 262 sdp_list_free(aproto, 0); in avrcp_ct_record() 263 sdp_list_free(root, 0); in avrcp_ct_record() 264 sdp_list_free(svclass_id, 0); in avrcp_ct_record() 325 sdp_list_free(proto[0], 0); in avrcp_tg_record() 326 sdp_list_free(proto[1], 0); in avrcp_tg_record() 327 sdp_list_free(apseq, 0); in avrcp_tg_record() [all …]
|
D | gateway.c | 301 sdp_list_free(classes, free); in get_record_cb() 305 sdp_list_free(protos, NULL); in get_record_cb() 312 sdp_list_foreach(protos, (sdp_list_func_t) sdp_list_free, NULL); in get_record_cb() 313 sdp_list_free(protos, NULL); in get_record_cb()
|
D | a2dp.c | 1372 sdp_list_free(proto[0], 0); in a2dp_record() 1373 sdp_list_free(proto[1], 0); in a2dp_record() 1374 sdp_list_free(apseq, 0); in a2dp_record() 1375 sdp_list_free(pfseq, 0); in a2dp_record() 1376 sdp_list_free(aproto, 0); in a2dp_record() 1377 sdp_list_free(root, 0); in a2dp_record() 1378 sdp_list_free(svclass_id, 0); in a2dp_record()
|
/external/bluetooth/bluez/health/ |
D | hdp_util.c | 345 sdp_list_free(svc_list, NULL); in set_sdp_services_uuid() 349 sdp_list_free(svc_list, NULL); in set_sdp_services_uuid() 428 sdp_list_free(l2cap_list, NULL); in register_service_protocols() 430 sdp_list_free(mcap_list, NULL); in register_service_protocols() 432 sdp_list_free(proto_list, NULL); in register_service_protocols() 434 sdp_list_free(access_proto_list, NULL); in register_service_protocols() 462 sdp_list_free(profile_list, NULL); in register_service_profiles() 529 sdp_list_free(l2cap_list, NULL); in register_service_additional_protocols() 531 sdp_list_free(mcap_list, NULL); in register_service_additional_protocols() 533 sdp_list_free(proto_list, NULL); in register_service_additional_protocols() [all …]
|
/external/bluetooth/bluez/plugins/ |
D | pnat.c | 405 sdp_list_free(root, NULL); in dun_record() 406 sdp_list_free(svclass_id, NULL); in dun_record() 407 sdp_list_free(proto[0], NULL); in dun_record() 408 sdp_list_free(proto[1], NULL); in dun_record() 409 sdp_list_free(pfseq, NULL); in dun_record() 410 sdp_list_free(apseq, NULL); in dun_record() 411 sdp_list_free(aproto, NULL); in dun_record()
|
/external/bluetooth/bluez/src/ |
D | sdpd-service.c | 112 sdp_list_free(browselist, 0); in register_public_browse_group() 147 sdp_list_free(classIDList, 0); in register_server_service() 200 sdp_list_free(class_list, NULL); in register_device_id() 205 sdp_list_free(group_list, NULL); in register_device_id() 211 sdp_list_free(profile_list, NULL); in register_device_id() 345 sdp_list_free(rec->attrlist, (sdp_free_func_t) sdp_data_free); in extract_pdu_server()
|
D | glib-helper.c | 183 sdp_list_free(recs, (sdp_free_func_t) sdp_record_free); in search_completed_cb() 248 sdp_list_free(attrids, NULL); in connect_watch() 249 sdp_list_free(search, NULL); in connect_watch() 254 sdp_list_free(attrids, NULL); in connect_watch() 255 sdp_list_free(search, NULL); in connect_watch()
|
D | sdpd-database.c | 95 sdp_list_free(service_db, (sdp_free_func_t) sdp_record_free); in sdp_svcdb_reset() 96 sdp_list_free(access_db, access_free); in sdp_svcdb_reset()
|
D | adapter.c | 2063 sdp_list_free(proto[0], 0); in add_headset_ag_record() 2064 sdp_list_free(proto[1], 0); in add_headset_ag_record() 2065 sdp_list_free(apseq, 0); in add_headset_ag_record() 2066 sdp_list_free(aproto, 0); in add_headset_ag_record() 2131 sdp_list_free(proto[0], 0); in add_handsfree_ag_record() 2132 sdp_list_free(proto[1], 0); in add_handsfree_ag_record() 2133 sdp_list_free(apseq, 0); in add_handsfree_ag_record() 2134 sdp_list_free(aproto, 0); in add_handsfree_ag_record() 2197 sdp_list_free(proto[0], 0); in add_pbap_pse_record() 2198 sdp_list_free(proto[1], 0); in add_pbap_pse_record() [all …]
|
D | sdpd-request.c | 248 sdp_list_free(pSeq, free); in extract_des() 540 sdp_list_free(pattern, free); in service_search_req() 763 sdp_list_free(seq, free); in service_attr_req() 947 sdp_list_free(pattern, free); in service_search_attr_req() 949 sdp_list_free(seq, free); in service_search_attr_req()
|
D | attrib-server.c | 112 sdp_list_free(root, NULL); in server_record_new() 116 sdp_list_free(svclass_id, NULL); in server_record_new() 138 sdp_list_free(proto[0], NULL); in server_record_new() 139 sdp_list_free(proto[1], NULL); in server_record_new() 140 sdp_list_free(apseq, NULL); in server_record_new() 141 sdp_list_free(aproto, NULL); in server_record_new()
|
D | device.c | 164 sdp_list_free(req->records, (sdp_free_func_t) sdp_record_free); in browse_request_free() 212 sdp_list_free(device->tmp_records, in device_free() 800 sdp_list_foreach(ap, (sdp_list_func_t) sdp_list_free, NULL); in get_service_attribute_value_reply() 801 sdp_list_free(ap, NULL); in get_service_attribute_value_reply() 1300 sdp_list_free(records, (sdp_free_func_t) sdp_record_free); in device_remove_drivers() 1361 sdp_list_free(svcclass, free); in update_services() 1389 sdp_list_free(svcclass, free); in update_services() 1412 sdp_list_free(svcclass, free); in update_services() 1504 sdp_list_free(device->tmp_records, in search_cb()
|
D | storage.c | 909 sdp_list_free(records, (sdp_free_func_t) sdp_record_free); in delete_all_records() 948 sdp_list_free(svcclass, free); in find_record_in_list() 953 sdp_list_free(svcclass, free); in find_record_in_list() 1066 sdp_list_free(recs, (sdp_free_func_t)sdp_record_free); in read_device_id()
|
/external/bluetooth/bluez/test/ |
D | sdptest.c | 86 sdp_list_free(attrids, NULL); in cmd_search() 88 sdp_list_free(search, NULL); in cmd_search()
|
/external/bluetooth/bluez/serial/ |
D | manager.c | 90 sdp_list_foreach(protos, (sdp_list_func_t) sdp_list_free, NULL); in serial_probe() 91 sdp_list_free(protos, NULL); in serial_probe()
|
D | proxy.c | 145 sdp_list_free(langs, 0); in add_lang_attr() 163 sdp_list_free(root, NULL); in proxy_record_new() 169 sdp_list_free(svclass_id, NULL); in proxy_record_new() 175 sdp_list_free(profiles, NULL); in proxy_record_new() 195 sdp_list_free(proto[0], NULL); in proxy_record_new() 196 sdp_list_free(proto[1], NULL); in proxy_record_new() 197 sdp_list_free(apseq, NULL); in proxy_record_new() 198 sdp_list_free(aproto, NULL); in proxy_record_new()
|
D | port.c | 397 sdp_list_foreach(protos, (sdp_list_func_t) sdp_list_free, NULL); in get_record_cb() 398 sdp_list_free(protos, NULL); in get_record_cb()
|
/external/bluetooth/bluez/network/ |
D | server.c | 155 sdp_list_free(langs, 0); in add_lang_attr() 273 sdp_list_free(apseq, NULL); in server_record_new() 274 sdp_list_free(root, NULL); in server_record_new() 275 sdp_list_free(aproto, NULL); in server_record_new() 276 sdp_list_free(proto[0], NULL); in server_record_new() 277 sdp_list_free(proto[1], NULL); in server_record_new() 278 sdp_list_free(svclass, NULL); in server_record_new() 279 sdp_list_free(pfseq, NULL); in server_record_new()
|
/external/bluetooth/bluez/input/ |
D | manager.c | 106 sdp_list_foreach(protos, (sdp_list_func_t) sdp_list_free, NULL); in headset_probe() 107 sdp_list_free(protos, NULL); in headset_probe()
|
/external/bluetooth/bluez/sap/ |
D | server.c | 207 sdp_list_free(root, NULL); in create_sap_record() 215 sdp_list_free(svclass_id, NULL); in create_sap_record() 221 sdp_list_free(profiles, NULL); in create_sap_record() 240 sdp_list_free(proto[0], NULL); in create_sap_record() 241 sdp_list_free(proto[1], NULL); in create_sap_record() 242 sdp_list_free(apseq, NULL); in create_sap_record() 243 sdp_list_free(aproto, NULL); in create_sap_record()
|
/external/bluetooth/bluez/attrib/ |
D | gatt.c | 637 sdp_list_free(list, free); in gatt_parse_record() 644 sdp_list_foreach(list, (sdp_list_func_t) sdp_list_free, NULL); in gatt_parse_record() 645 sdp_list_free(list, NULL); in gatt_parse_record()
|
/external/bluetooth/bluez/lib/bluetooth/ |
D | sdp_lib.h | 48 void sdp_list_free(sdp_list_t *list, sdp_free_func_t f);
|