Home
last modified time | relevance | path

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

12

/packages/modules/Bluetooth/system/osi/test/
Dfixed_queue_test.cc58 fixed_queue_free(queue, NULL); in TEST_F()
63 fixed_queue_free(queue, NULL); in TEST_F()
68 fixed_queue_free(queue, NULL); in TEST_F()
73 fixed_queue_free(queue, NULL); in TEST_F()
76 fixed_queue_free(NULL, NULL); in TEST_F()
77 fixed_queue_free(NULL, osi_free); in TEST_F()
88 fixed_queue_free(queue, osi_free); in TEST_F()
95 fixed_queue_free(queue, osi_free); in TEST_F()
106 fixed_queue_free(queue, osi_free); in TEST_F()
119 fixed_queue_free(queue, osi_free); in TEST_F()
[all …]
/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_fixed_queue.cc39 struct fixed_queue_free fixed_queue_free; variable
75 void fixed_queue_free(fixed_queue_t* queue, fixed_queue_free_cb free_cb) { in fixed_queue_free() function
77 test::mock::osi_fixed_queue::fixed_queue_free(queue, free_cb); in fixed_queue_free()
Dmock_osi_fixed_queue.h88 struct fixed_queue_free { struct
95 extern struct fixed_queue_free fixed_queue_free;
/packages/modules/Bluetooth/system/osi/src/
Dthread.cc100 fixed_queue_free(ret->work_queue, osi_free); in thread_new_sized()
117 fixed_queue_free(thread->work_queue, osi_free); in thread_free()
Dfixed_queue.cc67 fixed_queue_free(ret, NULL); in fixed_queue_new()
71 void fixed_queue_free(fixed_queue_t* queue, fixed_queue_free_cb free_cb) { in fixed_queue_free() function
Dalarm.cc289 fixed_queue_free(default_callback_queue, NULL); in alarm_cleanup()
361 fixed_queue_free(default_callback_queue, NULL); in lazy_initialize()
/packages/modules/Bluetooth/system/stack/rfcomm/
Drfc_utils.cc166 fixed_queue_free(p_mcb->cmd_q, NULL); in rfc_alloc_multiplexer_channel()
208 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()
/packages/modules/Bluetooth/system/osi/include/
Dfixed_queue.h44 void fixed_queue_free(fixed_queue_t* queue, fixed_queue_free_cb free_cb);
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_main.cc173 fixed_queue_free(gatt_cb.sign_op_queue, NULL); in gatt_free()
175 fixed_queue_free(gatt_cb.srv_chg_clt_q, NULL); in gatt_free()
180 fixed_queue_free(gatt_cb.tcb[i].pending_ind_q, NULL); in gatt_free()
189 fixed_queue_free(gatt_cb.tcb[i].sr_cmd.multi_rsp_q, NULL); in gatt_free()
455 fixed_queue_free(p_tcb->pending_ind_q, NULL); in gatt_act_connect()
Dgatt_utils.cc135 fixed_queue_free(p_tcb->pending_ind_q, NULL); in gatt_free_pending_ind()
1834 fixed_queue_free(p_tcb->sr_cmd.multi_rsp_q, NULL); in gatt_cleanup_upon_disc()
/packages/modules/Bluetooth/system/osi/test/fuzzers/fixed_queue/
Dfuzz_fixed_queue.cc229 fixed_queue_free(fixed_queue, cbOrNull(&dataProvider)); in LLVMFuzzerTestOneInput()
/packages/modules/Bluetooth/system/bta/pan/
Dbta_pan_main.cc256 fixed_queue_free(p_scb->data_queue, NULL); in bta_pan_scb_dealloc()
/packages/modules/Bluetooth/system/test/fake/
Dfake_osi.cc276 test::mock::osi_fixed_queue::fixed_queue_free.body = in FakeOsi()
403 test::mock::osi_fixed_queue::fixed_queue_free = {}; in ~FakeOsi()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp_sink.cc105 fixed_queue_free(rx_audio_queue, nullptr); in Reset()
342 fixed_queue_free(btif_a2dp_sink_cb.rx_audio_queue, nullptr); in btif_a2dp_sink_cleanup_delayed()
Dbtif_a2dp_source.cc193 fixed_queue_free(tx_audio_queue, nullptr); in Reset()
517 fixed_queue_free(btif_a2dp_source_cb.tx_audio_queue, nullptr); in btif_a2dp_source_shutdown_delayed()
/packages/modules/Bluetooth/system/stack/gap/
Dgap_conn.cc986 fixed_queue_free(p_ccb->rx_queue, NULL); in gap_release_ccb()
991 fixed_queue_free(p_ccb->tx_queue, NULL); in gap_release_ccb()
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_fcr.cc216 fixed_queue_free(p_fcrb->waiting_for_ack_q, osi_free); in l2c_fcr_cleanup()
219 fixed_queue_free(p_fcrb->srej_rcv_hold_q, osi_free); in l2c_fcr_cleanup()
222 fixed_queue_free(p_fcrb->retrans_q, osi_free); in l2c_fcr_cleanup()
643 fixed_queue_free(temp_q, NULL); in l2c_fcr_proc_pdu()
/packages/modules/Bluetooth/system/btif/co/
Dbta_hh_co.cc509 fixed_queue_free(p_dev->uhid.get_rpt_id_queue, NULL); in bta_hh_co_close()
513 fixed_queue_free(p_dev->uhid.set_rpt_id_queue, nullptr); in bta_hh_co_close()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sec_cb.cc65 fixed_queue_free(sec_pending_q, nullptr); in Free()
/packages/modules/Bluetooth/system/stack/avct/
Davct_lcb.cc324 fixed_queue_free(p_lcb->tx_q, NULL); in avct_lcb_dealloc()
/packages/modules/Bluetooth/system/stack/avdt/
Davdt_int.h574 fixed_queue_free(cmd_q, nullptr); in ResetCcb()
577 fixed_queue_free(rsp_q, nullptr); in ResetCcb()
/packages/modules/Bluetooth/system/common/test/
Dthread_performance_test.cc60 fixed_queue_free(bt_msg_queue_, nullptr); in TearDown()
/packages/modules/Bluetooth/system/common/benchmark/
Dthread_performance_benchmark.cc80 fixed_queue_free(bt_msg_queue_, nullptr); in TearDown()
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc315 void fixed_queue_free(fixed_queue_t* queue, fixed_queue_free_cb free_cb) { in fixed_queue_free() function

12