/system/bt/osi/test/ |
D | fixed_queue_test.cpp | 57 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 …]
|
D | data_dispatcher_test.cpp | 53 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 …]
|
D | alarm_test.cpp | 335 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/ |
D | btu_init.c | 165 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/ |
D | gatt_main.c | 156 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()
|
D | gatt_utils.c | 103 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/ |
D | fixed_queue.h | 41 void fixed_queue_free(fixed_queue_t *queue, fixed_queue_free_cb free_cb);
|
/system/bt/osi/src/ |
D | thread.c | 98 fixed_queue_free(ret->work_queue, osi_free); in thread_new_sized() 116 fixed_queue_free(thread->work_queue, osi_free); in thread_free()
|
D | fixed_queue.c | 65 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
|
D | eager_reader.c | 136 fixed_queue_free(reader->buffers, reader->allocator->free); in eager_reader_free()
|
D | alarm.c | 308 fixed_queue_free(default_callback_queue, NULL); in alarm_cleanup() 384 fixed_queue_free(default_callback_queue, NULL); in lazy_initialize()
|
/system/bt/main/ |
D | bte_main.c | 133 fixed_queue_free(btu_hci_msg_queue, NULL); in bte_main_cleanup()
|
/system/bt/stack/rfcomm/ |
D | rfc_utils.c | 176 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()
|
D | port_utils.c | 242 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/ |
D | avdt_ccb.c | 424 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()
|
D | avdt_scb.c | 653 fixed_queue_free(p_scb->frag_q, osi_free); in avdt_scb_dealloc()
|
/system/bt/bta/pan/ |
D | bta_pan_main.c | 307 fixed_queue_free(p_scb->data_queue, NULL); in bta_pan_scb_dealloc()
|
/system/bt/stack/gap/ |
D | gap_ble.c | 131 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()
|
D | gap_conn.c | 1210 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/ |
D | avct_lcb.c | 373 fixed_queue_free(p_lcb->tx_q, NULL); in avct_lcb_dealloc()
|
/system/bt/hci/src/ |
D | hci_layer.c | 297 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/ |
D | l2c_ucd.c | 649 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()
|
D | l2c_fcr.c | 234 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/ |
D | bta_sys_main.c | 197 fixed_queue_free(btu_bta_alarm_queue, NULL); in bta_sys_free()
|
/system/bt/btif/src/ |
D | btif_media_task.c | 911 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()
|