Home
last modified time | relevance | path

Searched defs:cnode (Results 1 – 3 of 3) sorted by relevance

/aosp14/system/core/libcutils/include/cutils/
H A Dconfig_utils.h24 typedef struct cnode cnode; typedef
27 struct cnode struct
29 cnode *next; argument
30 cnode *first_child; argument
31 cnode *last_child; argument
37 void config_load(cnode *root, char *data); argument
/aosp14/system/core/libcutils/include_outside_system/cutils/
H A Dconfig_utils.h24 typedef struct cnode cnode; typedef
27 struct cnode struct
29 cnode *next; argument
30 cnode *first_child; argument
31 cnode *last_child; argument
37 void config_load(cnode *root, char *data); argument
/aosp14/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java2506 ViewNode cnode = node.getChildAt(i); in dump() local