Searched refs:list_new (Results 1 - 9 of 9) sorted by relevance

/external/bluetooth/bluedroid/osi/test/
H A Dlist_test.cpp9 list_t *list = list_new(NULL);
15 list_t *list = list_new(NULL);
25 list_t *list = list_new(NULL);
31 list_t *list = list_new(NULL);
37 list_t *list = list_new(NULL);
45 list_t *list = list_new(NULL);
53 list_t *list = list_new(NULL);
63 list_t *list = list_new(NULL);
73 list_t *list = list_new(NULL);
85 list_t *list = list_new(NUL
[all...]
/external/bluetooth/bluedroid/osi/include/
H A Dlist.h16 list_t *list_new(list_free_cb callback);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_profile_queue.c68 connect_queue = list_new(GKI_freebuf);
H A Dbtif_sock_rfc.c133 rfc_slots[i].incoming_queue = list_new(GKI_freebuf);
/external/bluetooth/bluedroid/osi/src/
H A Dfixed_queue.c41 ret->list = list_new(NULL);
H A Dreactor.c53 ret->objects = list_new(NULL);
H A Dconfig.c53 config->sections = list_new(section_free);
224 section->entries = list_new(entry_free);
H A Dalarm.c178 alarms = list_new(NULL);
H A Dlist.c26 list_t *list_new(list_free_cb callback) { function
138 // instance. If a free function was specified in |list_new|, it will be called back
168 // same state it was in after |list_new|. |list| may not be NULL.

Completed in 110 milliseconds