Searched refs:list_new (Results 1 – 18 of 18) sorted by relevance
13 list_t* list = list_new(NULL); in TEST_F()24 list_t* list = list_new(NULL); in TEST_F()30 list_t* list = list_new(NULL); in TEST_F()36 list_t* list = list_new(NULL); in TEST_F()44 list_t* list = list_new(NULL); in TEST_F()52 list_t* list = list_new(NULL); in TEST_F()62 list_t* list = list_new(NULL); in TEST_F()72 list_t* list = list_new(NULL); in TEST_F()83 list_t* list = list_new(NULL); in TEST_F()94 list_t* list = list_new(NULL); in TEST_F()[all …]
44 list_t* list_new(list_free_cb callback);
71 btm_cb.sec_dev_rec = list_new(osi_free); in btm_init()
40 return list_new(cb); in createList()42 return list_new(nullptr); in createList()
146 interop_list = list_new(interop_free_entry_); in interop_lazy_init_()
83 clients = list_new(client_free); in hci_inject_open()
238 commands_pending_response = list_new(NULL); in hci_module_start_up()
35 list_t* list_new(list_free_cb callback) { in list_new() function
52 ret->list = list_new(NULL); in fixed_queue_new()
89 ret->invalidation_list = list_new(NULL); in reactor_new()
318 alarms = list_new(NULL); in lazy_initialize()
89 sco_sockets = list_new((list_free_cb)sco_socket_free_locked); in btsock_sco_init()
133 rfc_slots[i].incoming_queue = list_new(osi_free); in btsock_rfc_init()
3169 p_dev->rc_supported_event_list = list_new(osi_free); in handle_get_capability_response()
915 l2cb.rcv_pending_q = list_new(NULL); in l2c_init()
102 p_lcb->link_xmit_data_q = list_new(NULL); in l2cu_allocate_lcb()
179 `list_new` should be freed with `list_free` and no other freeing routine.
379 p_ret->a2dp_list = list_new(nullptr); in bta_av_alloc_scb()