Home
last modified time | relevance | path

Searched defs:node (Results 1 – 19 of 19) sorted by relevance

/system/core/libcutils/
Dconfig_utils.c28 cnode *node; in config_node() local
41 cnode *node, *match = NULL; in config_find() local
53 cnode *node; in _config_create() local
69 cnode *node; in config_bool() local
87 cnode *node; in config_str() local
97 cnode *node; in config_set() local
245 static int parse_block(cstate *cs, cnode *node) in parse_block()
264 cnode *node; in parse_expr() local
Dlist.c19 void list_init(struct listnode *node) in list_init()
Ddir_hash.c150 struct list *node = malloc(sizeof(struct list)); in recurse() local
/system/core/include/cutils/
Dlist.h32 #define node_to_item(node, container, member) \ argument
41 #define list_for_each(node, list) \ argument
44 #define list_for_each_reverse(node, list) \ argument
/system/core/sdcard/
Dsdcard.c100 struct node { struct
105 struct node *next; /* per-dir sibling list */ argument
106 struct node *child; /* first contained file by this dir */ argument
107 struct node *parent; /* containing directory */ argument
125 struct node root; argument
152 static void acquire_node_locked(struct node* node) in acquire_node_locked()
160 static void release_node_locked(struct node* node) in release_node_locked()
181 static void add_node_to_parent_locked(struct node *node, struct node *parent) { in add_node_to_parent_locked()
188 static void remove_node_from_parent_locked(struct node* node) in remove_node_from_parent_locked()
211 static ssize_t get_node_path_locked(struct node* node, char* buf, size_t bufsize) in get_node_path_locked()
[all …]
/system/core/init/
Dinit_parser.c347 struct listnode *node; in parse_config() local
427 struct listnode *node; in service_find_by_name() local
440 struct listnode *node; in service_find_by_pid() local
453 struct listnode *node; in service_find_by_keychord() local
466 struct listnode *node; in service_for_each() local
477 struct listnode *node; in service_for_each_class() local
490 struct listnode *node; in service_for_each_flags() local
503 struct listnode *node; in action_for_each_trigger() local
515 struct listnode *node; in queue_property_triggers() local
535 struct listnode *node; in queue_all_property_triggers() local
[all …]
Ddevices.c98 struct perm_node *node = calloc(1, sizeof(*node)); in add_dev_perms() local
128 struct listnode *node; in fixup_sys_perms() local
157 struct listnode *node; in get_device_perm() local
222 struct listnode *node; in add_platform_device() local
258 struct listnode *node; in find_platform_device() local
274 struct listnode *node; in remove_platform_device() local
Dsignal_handler.c51 struct listnode *node; in wait_for_one_process() local
Dinit.c484 struct listnode *node; in get_first_command() local
494 struct listnode *node; in get_next_command() local
/system/media/camera/docs/
Dmetadata_helpers.py62 def find_unique_entries(node): argument
92 def path_name(node): argument
/system/extras/fatblock/
Dfdpool.c35 static void fdpool_insert_head(struct pooled_fd *node) in fdpool_insert_head()
50 static void fdpool_remove(struct pooled_fd *node) in fdpool_remove()
/system/core/adb/
Dfdevent.c474 static void fdevent_plist_enqueue(fdevent *node) in fdevent_plist_enqueue()
484 static void fdevent_plist_remove(fdevent *node) in fdevent_plist_remove()
495 fdevent *node = list->next; in fdevent_plist_dequeue() local
Dadb_auth_host.c55 struct listnode node; member
346 int adb_auth_sign(void *node, void *token, size_t token_size, void *sig) in adb_auth_sign()
Dadb_auth_client.c33 struct listnode node; member
Dsysdeps_win32.c1366 EventHook node = *pnode; in event_looper_find_p() local
1381 EventHook node; in event_looper_hook() local
1413 EventHook node = *pnode; in event_looper_unhook() local
1796 static void fdevent_plist_enqueue(fdevent *node) in fdevent_plist_enqueue()
1806 static void fdevent_plist_remove(fdevent *node) in fdevent_plist_remove()
1817 fdevent *node = list->next; in fdevent_plist_dequeue() local
Dtransport.c399 device_tracker* node = *pnode; in device_tracker_remove() local
/system/core/sh/
Dnodes.h134 union node { union
Djobs.c774 makejob(union node *node, int nprocs) in makejob()
/system/core/charger/
Dcharger.c318 struct listnode *node; in find_supply() local