Searched refs:osi_free_func (Results 1 – 23 of 23) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_main.c | 109 fixed_queue_free(btm_cb.page_queue, osi_free_func); in btm_free() 110 fixed_queue_free(btm_cb.sec_pending_q, osi_free_func); in btm_free()
|
D | btm_ble_bgconn.c | 67 … hash_function_bdaddr, NULL, osi_free_func, bdaddr_equality_fn); in background_connections_lazy_init()
|
D | btm_dev.c | 738 btm_cb.p_sec_dev_rec_list = list_new(osi_free_func); in btm_sec_dev_init()
|
D | btm_acl.c | 77 btm_cb.p_acl_db_list = list_new(osi_free_func); in btm_acl_init() 78 btm_cb.p_pm_mode_db_list = list_new(osi_free_func); in btm_acl_init()
|
D | btm_sco.c | 137 fixed_queue_free(btm_cb.sco_cb.sco_db[i].xmit_data_q, osi_free_func); in btm_sco_free()
|
D | btm_ble_gap.c | 4606 fixed_queue_free(p_cb->conn_pending_q, osi_free_func); in btm_ble_free()
|
/hal_espressif-latest/components/bt/host/bluedroid/hci/ |
D | hci_layer.c | 207 fixed_pkt_queue_free(hci_host_env.command_queue, (fixed_pkt_queue_free_cb)osi_free_func); in hci_layer_deinit_env() 210 fixed_queue_free(hci_host_env.packet_queue, osi_free_func); in hci_layer_deinit_env() 321 …ree_func = metadata->command_free_cb ? metadata->command_free_cb : (hci_cmd_free_cb) osi_free_func; in event_command_ready() 510 …ree_func = metadata->command_free_cb ? metadata->command_free_cb : (hci_cmd_free_cb) osi_free_func; in filter_incoming_event()
|
D | hci_hal_h4.c | 146 fixed_queue_free(rx_q, osi_free_func); in hci_hal_env_deinit()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/ |
D | btc_profile_queue.c | 35 connect_queue = list_new(osi_free_func); in queue_int_add()
|
/hal_espressif-latest/components/bt/common/osi/include/osi/ |
D | allocator.h | 30 void osi_free_func(void *ptr);
|
/hal_espressif-latest/components/bt/common/osi/ |
D | pkt_queue.c | 45 pkt_queue_free_cb free_func = (free_cb != NULL) ? free_cb : (pkt_queue_free_cb)osi_free_func; in pkt_queue_cleanup()
|
D | allocator.c | 242 void osi_free_func(void *ptr) in osi_free_func() function
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_main.c | 107 gatt_cb.p_clcb_list = list_new(osi_free_func); in gatt_init() 108 gatt_cb.p_tcb_list = list_new(osi_free_func); in gatt_init()
|
D | gatt_utils.c | 2380 fixed_queue_free(p_tcb->sr_cmd.multi_rsp_q, osi_free_func); in gatt_cleanup_upon_disc()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/ |
D | l2c_main.c | 865 l2cb.p_ccb_pool = list_new(osi_free_func); in l2c_init() 869 l2cb.p_lcb_pool = list_new(osi_free_func); in l2c_init()
|
D | l2c_fcr.c | 241 fixed_queue_free(p_fcrb->waiting_for_ack_q, osi_free_func); in l2c_fcr_cleanup() 244 fixed_queue_free(p_fcrb->srej_rcv_hold_q, osi_free_func); in l2c_fcr_cleanup() 247 fixed_queue_free(p_fcrb->retrans_q, osi_free_func); in l2c_fcr_cleanup()
|
D | l2c_utils.c | 1715 fixed_queue_free(p_ccb->xmit_hold_q, osi_free_func); in l2cu_release_ccb() 1718 fixed_queue_free(p_ccb->fcrb.srej_rcv_hold_q, osi_free_func); in l2cu_release_ccb() 1719 fixed_queue_free(p_ccb->fcrb.retrans_q, osi_free_func); in l2cu_release_ccb() 1720 fixed_queue_free(p_ccb->fcrb.waiting_for_ack_q, osi_free_func); in l2cu_release_ccb()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/ |
D | btc_a2dp_sink.c | 744 fixed_queue_free(a2dp_sink_local_param.btc_aa_snk_cb.RxSbcQ, osi_free_func); in btc_a2dp_sink_thread_cleanup()
|
D | btc_a2dp_source.c | 1642 fixed_queue_free(a2dp_source_local_param.btc_aa_src_cb.TxAaQ, osi_free_func); in btc_a2dp_source_thread_cleanup()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/ |
D | sdp_main.c | 145 sdp_cb.server_db.p_record_list = list_new(osi_free_func); in sdp_init()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_co.c | 593 addr_info->assoc_addr = list_new(osi_free_func); in bta_gattc_co_cache_new_assoc_list()
|
D | bta_gattc_utils.c | 235 p_clcb->p_cmd_list = list_new(osi_free_func); in bta_gattc_clcb_alloc()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/ |
D | avdt_scb.c | 662 fixed_queue_free(p_scb->frag_q, osi_free_func); in avdt_scb_dealloc()
|