/system/bt/osi/test/ |
D | fixed_queue_test.cc | 60 fixed_queue_free(queue, NULL); in TEST_F() 65 fixed_queue_free(queue, NULL); in TEST_F() 70 fixed_queue_free(queue, NULL); in TEST_F() 75 fixed_queue_free(queue, NULL); in TEST_F() 78 fixed_queue_free(NULL, NULL); in TEST_F() 79 fixed_queue_free(NULL, osi_free); in TEST_F() 90 fixed_queue_free(queue, osi_free); in TEST_F() 97 fixed_queue_free(queue, osi_free); in TEST_F() 108 fixed_queue_free(queue, osi_free); in TEST_F() 121 fixed_queue_free(queue, osi_free); in TEST_F() [all …]
|
/system/bt/stack/btm/ |
D | btm_main.cc | 78 fixed_queue_free(btm_cb.page_queue, NULL); in btm_free() 81 fixed_queue_free(btm_cb.sec_pending_q, NULL); in btm_free()
|
/system/bt/osi/include/ |
D | fixed_queue.h | 44 void fixed_queue_free(fixed_queue_t* queue, fixed_queue_free_cb free_cb);
|
/system/bt/osi/src/ |
D | thread.cc | 97 fixed_queue_free(ret->work_queue, osi_free); in thread_new_sized() 114 fixed_queue_free(thread->work_queue, osi_free); in thread_free()
|
D | fixed_queue.cc | 64 fixed_queue_free(ret, NULL); in fixed_queue_new() 68 void fixed_queue_free(fixed_queue_t* queue, fixed_queue_free_cb free_cb) { in fixed_queue_free() function
|
D | alarm.cc | 294 fixed_queue_free(default_callback_queue, NULL); in alarm_cleanup() 366 fixed_queue_free(default_callback_queue, NULL); in lazy_initialize()
|
/system/bt/stack/rfcomm/ |
D | rfc_utils.cc | 170 fixed_queue_free(p_mcb->cmd_q, NULL); in rfc_alloc_multiplexer_channel() 212 fixed_queue_free(p_mcb->cmd_q, osi_free); in rfc_release_multiplexer_channel()
|
D | port_utils.cc | 237 fixed_queue_free(p_port->tx.queue, nullptr); in port_release_port() 239 fixed_queue_free(p_port->rx.queue, nullptr); in port_release_port()
|
/system/bt/stack/gatt/ |
D | gatt_main.cc | 152 fixed_queue_free(gatt_cb.sign_op_queue, NULL); in gatt_free() 154 fixed_queue_free(gatt_cb.srv_chg_clt_q, NULL); in gatt_free() 159 fixed_queue_free(gatt_cb.tcb[i].pending_ind_q, NULL); in gatt_free() 168 fixed_queue_free(gatt_cb.tcb[i].sr_cmd.multi_rsp_q, NULL); in gatt_free() 374 fixed_queue_free(p_tcb->pending_ind_q, NULL); in gatt_act_connect()
|
D | gatt_utils.cc | 99 fixed_queue_free(p_tcb->pending_ind_q, NULL); in gatt_free_pending_ind() 1272 fixed_queue_free(p_tcb->sr_cmd.multi_rsp_q, NULL); in gatt_cleanup_upon_disc()
|
D | gatt_sr.cc | 102 fixed_queue_free(tcb.sr_cmd.multi_rsp_q, NULL); in gatt_dequeue_sr_cmd()
|
/system/bt/osi/test/fuzzers/fixed_queue/ |
D | fuzz_fixed_queue.cc | 229 fixed_queue_free(fixed_queue, cbOrNull(&dataProvider)); in LLVMFuzzerTestOneInput()
|
/system/bt/bta/pan/ |
D | bta_pan_main.cc | 263 fixed_queue_free(p_scb->data_queue, NULL); in bta_pan_scb_dealloc()
|
/system/bt/btif/src/ |
D | btif_a2dp_sink.cc | 102 fixed_queue_free(rx_audio_queue, nullptr); in Reset() 331 fixed_queue_free(btif_a2dp_sink_cb.rx_audio_queue, nullptr); in btif_a2dp_sink_cleanup_delayed()
|
D | btif_a2dp_source.cc | 186 fixed_queue_free(tx_audio_queue, nullptr); in Reset() 509 fixed_queue_free(btif_a2dp_source_cb.tx_audio_queue, nullptr); in btif_a2dp_source_shutdown_delayed()
|
/system/bt/stack/avct/ |
D | avct_lcb.cc | 313 fixed_queue_free(p_lcb->tx_q, NULL); in avct_lcb_dealloc()
|
/system/bt/stack/gap/ |
D | gap_conn.cc | 1134 fixed_queue_free(p_ccb->rx_queue, NULL); in gap_release_ccb() 1139 fixed_queue_free(p_ccb->tx_queue, NULL); in gap_release_ccb()
|
/system/bt/stack/avdt/ |
D | avdt_int.h | 578 fixed_queue_free(cmd_q, nullptr); in ResetCcb() 581 fixed_queue_free(rsp_q, nullptr); in ResetCcb()
|
/system/bt/common/test/ |
D | thread_performance_test.cc | 58 fixed_queue_free(bt_msg_queue_, nullptr); in TearDown()
|
/system/bt/stack/l2cap/ |
D | l2c_fcr.cc | 221 fixed_queue_free(p_fcrb->waiting_for_ack_q, osi_free); in l2c_fcr_cleanup() 224 fixed_queue_free(p_fcrb->srej_rcv_hold_q, osi_free); in l2c_fcr_cleanup() 227 fixed_queue_free(p_fcrb->retrans_q, osi_free); in l2c_fcr_cleanup() 784 fixed_queue_free(temp_q, NULL); in l2c_fcr_proc_pdu()
|
D | l2c_utils.cc | 230 fixed_queue_free(p_lcb->le_sec_pending_q, NULL); in l2cu_release_lcb() 1594 fixed_queue_free(p_ccb->xmit_hold_q, osi_free); in l2cu_release_ccb()
|
/system/bt/common/benchmark/ |
D | thread_performance_benchmark.cc | 74 fixed_queue_free(bt_msg_queue_, nullptr); in TearDown()
|
/system/bt/btif/co/ |
D | bta_hh_co.cc | 423 fixed_queue_free(p_dev->get_rpt_id_queue, NULL); in bta_hh_co_close()
|
/system/bt/stack/bnep/ |
D | bnep_utils.cc | 154 fixed_queue_free(p_bcb->xmit_q, NULL); in bnepu_release_bcb()
|
/system/bt/stack/avrc/ |
D | avrc_api.cc | 121 fixed_queue_free(avrc_cb.ccb_int[handle].cmd_q, osi_free); in avrc_flush_cmd_q()
|