Searched refs:list (Results 26 - 35 of 35) sorted by relevance

12

/system/bluetooth/data/
H A Dauto_pairing.conf6 // The following companies are included in the list below:
/system/netd/
H A DBandwidthController.cpp322 std::list<int /*uid*/>::iterator it;
509 std::list<std::string>::iterator it;
573 std::list<std::string>::iterator it;
612 std::list<QuotaInfo>::iterator it;
697 std::list<QuotaInfo>::iterator it;
899 std::list<QuotaInfo>::iterator it;
919 std::list<QuotaInfo>::iterator it;
/system/core/libcutils/
H A DAndroid.mk42 list.c \
/system/core/adb/
H A DAndroid.mk36 EXTRA_SRCS := get_my_path_windows.c ../libcutils/list.c
H A Dsysdeps_win32.c1463 * about the whole list of handles that were signaled. */
1798 fdevent *list = &list_pending; local
1800 node->next = list;
1801 node->prev = list->prev;
1803 list->prev = node;
1816 fdevent *list = &list_pending; local
1817 fdevent *node = list->next;
1819 if(node == list) return 0;
1821 list->next = node->next;
1822 list
[all...]
H A Dsockets.c53 /* the the list of currently closing local sockets.
80 insert_local_socket(asocket* s, asocket* list) argument
82 s->next = list;
117 ** the list out from under you, your options are limited.
198 // be sure to hold the socket list lock when calling this
253 /* otherwise, put on the closing list
359 ** socket will be placed on the closing socket list.
/system/core/charger/
H A Dcharger.c40 #include <cutils/list.h>
79 struct listnode list; member in struct:power_supply
318 supply = node_to_item(node, struct power_supply, list);
340 list_add_tail(&charger->supplies, &supply->list);
350 list_remove(&supply->list);
467 /* allow battery to be managed in the supply list but make it not
/system/core/init/
H A Dinit_parser.c34 #include <cutils/list.h>
44 struct listnode list; member in struct:import
312 list_add_tail(import_list, &import->list);
313 INFO("found import '%s', adding to import list", import->filename);
389 struct import *import = node_to_item(node, struct import, list);
H A Dinit.c44 #include <cutils/list.h>
/system/security/keystore/
H A Dkeystore.cpp43 #include <cutils/list.h>

Completed in 131 milliseconds

12