/system/core/libcutils/ |
D | config_utils.c | 28 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
|
D | list.c | 19 void list_init(struct listnode *node) in list_init()
|
D | dir_hash.c | 150 struct list *node = malloc(sizeof(struct list)); in recurse() local
|
/system/core/include/cutils/ |
D | list.h | 32 #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/ |
D | sdcard.c | 100 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/ |
D | init_parser.c | 347 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 …]
|
D | devices.c | 98 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
|
D | signal_handler.c | 51 struct listnode *node; in wait_for_one_process() local
|
D | init.c | 484 struct listnode *node; in get_first_command() local 494 struct listnode *node; in get_next_command() local
|
/system/media/camera/docs/ |
D | metadata_helpers.py | 62 def find_unique_entries(node): argument 92 def path_name(node): argument
|
/system/extras/fatblock/ |
D | fdpool.c | 35 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/ |
D | fdevent.c | 474 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
|
D | adb_auth_host.c | 55 struct listnode node; member 346 int adb_auth_sign(void *node, void *token, size_t token_size, void *sig) in adb_auth_sign()
|
D | adb_auth_client.c | 33 struct listnode node; member
|
D | sysdeps_win32.c | 1366 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
|
D | transport.c | 399 device_tracker* node = *pnode; in device_tracker_remove() local
|
/system/core/sh/ |
D | nodes.h | 134 union node { union
|
D | jobs.c | 774 makejob(union node *node, int nprocs) in makejob()
|
/system/core/charger/ |
D | charger.c | 318 struct listnode *node; in find_supply() local
|