HomeSort by relevance Sort by last modified time
    Searched refs:Client (Results 1 - 25 of 137) sorted by null

1 2 3 4 5 6

  /external/webkit/Source/WebKit2/UIProcess/
ResponsivenessTimer.h 35 class Client {
37 virtual ~Client() { }
42 ResponsivenessTimer(ResponsivenessTimer::Client*);
55 ResponsivenessTimer::Client* m_client;
WebPopupMenuProxy.h 46 class Client {
48 virtual ~Client()
68 WebPopupMenuProxy(Client* client)
69 : m_client(client)
73 Client* m_client;
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/
Client.java 43 public interface Client extends MessageConnection
46 * Starts the client allowing it to begin processing incoming
52 * Returns true if this client is fully connected to the
58 * Returns a unique ID for this client within the remote
59 * server or -1 if this client isn't fully connected to the
65 * Returns the 'game name' for servers to which this client should be able
67 * client will be turned away.
72 * Returns the game-specific version of the server this client should
108 public void addMessageListener( MessageListener<? super Client> listener );
114 public void addMessageListener( MessageListener<? super Client> listener, Class... classes );
    [all...]
ClientStateListener.java 38 * a Client.
46 * Called when the specified client is fully connected to
49 public void clientConnected( Client c );
52 * Called when the client has disconnected from the remote
53 * server. If info is null then the client shut down the
57 public void clientDisconnected( Client c, DisconnectInfo info );
NetworkClient.java 39 * A Client whose network connection information can
47 public interface NetworkClient extends Client
50 * Connects this client to the specified remote server and ports.
55 * Connects this client to the specified remote server and ports.
58 * @param port The remote TCP port on the server to which this client should
60 * @param remoteUdpPort The remote UDP port on the server to which this client should
63 * client.
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
IClientAction.java 19 import com.android.ddmlib.Client;
25 void selectedClientChanged(Client c);
  /external/webkit/Source/WebKit2/Shared/mac/
CoreAnimationRenderer.h 42 class Client {
44 virtual ~Client() { }
48 static PassRefPtr<CoreAnimationRenderer> create(Client*, CGLContextObj, CALayer *);
57 CoreAnimationRenderer(Client*, CGLContextObj, CALayer *);
62 Client* m_client;
  /external/webkit/Source/WebKit2/UIProcess/Launcher/
ThreadLauncher.h 42 class Client {
44 virtual ~Client() { }
48 static PassRefPtr<ThreadLauncher> create(Client* client)
50 return adoptRef(new ThreadLauncher(client));
58 explicit ThreadLauncher(Client*);
66 Client* m_client;
ProcessLauncher.h 42 class Client {
44 virtual ~Client() { }
63 static PassRefPtr<ProcessLauncher> create(Client* client, const LaunchOptions& launchOptions)
65 return adoptRef(new ProcessLauncher(client, launchOptions));
77 ProcessLauncher(Client*, const LaunchOptions& launchOptions);
86 Client* m_client;
ThreadLauncher.cpp 33 ThreadLauncher::ThreadLauncher(Client* client)
34 : m_client(client)
  /external/chromium/chrome/browser/
utility_process_host.cc 20 UtilityProcessHost::UtilityProcessHost(Client* client,
23 client_(client),
187 NewRunnableMethod(client_.get(), &Client::OnMessageReceived, message));
194 NewRunnableMethod(client_.get(), &Client::OnProcessCrashed, exit_code));
201 bool UtilityProcessHost::Client::OnMessageReceived(
206 Client::OnUnpackExtensionSucceeded)
208 Client::OnUnpackExtensionFailed)
210 Client::OnUnpackWebResourceSucceeded)
212 Client::OnUnpackWebResourceFailed
    [all...]
utility_process_host.h 37 class Client : public base::RefCountedThreadSafe<Client> {
39 Client() {}
107 friend class base::RefCountedThreadSafe<Client>;
109 virtual ~Client() {}
116 DISALLOW_COPY_AND_ASSIGN(Client);
119 UtilityProcessHost(Client* client, BrowserThread::ID client_thread_id);
158 // to the client via OnJSONParseSucceeded or OnJSONParseFailed.
184 // A pointer to our client interface, who will be informed of progress
    [all...]
  /external/chromium/chrome/browser/extensions/
pack_extension_job.h 23 class Client {
30 virtual ~Client() {}
33 PackExtensionJob(Client* client,
40 // The client should call this when it is destroyed to prevent
61 Client* client_;
extensions_startup.h 16 class ExtensionsStartupUtil : public PackExtensionJob::Client {
  /frameworks/native/services/surfaceflinger/
Client.cpp 24 #include "Client.h"
36 Client::Client(const sp<SurfaceFlinger>& flinger)
41 Client::~Client()
52 status_t Client::initCheck() const {
56 void Client::attachLayer(const sp<IBinder>& handle, const sp<Layer>& layer)
62 void Client::detachLayer(const Layer* layer)
74 sp<Layer> Client::getLayerUser(const sp<IBinder>& handle) const
87 status_t Client::onTransact
121 Client* client; member in class:android::MessageCreateLayer
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
PageOverlay.h 45 class Client {
47 virtual ~Client() { }
59 static PassRefPtr<PageOverlay> create(Client*);
75 explicit PageOverlay(Client*);
86 Client* m_client;
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebPopupMenuProxyMac.h 41 static PassRefPtr<WebPopupMenuProxyMac> create(WKView *webView, WebPopupMenuProxy::Client* client)
43 return adoptRef(new WebPopupMenuProxyMac(webView, client));
51 WebPopupMenuProxyMac(WKView *, WebPopupMenuProxy::Client*);
  /external/qemu/telephony/
simulator.c 31 } ClientRec, *Client;
33 static Client
36 Client client = calloc( sizeof(*client), 1 ); local
38 client->channel = channel;
39 return client;
43 client_free( Client client )
45 sys_channel_close( client->channel )
94 Client client = _client; local
168 Client client; local
    [all...]
test2.c 47 } ClientRec, *Client;
49 static Client
52 Client client = calloc( sizeof(*client), 1 ); local
54 client->channel = channel;
55 return client;
59 client_free( Client client )
61 sys_channel_close( client->channel )
106 Client client = _client; local
181 Client client; local
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service.h 45 class Client;
67 Client* client; member in struct:SafeBrowsingService::UnsafeResource
81 Client* client; member in struct:SafeBrowsingService::SafeBrowsingCheck
101 class Client {
103 virtual ~Client() {}
154 // Otherwise it returns false, and "client" is called asynchronously with the
156 virtual bool CheckBrowseUrl(const GURL& url, Client* client);
278 Client* client; member in struct:SafeBrowsingService::QueuedCheck
    [all...]
  /external/mdnsresponder/mDNSPosix/
Makefile 250 # libdns_sd target builds the client library
252 @echo "Client library done"
451 @echo "Embedded Standalone Client done"
468 $(BUILDDIR)/mDNSClientPosix: $(APPOBJ) $(OBJDIR)/Client.c.o
  /frameworks/base/packages/SystemUI/src/com/android/systemui/media/
RingtonePlayer.java 53 private final HashMap<IBinder, Client> mClients = Maps.newHashMap();
69 * Represents an active remote {@link Ringtone} client.
71 private class Client implements IBinder.DeathRecipient {
75 public Client(IBinder token, Uri uri, UserHandle user, int streamType) {
100 Client client;
102 client = mClients.get(token);
103 if (client == null) {
105 client = new Client(token, uri, user, streamType)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
SelectionDependentViewPart.java 19 import com.android.ddmlib.Client;
29 * A Workbench {@link ViewPart} that requires {@link Device}/{@link Client} selection notifications
51 * Sent when a new {@link Client} is selected.
52 * @param selectedClient The selected client.
57 public final void selectionChanged(Client selectedClient) {
  /device/sample/apps/client/src/com/example/android/platform_library/client/
Client.java 17 package com.example.android.platform_library.client;
28 public class Client extends Activity {
  /external/jmonkeyengine/engine/src/test/jme3test/network/
TestMessages.java 59 private static class ClientPingResponder implements MessageListener<Client> {
60 public void messageReceived(Client source, com.jme3.network.Message message) {
62 System.out.println("Client: Received pong message!");
74 Client client = Network.connectToServer("localhost", 5110); local
75 client.start();
78 client.addMessageListener(new ClientPingResponder(), PongMessage.class);
80 System.out.println("Client: Sending ping message..");
81 client.send(new PingMessage());

Completed in 669 milliseconds

1 2 3 4 5 6