Home
last modified time | relevance | path

Searched refs:osi_free (Results 1 – 25 of 124) sorted by relevance

12345

/system/bt/osi/test/
Dallocator_test.cc36 osi_free(copy_str); in TEST_F()
41 osi_free(copy_str); in TEST_F()
46 osi_free(copy_str); in TEST_F()
51 osi_free(copy_str); in TEST_F()
Dfixed_queue_test.cc79 fixed_queue_free(NULL, osi_free); in TEST_F()
90 fixed_queue_free(queue, osi_free); in TEST_F()
95 fixed_queue_flush(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()
/system/bt/osi/src/
Dallocator.cc72 void osi_free(void* ptr) { in osi_free() function
78 osi_free(*p_ptr); in osi_free_and_reset()
82 const allocator_t allocator_calloc = {osi_calloc, osi_free};
84 const allocator_t allocator_malloc = {osi_malloc, osi_free};
Dhash_map_utils.cc64 osi_free(key); in hash_map_utils_new_from_string_params()
65 osi_free(value); in hash_map_utils_new_from_string_params()
74 osi_free(str); in hash_map_utils_new_from_string_params()
Dbuffer.cc75 if (--buffer->root->refcount == 0) osi_free(buffer->root); in buffer_free()
76 osi_free(buffer); in buffer_free()
79 osi_free(buffer); in buffer_free()
Dthread.cc97 fixed_queue_free(ret->work_queue, osi_free); in thread_new_sized()
100 osi_free(ret); in thread_new_sized()
114 fixed_queue_free(thread->work_queue, osi_free); in thread_free()
116 osi_free(thread); in thread_free()
232 osi_free(item); in run_thread()
252 osi_free(item); in work_queue_read_cb()
Dsemaphore.cc49 osi_free(ret); in semaphore_new()
59 osi_free(semaphore); in semaphore_free()
Dreactor.cc120 osi_free(reactor); in reactor_free()
165 osi_free(object); in reactor_register()
228 osi_free(obj); in reactor_unregister()
290 osi_free(object); in run_reactor()
/system/bt/stack/smp/
Dsmp_l2c.cc150 osi_free(p_buf); in smp_data_received()
161 osi_free(p_buf); in smp_data_received()
173 osi_free(p_buf); in smp_data_received()
207 osi_free(p_buf); in smp_data_received()
302 osi_free(p_buf); in smp_br_data_received()
311 osi_free(p_buf); in smp_br_data_received()
323 osi_free(p_buf); in smp_br_data_received()
344 osi_free(p_buf); in smp_br_data_received()
/system/bt/stack/rfcomm/
Drfc_l2cap_if.cc289 osi_free(p_buf); in RFCOMM_BufDataInd()
299 osi_free(p_buf); in RFCOMM_BufDataInd()
314 osi_free(p_buf); in RFCOMM_BufDataInd()
333 osi_free(p_buf); in RFCOMM_BufDataInd()
343 osi_free(p_buf); in RFCOMM_BufDataInd()
360 osi_free(p_buf); in RFCOMM_BufDataInd()
370 osi_free(p_buf); in RFCOMM_BufDataInd()
Drfc_ts_frames.cc459 osi_free(p_buf); in rfc_send_test()
644 osi_free(p_buf); in rfc_process_mx_message()
655 osi_free(p_buf); in rfc_process_mx_message()
673 osi_free(p_buf); in rfc_process_mx_message()
683 osi_free(p_buf); in rfc_process_mx_message()
715 osi_free(p_buf); in rfc_process_mx_message()
738 osi_free(p_buf); in rfc_process_mx_message()
746 osi_free(p_buf); in rfc_process_mx_message()
756 osi_free(p_buf); in rfc_process_mx_message()
780 osi_free(p_buf); in rfc_process_mx_message()
[all …]
Drfc_port_fsm.cc134 osi_free(p_data); in rfc_port_sm_state_closed()
160 osi_free(p_data); in rfc_port_sm_state_closed()
211 osi_free(p_data); in rfc_port_sm_sabme_wait_ua()
252 osi_free(p_data); in rfc_port_sm_sabme_wait_ua()
309 osi_free(p_data); in rfc_port_sm_term_wait_sec_check()
325 osi_free(p_data); in rfc_port_sm_term_wait_sec_check()
393 osi_free(p_data); in rfc_port_sm_orig_wait_sec_check()
397 osi_free(p_data); in rfc_port_sm_orig_wait_sec_check()
517 osi_free(p_data); in rfc_port_sm_disc_wait_ua()
539 osi_free(p_data); in rfc_port_sm_disc_wait_ua()
[all …]
/system/bt/stack/l2cap/
Dl2c_main.cc77 osi_free(p_msg); in l2c_rcv_acl_data()
86 osi_free(p_msg); in l2c_rcv_acl_data()
116 osi_free(p_msg); in l2c_rcv_acl_data()
153 osi_free(p_msg); in l2c_rcv_acl_data()
164 osi_free(p_msg); in l2c_rcv_acl_data()
171 osi_free(p_msg); in l2c_rcv_acl_data()
177 osi_free(p_msg); in l2c_rcv_acl_data()
183 osi_free(p_msg); in l2c_rcv_acl_data()
199 osi_free(p_msg); in l2c_rcv_acl_data()
216 osi_free(p_msg); in l2c_rcv_acl_data()
[all …]
Dl2c_fcr.cc223 fixed_queue_free(p_fcrb->waiting_for_ack_q, osi_free); in l2c_fcr_cleanup()
226 fixed_queue_free(p_fcrb->srej_rcv_hold_q, osi_free); in l2c_fcr_cleanup()
229 fixed_queue_free(p_fcrb->retrans_q, osi_free); in l2c_fcr_cleanup()
323 osi_free(p_str); in l2c_fcr_cleanup()
618 osi_free(p_buf); in l2c_fcr_proc_pdu()
682 osi_free(p_buf); in l2c_fcr_proc_pdu()
719 osi_free(p_buf); in l2c_fcr_proc_pdu()
739 osi_free(p_buf); in l2c_fcr_proc_pdu()
778 osi_free(p_buf); in l2c_fcr_proc_pdu()
833 osi_free(p_buf); in l2c_lcc_proc_pdu()
[all …]
/system/bt/stack/btu/
Dbtu_task.cc67 osi_free(p_msg); in btu_hci_msg_process()
75 osi_free(p_msg); in btu_hci_msg_process()
/system/bt/stack/bnep/
Dbnep_main.cc436 osi_free(p_buf); in bnep_data_ind()
447 osi_free(p_buf); in bnep_data_ind()
458 osi_free(p_buf); in bnep_data_ind()
464 osi_free(p_buf); in bnep_data_ind()
516 osi_free(p_buf); in bnep_data_ind()
522 osi_free(p_buf); in bnep_data_ind()
550 osi_free(p_bcb->p_pending_data); in bnep_data_ind()
569 osi_free(p_buf); in bnep_data_ind()
629 osi_free(p_buf); in bnep_data_ind()
Dbnep_api.cc336 osi_free(p_buf); in BNEP_WriteBuf()
345 osi_free(p_buf); in BNEP_WriteBuf()
365 osi_free(p_buf); in BNEP_WriteBuf()
376 osi_free(p_buf); in BNEP_WriteBuf()
392 osi_free(p_buf); in BNEP_WriteBuf()
399 osi_free(p_buf); in BNEP_WriteBuf()
/system/bt/stack/test/rfcomm/
Dstack_rfcomm_test.cc182 osi_free(ua_channel_0); in ConnectServerL2cap()
203 osi_free(uih_pn_rsp_to_peer); in ConnectServerPort()
231 osi_free(ua_channel_dlci); in ConnectServerPort()
253 osi_free(uih_msc_response_to_peer); in ConnectServerPort()
289 osi_free(uih_pn_channel_3); in StartClientPort()
318 osi_free(sabm_channel_0); in TestConnectClientPortL2cap()
341 osi_free(uih_pn_channel_3); in ConnectClientPort()
369 osi_free(sabm_channel_3); in ConnectClientPort()
385 osi_free(uih_msc_cmd); in ConnectClientPort()
406 osi_free(uih_msc_response_to_peer); in ConnectClientPort()
[all …]
/system/bt/stack/hid/
Dhidd_conn.cc511 osi_free(hd_cb.pending_data); in hidd_l2cif_disconnect_ind()
619 osi_free(p_msg); in hidd_l2cif_data_ind()
628 osi_free(p_msg); in hidd_l2cif_data_ind()
661 osi_free(p_msg); in hidd_l2cif_data_ind()
688 osi_free(p_msg); in hidd_l2cif_data_ind()
695 osi_free(p_msg); in hidd_l2cif_data_ind()
704 osi_free(p_msg); in hidd_l2cif_data_ind()
726 osi_free(p_msg); in hidd_l2cif_data_ind()
735 osi_free(p_msg); in hidd_l2cif_data_ind()
858 osi_free(hd_cb.pending_data); in hidd_conn_disconnect()
[all …]
/system/bt/stack/avct/
Davct_lcb_act.cc57 osi_free(p_buf); in avct_lcb_msg_asmbl()
68 osi_free(p_buf); in avct_lcb_msg_asmbl()
88 osi_free(p_lcb->p_rx_msg); in avct_lcb_msg_asmbl()
99 osi_free(p_buf); in avct_lcb_msg_asmbl()
119 osi_free(p_buf); in avct_lcb_msg_asmbl()
139 osi_free(p_buf); in avct_lcb_msg_asmbl()
156 osi_free(p_buf); in avct_lcb_msg_asmbl()
/system/bt/hci/src/
Dbuffer_allocator.cc29 static const allocator_t interface = {buffer_alloc, osi_free};
/system/bt/stack/mcap/
Dmca_cact.cc81 osi_free(p_data); in mca_ccb_free_msg()
139 osi_free(p_data); in mca_ccb_snd_req()
303 osi_free(p_pkt); in mca_ccb_hdl_req()
413 osi_free(p_buf); in mca_ccb_hdl_req()
424 osi_free(p_pkt); in mca_ccb_hdl_req()
429 osi_free(p_pkt); in mca_ccb_hdl_req()
528 osi_free(p_data); in mca_ccb_hdl_rsp()
/system/bt/btif/src/
Dbtif_uid.cc52 osi_free(temp); in uid_set_destroy()
55 osi_free(set); in uid_set_destroy()
/system/bt/osi/include/
Dallocator.h42 void osi_free(void* ptr);
/system/bt/stack/avrc/
Davrc_api.cc120 fixed_queue_free(avrc_cb.ccb_int[handle].cmd_q, osi_free); in avrc_flush_cmd_q()
149 osi_free(param); in avrc_process_timeout()
504 osi_free(p_pkt); in avrc_proc_far_msg()
520 osi_free(p_pkt); in avrc_proc_far_msg()
568 osi_free(p_pkt); in avrc_proc_far_msg()
639 osi_free(p_pkt); in avrc_msg_cback()
646 osi_free(p_pkt); in avrc_msg_cback()
669 osi_free(p_pkt); in avrc_msg_cback()
901 if (do_free) osi_free(p_pkt); in avrc_msg_cback()
1162 osi_free(p_pkt); in AVRC_MsgReq()
[all …]

12345