Home
last modified time | relevance | path

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

12

/system/bt/osi/test/
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()
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/
Dbtm_main.cc78 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/
Dfixed_queue.h44 void fixed_queue_free(fixed_queue_t* queue, fixed_queue_free_cb free_cb);
/system/bt/osi/src/
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()
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
Dalarm.cc294 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/
Drfc_utils.cc170 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()
Dport_utils.cc237 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/
Dgatt_main.cc152 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()
Dgatt_utils.cc99 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()
Dgatt_sr.cc102 fixed_queue_free(tcb.sr_cmd.multi_rsp_q, NULL); in gatt_dequeue_sr_cmd()
/system/bt/osi/test/fuzzers/fixed_queue/
Dfuzz_fixed_queue.cc229 fixed_queue_free(fixed_queue, cbOrNull(&dataProvider)); in LLVMFuzzerTestOneInput()
/system/bt/bta/pan/
Dbta_pan_main.cc263 fixed_queue_free(p_scb->data_queue, NULL); in bta_pan_scb_dealloc()
/system/bt/btif/src/
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()
Dbtif_a2dp_source.cc186 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/
Davct_lcb.cc313 fixed_queue_free(p_lcb->tx_q, NULL); in avct_lcb_dealloc()
/system/bt/stack/gap/
Dgap_conn.cc1134 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/
Davdt_int.h578 fixed_queue_free(cmd_q, nullptr); in ResetCcb()
581 fixed_queue_free(rsp_q, nullptr); in ResetCcb()
/system/bt/common/test/
Dthread_performance_test.cc58 fixed_queue_free(bt_msg_queue_, nullptr); in TearDown()
/system/bt/stack/l2cap/
Dl2c_fcr.cc221 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()
Dl2c_utils.cc230 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/
Dthread_performance_benchmark.cc74 fixed_queue_free(bt_msg_queue_, nullptr); in TearDown()
/system/bt/btif/co/
Dbta_hh_co.cc423 fixed_queue_free(p_dev->get_rpt_id_queue, NULL); in bta_hh_co_close()
/system/bt/stack/bnep/
Dbnep_utils.cc154 fixed_queue_free(p_bcb->xmit_q, NULL); in bnepu_release_bcb()
/system/bt/stack/avrc/
Davrc_api.cc121 fixed_queue_free(avrc_cb.ccb_int[handle].cmd_q, osi_free); in avrc_flush_cmd_q()

12