Searched refs:list_remove (Results 1 – 21 of 21) sorted by relevance
/device/soc/esp/esp32/components/bt/common/osi/ |
D | fixed_queue.c | 163 list_remove(queue->list, ret); in fixed_queue_dequeue() 212 removed = list_remove(queue->list, data); in fixed_queue_try_remove_from_queue()
|
D | hash_map.c | 145 bool rc = list_remove(hash_bucket_list, hash_map_entry); in hash_map_set() 175 bool remove = list_remove(hash_bucket_list, hash_map_entry); in hash_map_erase()
|
D | config.c | 262 return list_remove(config->sections, sec); in config_remove_section() 278 ret = list_remove(sec->entries, entry); in config_remove_key()
|
D | list.c | 173 bool list_remove(list_t *list, void *data) in list_remove() function
|
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/utils/list/ |
D | list.h | 72 bool list_remove(list_t *list, void *data);
|
/device/soc/esp/esp32/components/bt/common/osi/include/osi/ |
D | list.h | 84 bool list_remove(list_t *list, void *data);
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/ |
D | btm_dev.c | 414 list_remove(btm_cb.p_sec_dev_rec_list, p_dev_rec); in btm_sec_free_dev() 550 list_remove(btm_cb.p_sec_dev_rec_list, p_dev_rec); in btm_consolidate_dev() 560 list_remove(btm_cb.p_sec_dev_rec_list, p_dev_rec); in btm_consolidate_dev()
|
D | btm_acl.c | 486 list_remove(btm_cb.p_pm_mode_db_list, p->p_pm_mode_db); in btm_acl_removed() 489 if (list_remove(btm_cb.p_acl_db_list, p)) { in btm_acl_removed()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/core/ |
D | btc_profile_queue.c | 66 list_remove(connect_queue, list_front(connect_queue)); in queue_int_advance()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/ |
D | l2cap_client.c | 130 list_remove(l2cap_clients, client); in l2cap_client_free() 430 list_remove(client->outbound_fragments, packet); in dispatch_fragments()
|
D | l2c_link.c | 431 list_remove(p_lcb->link_xmit_data_q, p_buf); in l2c_link_hci_disc_comp() 1116 list_remove(p_lcb->link_xmit_data_q, p_buf); in l2c_link_check_send_pkts() 1169 list_remove(p_lcb->link_xmit_data_q, p_buf); in l2c_link_check_send_pkts()
|
D | l2c_main.c | 805 list_remove(l2cb.rcv_pending_q, p_buf); in l2c_process_held_packets()
|
D | l2c_api.c | 2231 list_remove(p_lcb->link_xmit_data_q, p_buf); in L2CA_FlushChannel()
|
D | l2c_fcr.c | 1467 list_remove(p_ccb->p_lcb->link_xmit_data_q, p_buf); in retransmit_i_frames()
|
D | l2c_utils.c | 233 list_remove(p_lcb->link_xmit_data_q, p_buf); in l2cu_release_lcb()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/sdp/ |
D | sdp_db.c | 358 list_remove(sdp_cb.server_db.p_record_list, p_node); in SDP_DeleteRecord() 370 list_remove(sdp_cb.server_db.p_record_list, p_rec); in SDP_DeleteRecord()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/hci/ |
D | hci_layer.c | 547 list_remove(cmd_wait_q->commands_pending_response, wait_entry); in get_waiting_command()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_co.c | 605 return list_remove(addr_info->assoc_addr, addr); in bta_gattc_co_cache_remove_assoc_addr()
|
D | bta_gattc_act.c | 1567 list_remove(p_clcb->p_cmd_list, (void *)p_data); in bta_gattc_pop_command_to_send() 1604 list_remove(p_clcb->p_cmd_list, (void *)p_data); in bta_gattc_free_command_data()
|
D | bta_gattc_cache.c | 561 list_remove(service->included_svc, include_service); in bta_gattc_update_include_service()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_utils.c | 1032 if (list_remove(gatt_cb.p_tcb_list, p_tcb)) { in gatt_tcb_free() 1789 list_remove(gatt_cb.p_clcb_list, p_clcb); in gatt_clcb_dealloc()
|