Home
last modified time | relevance | path

Searched defs:list_node_t (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/osi/src/
Dlist.c6 typedef struct list_node_t { struct
7 struct list_node_t *next; argument
9 } list_node_t; argument
/external/bluetooth/bluedroid/osi/include/
Dlist.h7 typedef struct list_node_t list_node_t; typedef