HomeSort by relevance Sort by last modified time
    Searched refs:Client (Results 76 - 100 of 151) sorted by null

1 2 34 5 6 7

  /frameworks/native/services/surfaceflinger/
Layer.h 45 class Client;
54 const sp<Client>& client);
LayerBase.h 44 class Client;
302 const sp<Client>& client);
337 const wp<Client> mClientRef;
SurfaceFlinger.cpp 162 sp<Client> client(new Client(this));
163 status_t err = client->initCheck();
165 bclient = client;
346 // will instead fail later on when the client tries to use the surface,
    [all...]
  /development/tools/emulator/system/qemud/
qemud.c 36 * * the client connects to /dev/socket/qemud
38 * * the client sends the service name through the socket, as
41 * * qemud creates a "Client" object internally, assigns it an
55 * after this, all messages between the client and the emulator
63 * * If the client closes the connection, qemud sends the following
77 * Internally, the daemon maintains a "Client" object for each client
975 * dummy packet with the new client socket in p->channel
1207 typedef struct Client Client;
1439 Client* client = multiplexer_find_client(mult, channel); local
1455 Client* client = multiplexer_find_client(mult, channel); local
1466 Client* client = multiplexer_find_client(mult, channel); local
1495 Client* client; local
1598 Client* client = client_new( m, fd, m->fdhandlers, &m->clients ); local
    [all...]
  /sdk/emulator/qemud/
qemud.c 36 * * the client connects to /dev/socket/qemud
38 * * the client sends the service name through the socket, as
41 * * qemud creates a "Client" object internally, assigns it an
55 * after this, all messages between the client and the emulator
63 * * If the client closes the connection, qemud sends the following
77 * Internally, the daemon maintains a "Client" object for each client
975 * dummy packet with the new client socket in p->channel
1207 typedef struct Client Client;
1439 Client* client = multiplexer_find_client(mult, channel); local
1455 Client* client = multiplexer_find_client(mult, channel); local
1466 Client* client = multiplexer_find_client(mult, channel); local
1495 Client* client; local
1598 Client* client = client_new( m, fd, m->fdhandlers, &m->clients ); local
    [all...]
  /external/chromium/chrome/browser/download/
download_safe_browsing_client.h 17 // SafeBrowsingService. The client is refcounted and will be released once
32 : public SafeBrowsingService::Client,
55 // Callback interfaces for SafeBrowsingService::Client.
  /external/chromium/chrome/browser/extensions/
