Home
last modified time | relevance | path

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

123

/system/bt/osi/src/
Dlist.c55 for (const list_node_t *node = list_begin(list); node != list_end(list); node = list_next(node)) { in list_contains() local
94 list_node_t *node = (list_node_t *)list->allocator->alloc(sizeof(list_node_t)); in list_insert_after() local
111 list_node_t *node = (list_node_t *)list->allocator->alloc(sizeof(list_node_t)); in list_prepend() local
127 list_node_t *node = (list_node_t *)list->allocator->alloc(sizeof(list_node_t)); in list_append() local
158 …for (list_node_t *prev = list->head, *node = list->head->next; node; prev = node, node = node->nex… in list_remove() local
171 for (list_node_t *node = list->head; node; ) in list_clear() local
182 for (list_node_t *node = list->head; node; ) { in list_foreach() local
201 list_node_t *list_next(const list_node_t *node) { in list_next()
206 void *list_node(const list_node_t *node) { in list_node()
211 static list_node_t *list_free_node_(list_t *list, list_node_t *node) { in list_free_node_()
Dconfig.c111 for (const list_node_t *node = list_begin(src->sections); in config_new_clone() local
219 …for (const list_node_t *node = list_begin(sec->entries); node != list_end(sec->entries); node = li… in config_set_string() local
266 const config_section_node_t *config_section_next(const config_section_node_t *node) { in config_section_next()
271 const char *config_section_name(const config_section_node_t *node) { in config_section_name()
321 …for (const list_node_t *node = list_begin(config->sections); node != list_end(config->sections); n… in config_save() local
467 …for (const list_node_t *node = list_begin(config->sections); node != list_end(config->sections); n… in section_find() local
499 …for (const list_node_t *node = list_begin(sec->entries); node != list_end(sec->entries); node = li… in entry_find() local
/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
Dandroid_reboot.c97 struct listnode* node; in free_entries() local
111 struct listnode* node; in find_item() local
137 struct listnode* node; in remount_ro() 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
47 #define list_for_each_safe(node, n, list) \ argument
52 static inline void list_init(struct listnode *node) in list_init()
/system/bt/btif/src/
Dbtif_uid.c50 uid_set_node_t* node = set->head; in uid_set_destroy() local
64 uid_set_node_t* node = set->head; in uid_set_find_or_create_node() local
84 uid_set_node_t* node = uid_set_find_or_create_node(set, app_uid); in uid_set_add_tx() local
95 uid_set_node_t* node = uid_set_find_or_create_node(set, app_uid); in uid_set_add_rx() local
105 uid_set_node_t* node = set->head; in uid_set_read_and_clear() local
Dbtif_profile_queue.c77 …for (const list_node_t *node = list_begin(connect_queue); node != list_end(connect_queue); node = … in queue_int_add() local
120 connect_node_t node; in btif_queue_connect() local
/system/core/sdcard/
Dsdcard.c147 struct node { struct
152 * The inode number for this FUSE node. Note that this isn't stable across argument
163 struct node *next; /* per-dir sibling list */ argument
164 struct node *child; /* first contained file by this dir */ argument
165 struct node *parent; /* containing directory */ argument
167 size_t namelen;
168 char *name;
174 char *actual_name;
178 char* graft_path;
179 size_t graft_pathlen;
[all …]
/system/extras/simpleperf/
Dcallchain.cpp30 static size_t GetMatchingLengthInNode(const CallChainNode* node, in GetMatchingLengthInNode()
43 for (auto& node : nodes) { in FindMatchingNode() local
54 std::unique_ptr<CallChainNode> node(new CallChainNode); in AllocateNode() local
Dreport.py51 def add_child(self, node): argument
197 def display_call_tree(self, tree, parent_id, node, indent): argument
/system/connectivity/shill/mobile_operator_db/
Dserviceproviders_converter.py214 def _EnrichNode(self, node, country_code, primary, roaming_required, names, argument
431 def _SpewNameFilter(self, node): argument
448 def _SpewData(self, node): argument
557 def _PPrintXML(self, node): argument
572 def _PPrintLogXML(self, logger, node): argument
/system/core/liblog/
Dlogger.h37 struct listnode *node; member
41 struct listnode node; member
57 struct listnode node; member
108 struct listnode node; member
115 struct listnode node; member
Dlogger_read.c62 struct listnode *node; in init_transport_context() local
307 struct listnode *node = list_head(&logger_list_internal->transport); in android_logger_open() local
460 struct listnode *node = list_head(&logger_list_internal->transport); in android_logger_list_free() local
472 struct listnode *node = list_head(&logger_list_internal->logger); in android_logger_list_free() local
Dpmsg_reader.c268 struct listnode node; in __android_log_pmsg_file_read() member
278 struct listnode node; in __android_log_pmsg_file_read() member
285 struct listnode *node, *n; in __android_log_pmsg_file_read() local
Dlogger_write.c100 struct android_log_transport_write *node) in __android_log_cache_available()
121 struct android_log_transport_write *node; in __android_log_dev_available() local
226 struct android_log_transport_write *node; in __write_to_log_daemon() local
/system/media/camera/docs/
Dmetadata_helpers.py77 def find_unique_entries(node): argument
107 def path_name(node): argument
211 def has_descendants_with_enums(node): argument
224 def get_children_by_throwing_away_kind(node, member='entries'): argument
837 def javadoc_crossref_filter(node): argument
911 def ndkdoc_crossref_filter(node): argument
Dmetadata_helpers_test.py137 def filter_test(node): argument
/system/update_engine/payload_generator/
Dtopological_sort.cc33 Vertex::Index node) { in TopologicalSortVisit()
/system/core/libmemunreachable/
DLinkedList.h28 void insert(LinkedList<T>& node) { in insert()
/system/sepolicy/tools/sepolicy-analyze/
Ddups.c20 avtab_ptr_t node; in find_dups_helper() local
/system/core/init/
Ddevices.cpp103 struct perm_node *node = (perm_node*) calloc(1, sizeof(*node)); in add_dev_perms() local
134 struct listnode *node; in fixup_sys_perms() local
193 struct listnode *node; in get_device_perm() local
303 struct listnode *node; in find_platform_device() local
319 struct listnode *node; in remove_platform_device() local
/system/bt/stack/btm/
Dbtm_dev.c450 for (list_node_t *node = list_begin(btm_cb.sec_dev_rec); node != end; node = list_next(node)) { in btm_consolidate_dev() local
534 for (list_node_t *node = list_begin(btm_cb.sec_dev_rec); node != end; node = list_next(node)) { in btm_find_oldest_dev_rec() local
/system/bt/stack/l2cap/
Dl2cap_client.c163 …for (const list_node_t *node = list_begin(client->outbound_fragments); node != list_end(client->ou… in l2cap_client_disconnect() local
426 …for (const list_node_t *node = list_begin(l2cap_clients); node != list_end(l2cap_clients); node = … in find() local
/system/core/adb/
Dadb_auth_host.cpp54 struct listnode node; member
347 int adb_auth_sign(void *node, const unsigned char* token, size_t token_size, in adb_auth_sign()
/system/bt/osi/test/
Dlist_test.cpp116 …for (const list_node_t *node = list_begin(list); node != list_end(list); node = list_next(node), +… in TEST_F() local
130 …for (const list_node_t *node = list_begin(list); node != list_end(list); node = list_next(node), -… in TEST_F() local

123