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

/external/bluetooth/bluedroid/osi/src/
H A Dlist.c18 static list_node_t *list_free_node_(list_t *list, list_node_t *node);
149 list_node_t *next = list_free_node_(list, list->head);
158 prev->next = list_free_node_(list, node);
172 node = list_free_node_(list, node);
227 static list_node_t *list_free_node_(list_t *list, list_node_t *node) { function

Completed in 896 milliseconds