/aosp12/system/bt/osi/test/ |
H A 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() 143 fixed_queue_free(queue, NULL); in TEST_F() 165 fixed_queue_free(queue, NULL); in TEST_F() 175 fixed_queue_free(queue, NULL); in TEST_F() 181 fixed_queue_free(queue, NULL); in TEST_F() 187 fixed_queue_free(queue, NULL); in TEST_F() [all …]
|
/aosp12/system/bt/osi/src/ |
H A 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()
|
H A 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
|
H A D | alarm.cc | 293 fixed_queue_free(default_callback_queue, NULL); in alarm_cleanup() 365 fixed_queue_free(default_callback_queue, NULL); in lazy_initialize()
|
/aosp12/system/bt/stack/gatt/ |
H A D | gatt_main.cc | 146 fixed_queue_free(gatt_cb.sign_op_queue, NULL); in gatt_free() 148 fixed_queue_free(gatt_cb.srv_chg_clt_q, NULL); in gatt_free() 153 fixed_queue_free(gatt_cb.tcb[i].pending_ind_q, NULL); in gatt_free() 162 fixed_queue_free(gatt_cb.tcb[i].sr_cmd.multi_rsp_q, NULL); in gatt_free() 399 fixed_queue_free(p_tcb->pending_ind_q, NULL); in gatt_act_connect()
|
H A D | gatt_utils.cc | 102 fixed_queue_free(p_tcb->pending_ind_q, NULL); in gatt_free_pending_ind() 1572 fixed_queue_free(p_tcb->sr_cmd.multi_rsp_q, NULL); in gatt_cleanup_upon_disc()
|
/aosp12/system/bt/stack/rfcomm/ |
H A D | rfc_utils.cc | 169 fixed_queue_free(p_mcb->cmd_q, NULL); in rfc_alloc_multiplexer_channel() 211 fixed_queue_free(p_mcb->cmd_q, osi_free); in rfc_release_multiplexer_channel()
|
H A D | port_utils.cc | 239 fixed_queue_free(p_port->tx.queue, nullptr); in port_release_port() 241 fixed_queue_free(p_port->rx.queue, nullptr); in port_release_port()
|
/aosp12/system/bt/osi/include/ |
H A D | fixed_queue.h | 44 void fixed_queue_free(fixed_queue_t* queue, fixed_queue_free_cb free_cb);
|
/aosp12/system/bt/stack/btm/ |
H A D | btm_int_types.h | 360 fixed_queue_free(page_queue, nullptr); in Free() 363 fixed_queue_free(sec_pending_q, nullptr); in Free()
|
/aosp12/system/bt/osi/test/fuzzers/fixed_queue/ |
H A D | fuzz_fixed_queue.cc | 229 fixed_queue_free(fixed_queue, cbOrNull(&dataProvider)); in LLVMFuzzerTestOneInput()
|
/aosp12/system/bt/bta/pan/ |
H A D | bta_pan_main.cc | 256 fixed_queue_free(p_scb->data_queue, NULL); in bta_pan_scb_dealloc()
|
/aosp12/system/bt/btif/src/ |
H A 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()
|
H A D | btif_a2dp_source.cc | 189 fixed_queue_free(tx_audio_queue, nullptr); in Reset() 514 fixed_queue_free(btif_a2dp_source_cb.tx_audio_queue, nullptr); in btif_a2dp_source_shutdown_delayed()
|
/aosp12/system/bt/stack/gap/ |
H A D | gap_conn.cc | 975 fixed_queue_free(p_ccb->rx_queue, NULL); in gap_release_ccb() 980 fixed_queue_free(p_ccb->tx_queue, NULL); in gap_release_ccb()
|
/aosp12/system/bt/stack/avct/ |
H A D | avct_lcb.cc | 314 fixed_queue_free(p_lcb->tx_q, NULL); in avct_lcb_dealloc()
|
/aosp12/system/bt/stack/l2cap/ |
H A D | l2c_fcr.cc | 217 fixed_queue_free(p_fcrb->waiting_for_ack_q, osi_free); in l2c_fcr_cleanup() 220 fixed_queue_free(p_fcrb->srej_rcv_hold_q, osi_free); in l2c_fcr_cleanup() 223 fixed_queue_free(p_fcrb->retrans_q, osi_free); in l2c_fcr_cleanup() 644 fixed_queue_free(temp_q, NULL); in l2c_fcr_proc_pdu()
|
/aosp12/system/bt/stack/avdt/ |
H A D | avdt_int.h | 573 fixed_queue_free(cmd_q, nullptr); in ResetCcb() 576 fixed_queue_free(rsp_q, nullptr); in ResetCcb()
|
/aosp12/system/bt/common/test/ |
H A D | thread_performance_test.cc | 59 fixed_queue_free(bt_msg_queue_, nullptr); in TearDown()
|
/aosp12/system/bt/common/benchmark/ |
H A D | thread_performance_benchmark.cc | 75 fixed_queue_free(bt_msg_queue_, nullptr); in TearDown()
|
/aosp12/system/bt/test/stub/ |
H A D | osi.cc | 342 void fixed_queue_free(fixed_queue_t* queue, fixed_queue_free_cb free_cb) { in fixed_queue_free() function
|
/aosp12/system/bt/btif/co/ |
H A D | bta_hh_co.cc | 426 fixed_queue_free(p_dev->get_rpt_id_queue, NULL); in bta_hh_co_close()
|
/aosp12/system/bt/stack/eatt/ |
H A D | eatt_impl.h | 419 fixed_queue_free(channel->server_outstanding_cmd_.multi_rsp_q, NULL); in free_gatt_resources()
|
/aosp12/system/bt/stack/bnep/ |
H A D | bnep_utils.cc | 153 fixed_queue_free(p_bcb->xmit_q, NULL); in bnepu_release_bcb()
|
/aosp12/system/bt/stack/avrc/ |
H A D | avrc_api.cc | 120 fixed_queue_free(avrc_cb.ccb_int[handle].cmd_q, osi_free); in avrc_flush_cmd_q()
|