Home
last modified time | relevance | path

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

12

/aosp12/system/bt/osi/test/
H A Dfixed_queue_test.cc60 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 Dthread.cc97 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 Dfixed_queue.cc64 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 Dalarm.cc293 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 Dgatt_main.cc146 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 Dgatt_utils.cc102 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 Drfc_utils.cc169 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 Dport_utils.cc239 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 Dfixed_queue.h44 void fixed_queue_free(fixed_queue_t* queue, fixed_queue_free_cb free_cb);
/aosp12/system/bt/stack/btm/
H A Dbtm_int_types.h360 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 Dfuzz_fixed_queue.cc229 fixed_queue_free(fixed_queue, cbOrNull(&dataProvider)); in LLVMFuzzerTestOneInput()
/aosp12/system/bt/bta/pan/
H A Dbta_pan_main.cc256 fixed_queue_free(p_scb->data_queue, NULL); in bta_pan_scb_dealloc()
/aosp12/system/bt/btif/src/
H A Dbtif_a2dp_sink.cc102 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 Dbtif_a2dp_source.cc189 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 Dgap_conn.cc975 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 Davct_lcb.cc314 fixed_queue_free(p_lcb->tx_q, NULL); in avct_lcb_dealloc()
/aosp12/system/bt/stack/l2cap/
H A Dl2c_fcr.cc217 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 Davdt_int.h573 fixed_queue_free(cmd_q, nullptr); in ResetCcb()
576 fixed_queue_free(rsp_q, nullptr); in ResetCcb()
/aosp12/system/bt/common/test/
H A Dthread_performance_test.cc59 fixed_queue_free(bt_msg_queue_, nullptr); in TearDown()
/aosp12/system/bt/common/benchmark/
H A Dthread_performance_benchmark.cc75 fixed_queue_free(bt_msg_queue_, nullptr); in TearDown()
/aosp12/system/bt/test/stub/
H A Dosi.cc342 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 Dbta_hh_co.cc426 fixed_queue_free(p_dev->get_rpt_id_queue, NULL); in bta_hh_co_close()
/aosp12/system/bt/stack/eatt/
H A Deatt_impl.h419 fixed_queue_free(channel->server_outstanding_cmd_.multi_rsp_q, NULL); in free_gatt_resources()
/aosp12/system/bt/stack/bnep/
H A Dbnep_utils.cc153 fixed_queue_free(p_bcb->xmit_q, NULL); in bnepu_release_bcb()
/aosp12/system/bt/stack/avrc/
H A Davrc_api.cc120 fixed_queue_free(avrc_cb.ccb_int[handle].cmd_q, osi_free); in avrc_flush_cmd_q()

12