Home
last modified time | relevance | path

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

/aosp12/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
/aosp12/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
/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dwifi_legacy_hal_factory.cpp133 xmlNodePtr node, cnode; in initVendorHalsDescriptorList() local
/aosp12/bionic/libc/system_properties/
H A Dcontexts_split.cpp341 auto cnode = entry->context; in GetPropAreaForName() local
/aosp12/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java2486 ViewNode cnode = node.getChildAt(i); in dump() local