/packages/modules/Bluetooth/system/osi/test/ |
D | fixed_queue_test.cc | 58 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/ |
D | mock_osi_fixed_queue.cc | 39 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()
|
D | mock_osi_fixed_queue.h | 88 struct fixed_queue_free { struct 95 extern struct fixed_queue_free fixed_queue_free;
|
/packages/modules/Bluetooth/system/osi/src/ |
D | thread.cc | 100 fixed_queue_free(ret->work_queue, osi_free); in thread_new_sized() 117 fixed_queue_free(thread->work_queue, osi_free); in thread_free()
|
D | fixed_queue.cc | 67 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
|
D | alarm.cc | 289 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/ |
D | rfc_utils.cc | 166 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()
|
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()
|
/packages/modules/Bluetooth/system/osi/include/ |
D | fixed_queue.h | 44 void fixed_queue_free(fixed_queue_t* queue, fixed_queue_free_cb free_cb);
|
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_main.cc | 173 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()
|
D | gatt_utils.cc | 135 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/ |
D | fuzz_fixed_queue.cc | 229 fixed_queue_free(fixed_queue, cbOrNull(&dataProvider)); in LLVMFuzzerTestOneInput()
|
/packages/modules/Bluetooth/system/bta/pan/ |
D | bta_pan_main.cc | 256 fixed_queue_free(p_scb->data_queue, NULL); in bta_pan_scb_dealloc()
|
/packages/modules/Bluetooth/system/test/fake/ |
D | fake_osi.cc | 276 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/ |
D | btif_a2dp_sink.cc | 105 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()
|
D | btif_a2dp_source.cc | 193 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/ |
D | gap_conn.cc | 986 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/ |
D | l2c_fcr.cc | 216 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/ |
D | bta_hh_co.cc | 509 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/ |
D | btm_sec_cb.cc | 65 fixed_queue_free(sec_pending_q, nullptr); in Free()
|
/packages/modules/Bluetooth/system/stack/avct/ |
D | avct_lcb.cc | 324 fixed_queue_free(p_lcb->tx_q, NULL); in avct_lcb_dealloc()
|
/packages/modules/Bluetooth/system/stack/avdt/ |
D | avdt_int.h | 574 fixed_queue_free(cmd_q, nullptr); in ResetCcb() 577 fixed_queue_free(rsp_q, nullptr); in ResetCcb()
|
/packages/modules/Bluetooth/system/common/test/ |
D | thread_performance_test.cc | 60 fixed_queue_free(bt_msg_queue_, nullptr); in TearDown()
|
/packages/modules/Bluetooth/system/common/benchmark/ |
D | thread_performance_benchmark.cc | 80 fixed_queue_free(bt_msg_queue_, nullptr); in TearDown()
|
/packages/modules/Bluetooth/system/test/stub/ |
D | osi.cc | 315 void fixed_queue_free(fixed_queue_t* queue, fixed_queue_free_cb free_cb) { in fixed_queue_free() function
|