pack_extension_job.cc 16 PackExtensionJob::PackExtensionJob(Client* client,
19 : client_(client), key_file_(key_file), asynchronous_(true) {
sandboxed_extension_unpacker.h 24 // unpacking. The client is responsible for deleting this directory.
28 // extension - The extension that was unpacked. The client is responsible
57 // Additionally, we hold a reference to our own client so that it lives at least
62 class SandboxedExtensionUnpacker : public UtilityProcessHost::Client {
93 // |client| with the result. If |rdh| is provided, unpacking is done in a
99 // Start unpacking the extension. The client is called with the results.
206 // Our client's thread. This is the thread we respond on.
212 // Our client.
  /external/chromium/chrome/browser/
plugin_data_remover.h 21 public PluginProcessHost::Client,
47 // PluginProcessHost::Client methods.
66 // Connects the client side of a newly opened plug-in channel.
70 // Called when a timeout happens in order not to block the client
  /external/clang/include/clang/Rewrite/
FixItRewriter.h 1 //===--- FixItRewriter.h - Fix-It Rewriter Diagnostic Client ----*- C++ -*-===//
10 // This is a diagnostic client adaptor that performs rewrites as
12 // then forwards any diagnostics to the adapted diagnostic client.
66 /// \brief The diagnostic client that performs the actual formatting
68 DiagnosticConsumer *Client;
122 /// \brief Emit a diagnostic via the adapted diagnostic client.
  /external/jmonkeyengine/engine/src/test/jme3test/network/
TestThroughput.java 64 // It's local to the client so we got it back
83 //System.out.println( "sending:" + msg + " back to client:" + source );
96 // Use this to test the client/server name version check
101 Client client = Network.connectToServer("localhost", 5110); local
102 client.start();
104 client.addMessageListener(new TestThroughput(false), TestMessage.class);
113 client.send(test);
  /external/webkit/Source/WebKit2/PluginProcess/
WebProcessConnection.h 42 class WebProcessConnection : public RefCounted<WebProcessConnection>, CoreIPC::Connection::Client {
59 // CoreIPC::Connection::Client
  /external/webkit/Source/WebKit2/UIProcess/
WebProcessProxy.h 55 class WebProcessProxy : public RefCounted<WebProcessProxy>, CoreIPC::Connection::Client, ResponsivenessTimer::Client, ProcessLauncher::Client, ThreadLauncher::Client {
128 // CoreIPC::Connection::Client
139 // ResponsivenessTimer::Client
143 // ProcessLauncher::Client
146 // ThreadLauncher::Client
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginProcessConnection.h 44 class PluginProcessConnection : public RefCounted<PluginProcessConnection>, CoreIPC::Connection::Client {
64 // CoreIPC::Connection::Client
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DdmsPlugin.java 21 import com.android.ddmlib.Client;
94 private Client mCurrentClient;
104 * with {@link IDevice} and {@link Client} selectionchanges.
109 * Sent when a new {@link Client} is selected.
110 * @param selectedClient The selected client. If null, no clients are selected.
112 public void selectionChanged(Client selectedClient);
654 Client[] clients = device.getClients();
656 for (Client client : clients) {
657 if (client == mCurrentClient)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java 21 import com.android.ddmlib.Client;
114 public void onEndFailure(final Client client, final String message) {
121 client.getClientData().getClientDescription(),
126 // current selection. as the client is finished dumping
135 public void onSuccess(final String remoteFilePath, final Client client) {
139 final IDevice device = client.getDevice();
142 final SyncService sync = client.getDevice().getSyncService();
173 client.getClientData().getClientDescription() + DOT_HPROF
    [all...]
FileExplorerView.java 19 import com.android.ddmlib.Client;
155 * Sent when a new {@link Client} is selected.
157 * @param selectedClient The selected client.
160 public void selectionChanged(Client selectedClient) {
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
AllocationPanel.java 23 import com.android.ddmlib.Client;
103 * Content Provider to display the allocations of a client.
104 * Expected input is a {@link Client} object, elements used in the table are of type
110 if (inputElement instanceof Client) {
111 AllocationInfo[] allocs = ((Client)inputElement).getClientData().getAllocations();
204 // base composite for selected client with enabled thread update.
216 Client current = getCurrentClient();
459 * Sent when an existing client information changed.
462 * @param client the updated client
520 Client client = getCurrentClient(); local
540 Client client = getCurrentClient(); local
    [all...]
  /external/quake/quake/src/QW/
qwcl.spec.sh 22 Summary: QuakeWorld Client
  /external/webkit/Source/WebKit2/UIProcess/win/
WebPopupMenuProxyWin.h 45 static PassRefPtr<WebPopupMenuProxyWin> create(WebView* webView, WebPopupMenuProxy::Client* client)
47 return adoptRef(new WebPopupMenuProxyWin(webView, client));
59 WebPopupMenuProxyWin(WebView*, WebPopupMenuProxy::Client*);
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
IDevice.java 39 /** Device change bit mask: {@link Client} list change. */
215 * Returns whether the {@link Device} has {@link Client}s.
222 public Client[] getClients();
225 * Returns a {@link Client} by its application name.
228 * @return the <code>Client</code> object or <code>null</code> if no match was found.
230 public Client getClient(String applicationName);
400 * Returns the name of the client by pid or <code>null</code> if pid is unknown
401 * @param pid the pid of the client.
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 26 ATTRIBUTE Ascend-Client-Gateway 132 ipaddr
29 ATTRIBUTE Ascend-Client-Primary-DNS 135 ipaddr
30 ATTRIBUTE Ascend-Client-Secondary-DNS 136 ipaddr
31 ATTRIBUTE Ascend-Client-Assign-DNS 137 integer
38 ATTRIBUTE Ascend-Assign-IP-Client 144 ipaddr
49 ATTRIBUTE Ascend-Multicast-Client 155 integer
172 VALUE Ascend-Handle-IPX Handle-IPX-Client 1
275 VALUE Ascend-Multicast-Client Multicast-No 0
276 VALUE Ascend-Multicast-Client Multicast-Yes 1
284 VALUE Ascend-Client-Assign-DNS DNS-Assign-No
    [all...]
  /external/chromium/chrome/browser/renderer_host/
safe_browsing_resource_handler.h 43 public SafeBrowsingService::Client {
66 // SafeBrowsingService::Client implementation, called on the IO thread once
71 // SafeBrowsingService::Client implementation, called on the IO thread when
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/
ObjectStore.java 64 private Client client; field in class:ObjectStore
111 public void clientConnected(Client c) {
115 public void clientDisconnected(Client c, DisconnectInfo info) {
127 public ObjectStore(Client client) {
128 this.client = client;
129 client.addMessageListener(clientEventHandler,
133 client.addClientStateListener(clientEventHandler)
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.h 143 virtual void registerClient(const sp<IAudioFlingerClient>& client);
283 // --- Client ---
284 class Client : public RefBase {
286 Client(const sp<AudioFlinger>& audioFlinger, pid_t pid);
287 virtual ~Client();
296 Client(const Client&);
297 Client& operator = (const Client&);
306 // --- Notification Client --
    [all...]

Completed in 1656 milliseconds

1 2 34 5 6 7