Searched defs:list_next (Results 1 - 1 of 1) sorted by relevance

/system/bt/osi/src/
H A Dlist.c55 for (const list_node_t *node = list_begin(list); node != list_end(list); node = list_next(node)) {
201 list_node_t *list_next(const list_node_t *node) { function

Completed in 66 milliseconds