Home
last modified time | relevance | path

Searched refs:osi_free_func (Results 1 – 23 of 23) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_main.c109 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()
Dbtm_ble_bgconn.c67 … hash_function_bdaddr, NULL, osi_free_func, bdaddr_equality_fn); in background_connections_lazy_init()
Dbtm_dev.c738 btm_cb.p_sec_dev_rec_list = list_new(osi_free_func); in btm_sec_dev_init()
Dbtm_acl.c77 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()
Dbtm_sco.c137 fixed_queue_free(btm_cb.sco_cb.sco_db[i].xmit_data_q, osi_free_func); in btm_sco_free()
Dbtm_ble_gap.c4606 fixed_queue_free(p_cb->conn_pending_q, osi_free_func); in btm_ble_free()
/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_layer.c207 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()
Dhci_hal_h4.c146 fixed_queue_free(rx_q, osi_free_func); in hci_hal_env_deinit()
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_profile_queue.c35 connect_queue = list_new(osi_free_func); in queue_int_add()
/hal_espressif-latest/components/bt/common/osi/include/osi/
Dallocator.h30 void osi_free_func(void *ptr);
/hal_espressif-latest/components/bt/common/osi/
Dpkt_queue.c45 pkt_queue_free_cb free_func = (free_cb != NULL) ? free_cb : (pkt_queue_free_cb)osi_free_func; in pkt_queue_cleanup()
Dallocator.c242 void osi_free_func(void *ptr) in osi_free_func() function
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_main.c107 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()
Dgatt_utils.c2380 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/
Dl2c_main.c865 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()
Dl2c_fcr.c241 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()
Dl2c_utils.c1715 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/
Dbtc_a2dp_sink.c744 fixed_queue_free(a2dp_sink_local_param.btc_aa_snk_cb.RxSbcQ, osi_free_func); in btc_a2dp_sink_thread_cleanup()
Dbtc_a2dp_source.c1642 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/
Dsdp_main.c145 sdp_cb.server_db.p_record_list = list_new(osi_free_func); in sdp_init()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_co.c593 addr_info->assoc_addr = list_new(osi_free_func); in bta_gattc_co_cache_new_assoc_list()
Dbta_gattc_utils.c235 p_clcb->p_cmd_list = list_new(osi_free_func); in bta_gattc_clcb_alloc()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/
Davdt_scb.c662 fixed_queue_free(p_scb->frag_q, osi_free_func); in avdt_scb_dealloc()