Home
last modified time | relevance | path

Searched refs:fixed_queue_free (Results 1 – 25 of 29) sorted by relevance

12

/system/bt/osi/test/
Dfixed_queue_test.cpp57 fixed_queue_free(queue, NULL); in TEST_F()
62 fixed_queue_free(queue, NULL); in TEST_F()
67 fixed_queue_free(queue, NULL); in TEST_F()
72 fixed_queue_free(queue, NULL); in TEST_F()
75 fixed_queue_free(NULL, NULL); in TEST_F()
76 fixed_queue_free(NULL, osi_free); in TEST_F()
98 fixed_queue_free(queue, NULL); in TEST_F()
120 fixed_queue_free(queue, NULL); in TEST_F()
130 fixed_queue_free(queue, NULL); in TEST_F()
136 fixed_queue_free(queue, NULL); in TEST_F()
[all …]
Ddata_dispatcher_test.cpp53 fixed_queue_free(dummy_queue, NULL); in TEST_F()
77 fixed_queue_free(dummy_queue0, NULL); in TEST_F()
78 fixed_queue_free(dummy_queue1, NULL); in TEST_F()
102 fixed_queue_free(dummy_queue, NULL); in TEST_F()
103 fixed_queue_free(default_queue, NULL); in TEST_F()
126 fixed_queue_free(dummy_queue, NULL); in TEST_F()
153 fixed_queue_free(dummy_queue0, NULL); in TEST_F()
154 fixed_queue_free(dummy_queue1, NULL); in TEST_F()
178 fixed_queue_free(dummy_queue, NULL); in TEST_F()
179 fixed_queue_free(dummy_queue_reregistered, NULL); in TEST_F()
[all …]
Dalarm_test.cpp335 fixed_queue_free(queue, NULL); in TEST_F()
393 fixed_queue_free(queue, NULL); in TEST_F()
451 fixed_queue_free(queue, NULL); in TEST_F()
/system/bt/stack/btu/
Dbtu_init.c165 fixed_queue_free(btu_bta_msg_queue, NULL); in BTU_ShutDown()
168 fixed_queue_free(btu_general_alarm_queue, NULL); in BTU_ShutDown()
/system/bt/stack/gatt/
Dgatt_main.c156 fixed_queue_free(gatt_cb.sign_op_queue, NULL); in gatt_free()
158 fixed_queue_free(gatt_cb.srv_chg_clt_q, NULL); in gatt_free()
160 fixed_queue_free(gatt_cb.pending_new_srv_start_q, NULL); in gatt_free()
164 fixed_queue_free(gatt_cb.tcb[i].pending_enc_clcb, NULL); in gatt_free()
167 fixed_queue_free(gatt_cb.tcb[i].pending_ind_q, NULL); in gatt_free()
176 fixed_queue_free(gatt_cb.tcb[i].sr_cmd.multi_rsp_q, NULL); in gatt_free()
404 fixed_queue_free(p_tcb->pending_enc_clcb, NULL); in gatt_act_connect()
405 fixed_queue_free(p_tcb->pending_ind_q, NULL); in gatt_act_connect()
406 fixed_queue_free(p_tcb->sr_cmd.multi_rsp_q, NULL); in gatt_act_connect()
Dgatt_utils.c103 fixed_queue_free(p_tcb->pending_ind_q, NULL); in gatt_free_pending_ind()
126 fixed_queue_free(p_tcb->pending_enc_clcb, NULL); in gatt_free_pending_enc_queue()
395 fixed_queue_free(p->svc_db.svc_buffer, NULL); in gatt_free_hdl_buffer()
420 fixed_queue_free(p_elem->svc_db.svc_buffer, NULL); in gatt_free_srvc_db_buffer_app_id()
2287 fixed_queue_free(p_tcb->sr_cmd.multi_rsp_q, NULL); in gatt_cleanup_upon_disc()
/system/bt/osi/include/
Dfixed_queue.h41 void fixed_queue_free(fixed_queue_t *queue, fixed_queue_free_cb free_cb);
/system/bt/osi/src/
Dthread.c98 fixed_queue_free(ret->work_queue, osi_free); in thread_new_sized()
116 fixed_queue_free(thread->work_queue, osi_free); in thread_free()
Dfixed_queue.c65 fixed_queue_free(ret, NULL); in fixed_queue_new()
69 void fixed_queue_free(fixed_queue_t *queue, fixed_queue_free_cb free_cb) { in fixed_queue_free() function
Deager_reader.c136 fixed_queue_free(reader->buffers, reader->allocator->free); in eager_reader_free()
Dalarm.c308 fixed_queue_free(default_callback_queue, NULL); in alarm_cleanup()
384 fixed_queue_free(default_callback_queue, NULL); in lazy_initialize()
/system/bt/main/
Dbte_main.c133 fixed_queue_free(btu_hci_msg_queue, NULL); in bte_main_cleanup()
/system/bt/stack/rfcomm/
Drfc_utils.c176 fixed_queue_free(p_mcb->cmd_q, NULL); in rfc_alloc_multiplexer_channel()
218 fixed_queue_free(p_mcb->cmd_q, osi_free); in rfc_release_multiplexer_channel()
Dport_utils.c242 fixed_queue_free(p_port->tx.queue, NULL); in port_release_port()
244 fixed_queue_free(p_port->rx.queue, NULL); in port_release_port()
/system/bt/stack/avdt/
Davdt_ccb.c424 fixed_queue_free(p_ccb->cmd_q, NULL); in avdt_ccb_dealloc()
425 fixed_queue_free(p_ccb->rsp_q, NULL); in avdt_ccb_dealloc()
Davdt_scb.c653 fixed_queue_free(p_scb->frag_q, osi_free); in avdt_scb_dealloc()
/system/bt/bta/pan/
Dbta_pan_main.c307 fixed_queue_free(p_scb->data_queue, NULL); in bta_pan_scb_dealloc()
/system/bt/stack/gap/
Dgap_ble.c131 fixed_queue_free(p_clcb->pending_req_q, NULL); in gap_clcb_alloc()
163 fixed_queue_free(p_clcb->pending_req_q, NULL); in gap_ble_dealloc_clcb()
Dgap_conn.c1210 fixed_queue_free(p_ccb->rx_queue, NULL); in gap_release_ccb()
1215 fixed_queue_free(p_ccb->tx_queue, NULL); in gap_release_ccb()
/system/bt/stack/avct/
Davct_lcb.c373 fixed_queue_free(p_lcb->tx_q, NULL); in avct_lcb_dealloc()
/system/bt/hci/src/
Dhci_layer.c297 fixed_queue_free(command_queue, osi_free); in shut_down()
299 fixed_queue_free(packet_queue, buffer_allocator->free); in shut_down()
/system/bt/stack/l2cap/
Dl2c_ucd.c649 fixed_queue_free(p_lcb->ucd_out_sec_pending_q, NULL); in l2c_ucd_delete_sec_pending_q()
654 fixed_queue_free(p_lcb->ucd_in_sec_pending_q); in l2c_ucd_delete_sec_pending_q()
Dl2c_fcr.c234 fixed_queue_free(p_fcrb->waiting_for_ack_q, osi_free); in l2c_fcr_cleanup()
237 fixed_queue_free(p_fcrb->srej_rcv_hold_q, osi_free); in l2c_fcr_cleanup()
240 fixed_queue_free(p_fcrb->retrans_q, osi_free); in l2c_fcr_cleanup()
789 fixed_queue_free(temp_q, NULL); in l2c_fcr_proc_pdu()
/system/bt/bta/sys/
Dbta_sys_main.c197 fixed_queue_free(btu_bta_alarm_queue, NULL); in bta_sys_free()
/system/bt/btif/src/
Dbtif_media_task.c911 fixed_queue_free(btif_media_cmd_msg_queue, NULL); in btif_a2dp_stop_media_task()
1434 fixed_queue_free(btif_media_cb.TxAaQ, NULL); in btif_media_thread_cleanup()
1436 fixed_queue_free(btif_media_cb.RxSbcQ, NULL); in btif_media_thread_cleanup()

12