HomeSort by relevance Sort by last modified time
    Searched defs:clients (Results 1 - 25 of 27) sorted by null

1 2

  /frameworks/base/services/java/com/android/server/am/
ContentProviderRecord.java 29 // All attached clients
30 final HashSet<ProcessRecord> clients = new HashSet<ProcessRecord>(); field in class:ContentProviderRecord
76 if (clients.size() > 0) {
77 pw.print(prefix); pw.print("clients="); pw.println(clients);
  /external/dbus/bus/
test.c 35 static DBusList *clients = NULL; variable
117 _dbus_list_remove (&clients, connection);
121 if (clients == NULL)
164 if (!_dbus_list_append (&clients, connection))
181 _dbus_list_remove_last (&clients, connection);
183 if (clients == NULL)
199 link = _dbus_list_get_first_link (&clients);
203 DBusList *next = _dbus_list_get_next_link (&clients, link);
217 link = _dbus_list_get_first_link (&clients);
221 DBusList *next = _dbus_list_get_next_link (&clients, link)
    [all...]
  /external/webkit/WebKit/android/jni/
WebIconDatabase.cpp 121 // Swap the clients queue
122 Vector<WebIconDatabaseClient*> clients; local
123 clients.swap(mClients);
126 for (unsigned j = 0; j < clients.size(); ++j) {
127 clients[j]->didAddIconForPageUrl(queue[i]);
  /external/chromium/net/tools/fetch/
fetch_client.cc 26 printf("usage: %s --url=<url> [--n=<clients>] [--stats] [--use_cache]\n",
155 Client** clients = new Client*[client_limit]; local
157 clients[i] = new Client(factory, url);
168 printf("Clients : %d\n", num_clients);
  /hardware/msm7k/librpc/
clnt.c 72 static volatile struct CLIENT *clients; variable in typeref:struct:CLIENT
202 CLIENT *client = (CLIENT *)clients;
276 V("rx thread timeout (%d clients):\n", num_clients);
279 CLIENT *trav = (CLIENT *)clients;
572 client->next = (CLIENT *)clients;
573 clients = client;
620 CLIENT *trav = (CLIENT *)clients, *prev = NULL;
629 clients = trav->next;
  /external/qemu/android/
hw-sensors.c 148 HwSensorClient* clients; member in struct:__anon5863
165 HwSensorClient** pnode = &cl->sensors->clients;
210 cl->next = sensors->clients;
211 sensors->clients = cl;
hw-qemud.c 56 * channel between clients running in the emulated system and 'services'
480 /** CLIENTS
487 * There is a global list of clients used to multiplex incoming
688 * by the emulator, that clients in the emulated system can connect
691 * Each service can have a limit on the number of clients they
702 QemudClient* clients; member in struct:QemudService
722 s->clients = NULL;
739 c->next_serv = s->clients;
740 s->clients = c;
748 QemudClient** pnode = &s->clients;
790 QemudClient* clients; member in struct:QemudMultiplexer
    [all...]
console.c 115 /* the list of current clients */
116 ControlClient clients; member in struct:ControlGlobalRec_
185 ControlClient *pnode = &global->clients;
273 client->next = global->clients;
274 global->clients = client;
    [all...]
  /external/webkit/WebCore/platform/graphics/
FontCache.cpp 459 Vector<RefPtr<FontSelector> > clients; local
461 clients.reserveInitialCapacity(numClients);
464 clients.append(*it);
466 ASSERT(numClients == clients.size());
468 clients[i]->fontCacheInvalidated();
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DdmsPlugin.java 108 * @param selectedClient The selected client. If null, no clients are selected.
403 // any change in the devices/clients, will be handled by the UI, and we'll receive
422 // any change in the devices/clients, will be handled by the UI, and we'll receive
447 * Sent when a device data changed, or when clients are started/terminated on the device.
457 // any change in the devices/clients, will be handled by the UI, and we'll receive
466 // get the clients and make sure ours is still in there.
467 Client[] clients = device.getClients(); local
469 for (Client client : clients) {
489 * @param selectedClient The selected client. If null, no clients are selected.
540 Client[] clients = device.getClients()
    [all...]
  /device/samsung/crespo/alsa-lib/aserver/
aserver.c 207 LIST_HEAD(clients); variable
870 list_add_tail(&client->list, &clients);
892 list_add_tail(&client->list, &clients);
  /external/quake/quake/src/WinQuake/
server.h 26 struct client_s *clients; // [maxclients] member in struct:__anon7223
67 sizebuf_t reliable_datagram; // copied to all clients at end of frame
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_share.c 75 struct list_head clients; member in struct:__anon1477
150 list_for_each(i, &slave->clients) {
344 list_for_each(i, &slave->clients) {
    [all...]
  /external/bluetooth/bluez/audio/
unix.c 94 static GSList *clients = NULL; variable
161 if (!g_slist_find(clients, client))
613 if (!g_slist_find(clients, client)) {
662 for (cl = clients; cl; cl = cl->next) {
    [all...]
  /external/kernel-headers/original/linux/
i2c.h 240 struct list_head clients; member in struct:i2c_adapter
317 /* call the i2c_client->command() of all attached clients with
  /external/qemu/
vnc.h 92 VncState *clients; member in struct:VncDisplay
  /external/quake/quake/src/QW/server/
sv_main.c 117 Sends a datagram to all the clients informing them of the server crash,
150 clients before the server goes down. The messages are sent immediately,
166 for (i=0, cl = svs.clients ; i<MAX_CLIENTS ; i++, cl++)
229 // send notification to all remaining clients
278 i = client - svs.clients;
353 cl = &svs.clients[i];
513 int clients, spectators; local
603 for (i=0,cl=svs.clients ; i<MAX_CLIENTS ; i++,cl++)
623 // count up the clients and spectators
624 clients = 0
    [all...]
server.h 75 // the multicast buffer is used to send a message to a set of clients
232 client_t clients[MAX_CLIENTS]; member in struct:__anon6939
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_server.c 81 struct radius_client *clients; member in struct:radius_server_data
128 struct radius_client *client = data->clients;
859 struct radius_client *clients)
863 client = clients;
881 struct radius_client *clients, *tail, *entry; local
901 clients = tail = NULL;
1009 clients = tail = entry;
1018 radius_server_free_clients(NULL, clients);
1019 clients = NULL;
1025 return clients;
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DeviceMonitor.java 585 Set<Client> clients = mClientsToReopen.keySet(); local
588 for (Client client : clients) {
723 // Once this is done, the new list contains pids for which we don't have clients yet,
724 // so we create clients for them, add them to the list, and start monitoring them.
726 List<Client> clients = device.getClientList(); local
735 synchronized (clients) {
736 for (int c = 0 ; c < clients.size() ;) {
737 Client client = clients.get(c);
754 // list of its device which is 'clients', so there's no need to
765 // at this point whatever pid is left in the list needs to be converted into Clients
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DeviceChooserDialog.java 534 * Sent when a device data changed, or when clients are started/terminated on the device.
641 * clients on each device and finding one similar to the one being launched.
652 Client[] clients = device.getClients(); local
654 for (Client client : clients) {
  /sdk/emulator/qemud/
qemud.c 33 * other channel numbers correspond to clients. More specifically,
1200 /** CLIENTS
1232 Client* clients; member in struct:Multiplexer
    [all...]
  /cts/tools/host/src/com/android/cts/
TestDevice.java 957 * Get clients.
959 * @return The clients.
1763 Client[] clients = mDevice.getClients(); local
    [all...]
  /device/samsung/crespo/alsa-lib/include/sound/
asequencer.h 147 /* 150-151: kernel events with quote - DO NOT use in user clients */
163 unsigned char client; /**< Client number: 0..255, 255 = broadcast to all clients */
176 #define SNDRV_SEQ_ADDRESS_BROADCAST 255 /* send event to all queues/clients/ports/channels */
375 int clients; /* maximum clients count */ member in struct:sndrv_seq_system_info
378 int cur_clients; /* current clients */
540 * etc. if the queue is locked for other clients
asound.h 618 unsigned int clients; /* active timer clients */ member in struct:sndrv_timer_ginfo
    [all...]

Completed in 1710 milliseconds

1 2