Home
last modified time | relevance | path

Searched refs:list_new (Results 1 – 18 of 18) sorted by relevance

/system/bt/osi/test/
Dlist_test.cc13 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 …]
/system/bt/osi/include/
Dlist.h44 list_t* list_new(list_free_cb callback);
/system/bt/stack/btm/
Dbtm_main.cc71 btm_cb.sec_dev_rec = list_new(osi_free); in btm_init()
/system/bt/osi/test/fuzzers/list/
Dfuzz_list.cc40 return list_new(cb); in createList()
42 return list_new(nullptr); in createList()
/system/bt/device/src/
Dinterop.cc146 interop_list = list_new(interop_free_entry_); in interop_lazy_init_()
/system/bt/hci/src/
Dhci_inject.cc83 clients = list_new(client_free); in hci_inject_open()
Dhci_layer.cc238 commands_pending_response = list_new(NULL); in hci_module_start_up()
/system/bt/osi/src/
Dlist.cc35 list_t* list_new(list_free_cb callback) { in list_new() function
Dfixed_queue.cc52 ret->list = list_new(NULL); in fixed_queue_new()
Dreactor.cc89 ret->invalidation_list = list_new(NULL); in reactor_new()
Dalarm.cc318 alarms = list_new(NULL); in lazy_initialize()
/system/bt/btif/src/
Dbtif_sock_sco.cc89 sco_sockets = list_new((list_free_cb)sco_socket_free_locked); in btsock_sco_init()
Dbtif_sock_rfc.cc133 rfc_slots[i].incoming_queue = list_new(osi_free); in btsock_rfc_init()
Dbtif_rc.cc3169 p_dev->rc_supported_event_list = list_new(osi_free); in handle_get_capability_response()
/system/bt/stack/l2cap/
Dl2c_main.cc915 l2cb.rcv_pending_q = list_new(NULL); in l2c_init()
Dl2c_utils.cc102 p_lcb->link_xmit_data_q = list_new(NULL); in l2cu_allocate_lcb()
/system/bt/doc/
Dstyle_guide.md179 `list_new` should be freed with `list_free` and no other freeing routine.
/system/bt/bta/av/
Dbta_av_main.cc379 p_ret->a2dp_list = list_new(nullptr); in bta_av_alloc_scb()