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

1 2

  /external/chromium_org/chrome/browser/extensions/api/push_messaging/
sync_setup_helper.cc 41 // Because clients may modify sync data as part of startup (for example local
43 // changes have propagated between the clients.
77 std::vector<ProfileSyncServiceHarness*> clients; local
78 clients.push_back(client_.get());
79 return ProfileSyncServiceHarness::AwaitQuiescence(clients);
  /external/chromium_org/content/renderer/media/
video_capture_impl_manager.h 6 // The video capture clients use AddDevice() to get a pointer to
7 // video capture device. VideoCaputreImplManager supports multiple clients
46 // video frames to their clients, depends on flag |suspend|.
65 std::list<media::VideoCapture::EventHandler*> clients; member in struct:content::VideoCaptureImplManager::Device
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSImageGeneratorValue.h 75 const RenderObjectSizeCountMap& clients() const { return m_clients; } function in class:WebCore::CSSImageGeneratorValue
CSSFontSelector.cpp 329 Vector<FontSelectorClient*> clients; local
330 copyToVector(m_clients, clients);
331 for (size_t i = 0; i < clients.size(); ++i)
332 clients[i]->fontsNeedUpdate(this);
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
main.cc 94 PeerChannel clients; local
118 ChannelMember* member = clients.Lookup(s);
122 clients.AddMember(s);
133 ChannelMember* target = clients.IsTargetedRequest(s);
151 clients.CloseAll();
161 clients.OnClosing(s);
171 clients.CheckForTimeout();
  /libcore/support/src/test/java/tests/net/
