Searched refs:list_append (Results 1 - 11 of 11) sorted by relevance

/external/libcap-ng/libcap-ng-0.7/utils/
H A Dproc-llist.h53 void list_append(llist *l, lnode *node);
H A Dproc-llist.c36 void list_append(llist *l, lnode *node) function
H A Dnetcap.c202 list_append(&l, &node);
/external/bluetooth/bluedroid/osi/test/
H A Dlist_test.cpp46 EXPECT_TRUE(list_append(list, &list));
54 list_append(list, &list);
64 list_append(list, &list);
76 list_append(list, &x[i]);
88 list_append(list, &x[i]);
100 list_append(list, &x[i]);
114 list_append(list, &x[i]);
145 list_append(list, &list);
/external/bluetooth/bluedroid/osi/include/
H A Dlist.h28 bool list_append(list_t *list, void *data);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_profile_queue.c72 list_append(connect_queue, p_node);
H A Dbtif_sock_rfc.c962 list_append(rs->incoming_queue, p_buf);
971 list_append(rs->incoming_queue, p_buf);
/external/bluetooth/bluedroid/osi/src/
H A Dfixed_queue.c91 list_append(queue->list, data);
120 list_append(queue->list, data);
H A Dreactor.c104 list_append(reactor->objects, obj);
H A Dconfig.c149 list_append(config->sections, sec);
162 list_append(sec->entries, entry);
H A Dlist.c116 bool list_append(list_t *list, void *data) { function

Completed in 144 milliseconds