StuckServer.java 34 private ArrayList<Socket> clients = new ArrayList<Socket>(); field in class:StuckServer
53 clients.add(client);
81 for (Socket client : clients) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IntRangeManager.java 23 * Clients can enable reception of SMS-CB messages for specific ranges of
35 * Clients are identified by String (the name associated with the User ID
42 * Initial capacity for IntRange clients array list. There will be
48 * One or more clients forming the continuous range [startId, endId].
107 * to the clients array list directly, instead of via this method.
109 * number of clients grows large enough that it would make a difference.
446 // search for it in the clients list
447 ArrayList<ClientRange> clients = range.mClients; local
450 int crLength = clients.size();
452 ClientRange cr = clients.get(0)
    [all...]
  /external/chromium/net/tools/fetch/
fetch_client.cc 29 printf("usage: %s --url=<url> [--n=<clients>] [--stats] [--use_cache]\n",
173 Client** clients = new Client*[client_limit]; local
175 clients[i] = new Client(factory, url);
186 printf("Clients : %d\n", num_clients);
  /external/chromium_org/net/tools/fetch/
fetch_client.cc 35 printf("usage: %s --url=<url> [--n=<clients>] [--stats] [--use_cache]\n",
186 Client** clients = new Client*[client_limit]; local
188 clients[i] = new Client(factory, url);
199 printf("Clients : %d\n", num_clients);
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerGlobalScope.h 132 WorkerClients* clients() { return m_workerClients.get(); } function in class:WebCore::WorkerGlobalScope
  /external/chromium_org/content/common/gpu/
gpu_memory_manager.cc 170 // Only use the clients that are visible, because otherwise the set of clients
412 // Determine which clients are "hibernated" (which determines the
413 // distribution of frontbuffers and memory among clients that don't have
417 // Assign memory allocations to clients that have surfaces.
420 // Assign memory allocations to clients that don't have surfaces.
463 // If we got here, then we can't fully accommodate any of the clients,
513 // - painting everything that is nicetohave for visible clients
583 // visible clients, tracking the largest allocation and the total allocation
603 // Set the limit for nonvisible clients for when they become visible
753 ClientStateList clients = clients_visible_mru_; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FontCache.cpp 544 Vector<RefPtr<FontSelector> > clients; local
546 clients.reserveInitialCapacity(numClients);
549 clients.append(*it);
551 ASSERT(numClients == clients.size());
553 clients[i]->fontCacheInvalidated();
  /external/qemu/android/
hw-sensors.c 174 HwSensorClient* clients; member in struct:__anon26494
192 HwSensorClient** pnode = &cl->sensors->clients;
237 cl->next = sensors->clients;
238 sensors->clients = cl;
console.c 111 /* the list of current clients */
112 ControlClient clients; member in struct:ControlGlobalRec_
232 ControlClient *pnode = &global->clients;
333 client->next = global->clients;
334 global->clients = client;
    [all...]
hw-qemud.c 71 * channel between clients running in the emulated system and 'services'
580 /** CLIENTS
610 * There is a global list of serial clients used to multiplex incoming
612 * clients don't need multiplexing, because they are communicated via qemud pipes
829 * guest_close - For pipe clients control whether or not the disconnect is
831 * this parameter). For serial clients this parameter is ignored.
844 * client. Since pipe clients are controlled strictly by the guest, we
891 * NOTE: channel_id valie is used as a selector between serial and pipe clients.
948 * Note that we save only serial clients here. The pipe clients will b
1073 QemudClient* clients; member in struct:QemudService
1290 QemudClient* clients; member in struct:QemudMultiplexer
    [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/wpa_supplicant_8/src/radius/
radius_server.c 102 * clients - List of authorized RADIUS clients
104 struct radius_client *clients; member in struct:radius_server_data
252 * These counters are the sum over all clients.
322 struct radius_client *client = data->clients;
1065 struct radius_client *clients)
1069 client = clients;
1087 struct radius_client *clients, *tail, *entry; local
1107 clients = tail = NULL;
1215 clients = tail = entry
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DeviceChooserDialog.java 622 * Sent when a device data changed, or when clients are started/terminated on the device.
731 * clients on each device and finding one similar to the one being launched.
742 Client[] clients = device.getClients(); local
744 for (Client client : clients) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DdmsPlugin.java 114 * @param selectedClient The selected client. If null, no clients are selected.
621 // any change in the devices/clients, will be handled by the UI, and we'll receive
641 // any change in the devices/clients, will be handled by the UI, and we'll receive
666 * Sent when a device data changed, or when clients are started/terminated on the device.
677 // any change in the devices/clients, will be handled by the UI, and we'll receive
686 // get the clients and make sure ours is still in there.
687 Client[] clients = device.getClients(); local
689 for (Client client : clients) {
709 * @param selectedClient The selected client. If null, no clients are selected.
762 Client[] clients = device.getClients()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java 595 Client[] clients = device.getClients(); local
596 List<String> apps = new ArrayList<String>(clients.length);
597 for (int i = 0; i < clients.length; i++) {
598 String name = clients[i].getClientData().getClientDescription();
708 * @param selectedClient The selected client. If null, no clients are
    [all...]
  /device/generic/goldfish/qemud/
qemud.c 33 * other channel numbers correspond to clients. More specifically,
1204 /** CLIENTS
1236 Client* clients; member in struct:Multiplexer
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
CameraStreamer.java 49 * The CameraStreamer streams Frames from a camera to connected clients.
53 * number of connected clients. Typically, these are CameraSource filters that are part of a
54 * graph, but other clients can be written as well.
92 /** Map of set of clients (one for each target context) */
96 /** List of clients that are consuming camera frames. */
142 Set<FrameClient> clients = mContextClients.get(context); local
143 if (clients == null) {
144 clients = new HashSet<FrameClient>();
145 mContextClients.put(context, clients);
147 return clients;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asequencer.h 177 /* 150-151: kernel events with quote - DO NOT use in user clients */
193 unsigned char client; /**< Client number: 0..255, 255 = broadcast to all clients */
206 #define SNDRV_SEQ_ADDRESS_BROADCAST 255 /* send event to all queues/clients/ports/channels */
484 int clients; /* maximum clients count */ member in struct:snd_seq_system_info
487 int cur_clients; /* current clients */
648 * etc. if the queue is locked for other clients
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asequencer.h 177 /* 150-151: kernel events with quote - DO NOT use in user clients */
193 unsigned char client; /**< Client number: 0..255, 255 = broadcast to all clients */
206 #define SNDRV_SEQ_ADDRESS_BROADCAST 255 /* send event to all queues/clients/ports/channels */
484 int clients; /* maximum clients count */ member in struct:snd_seq_system_info
487 int cur_clients; /* current clients */
648 * etc. if the queue is locked for other clients
    [all...]

Completed in 657 milliseconds

1 2