Home
last modified time | relevance | path

Searched defs:client (Results 1 – 25 of 30) sorted by relevance

12

/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DHandleProfiling.java54 public void clientReady(Client client) throws IOException {} in clientReady()
60 public void clientDisconnected(Client client) {} in clientDisconnected()
66 public void handleChunk(Client client, int type, ByteBuffer data, in handleChunk()
96 public static void sendMPRS(Client client, String fileName, int bufferSize, in sendMPRS()
124 public static void sendMPRE(Client client) throws IOException { in sendMPRE()
140 private void handleMPRE(Client client, ByteBuffer data) { in handleMPRE()
176 public static void sendMPSS(Client client, int bufferSize, in sendMPSS()
199 public static void sendMPSE(Client client) throws IOException { in sendMPSE()
215 private void handleMPSE(Client client, ByteBuffer data) { in handleMPSE()
233 public static void sendMPRQ(Client client) throws IOException { in sendMPRQ()
[all …]
DHandleThread.java58 public void clientReady(Client client) throws IOException { in clientReady()
68 public void clientDisconnected(Client client) {} in clientDisconnected()
74 public void handleChunk(Client client, int type, ByteBuffer data, boolean isReply, int msgId) { in handleChunk()
99 private void handleTHCR(Client client, ByteBuffer data) { in handleTHCR()
116 private void handleTHDE(Client client, ByteBuffer data) { in handleTHDE()
140 private void handleTHST(Client client, ByteBuffer data) { in handleTHST()
195 private void handleTHNM(Client client, ByteBuffer data) { in handleTHNM()
218 private void handleSTKL(Client client, ByteBuffer data) { in handleSTKL()
267 public static void sendTHEN(Client client, boolean enable) in sendTHEN()
290 public static void sendSTKL(Client client, int threadId) in sendSTKL()
[all …]
DHandleHello.java45 public void clientReady(Client client) throws IOException { in clientReady()
53 public void clientDisconnected(Client client) { in clientDisconnected()
63 public static void sendHelloCommands(Client client, int serverProtocolVersion) in sendHelloCommands()
74 public void handleChunk(Client client, int type, ByteBuffer data, boolean isReply, int msgId) { in handleChunk()
91 private static void handleHELO(Client client, ByteBuffer data) { in handleHELO()
130 public static void sendHELO(Client client, int serverProtocolVersion) in sendHELO()
148 private static void handleFEAT(Client client, ByteBuffer data) { in handleFEAT()
165 public static void sendFEAT(Client client) throws IOException { in sendFEAT()
DHandleHeap.java77 public void clientReady(Client client) throws IOException { in clientReady()
88 public void clientDisconnected(Client client) {} in clientDisconnected()
94 public void handleChunk(Client client, int type, ByteBuffer data, boolean isReply, int msgId) { in handleChunk()
121 private void handleHPIF(Client client, ByteBuffer data) { in handleHPIF()
149 public static void sendHPIF(Client client, int when) throws IOException { in sendHPIF()
164 private void handleHPST(Client client, ByteBuffer data) { in handleHPST()
175 private void handleHPEN(Client client, ByteBuffer data) { in handleHPEN()
187 private void handleHPSG(Client client, ByteBuffer data) { in handleHPSG()
199 public static void sendHPSG(Client client, int when, int what) in sendHPSG()
218 public static void sendHPGC(Client client) in sendHPGC()
[all …]
DHandleTest.java47 public void clientReady(Client client) throws IOException {} in clientReady()
53 public void clientDisconnected(Client client) {} in clientDisconnected()
59 public void handleChunk(Client client, int type, ByteBuffer data, boolean isReply, int msgId) { in handleChunk()
73 private void handleTEST(Client client, ByteBuffer data) in handleTEST()
DHandleWait.java48 public void clientReady(Client client) throws IOException {} in clientReady()
54 public void clientDisconnected(Client client) {} in clientDisconnected()
60 public void handleChunk(Client client, int type, ByteBuffer data, boolean isReply, int msgId) { in handleChunk()
75 private static void handleWAIT(Client client, ByteBuffer data) { in handleWAIT()
DHandleExit.java43 public void clientReady(Client client) throws IOException {} in clientReady()
49 public void clientDisconnected(Client client) {} in clientDisconnected()
55 public void handleChunk(Client client, int type, ByteBuffer data, boolean isReply, int msgId) { in handleChunk()
62 public static void sendEXIT(Client client, int status) in sendEXIT()
DHandleAppName.java45 public void clientReady(Client client) throws IOException {} in clientReady()
51 public void clientDisconnected(Client client) {} in clientDisconnected()
57 public void handleChunk(Client client, int type, ByteBuffer data, in handleChunk()
73 private static void handleAPNM(Client client, ByteBuffer data) { in handleAPNM()
DHandleNativeHeap.java56 public void clientReady(Client client) throws IOException {} in clientReady()
62 public void clientDisconnected(Client client) {} in clientDisconnected()
68 public void handleChunk(Client client, int type, ByteBuffer data, boolean isReply, int msgId) { in handleChunk()
92 public static void sendNHGT(Client client) throws IOException { in sendNHGT()
119 private void handleNHGT(Client client, ByteBuffer data) { in handleNHGT()
183 private void handleNHSG(Client client, ByteBuffer data) { in handleNHSG()
DChunkHandler.java46 abstract void clientReady(Client client) throws IOException; in clientReady()
52 abstract void clientDisconnected(Client client); in clientDisconnected()
65 abstract void handleChunk(Client client, int type, in handleChunk()
72 protected void handleUnknownChunk(Client client, int type, in handleUnknownChunk()
199 protected static Client checkDebuggerPortForAppName(Client client, String appName) { in checkDebuggerPortForAppName()
DMonitorThread.java302 Client client = (Client)key.attachment(); in processClientActivity() local
379 private void callHandler(Client client, JdwpPacket packet, in callHandler()
425 synchronized void dropClient(Client client, boolean notify) { in dropClient()
614 synchronized void addClient(Client client) { in addClient()
651 private void broadcast(int event, Client client) { in broadcast()
DClientData.java303 void onSuccess(String remoteFilePath, Client client); in onSuccess()
310 void onSuccess(byte[] data, Client client); in onSuccess()
317 void onEndFailure(Client client, String message); in onEndFailure()
329 void onSuccess(String remoteFilePath, Client client); in onSuccess()
336 void onSuccess(byte[] data, Client client); in onSuccess()
343 void onStartFailure(Client client, String message); in onStartFailure()
350 void onEndFailure(Client client, String message); in onEndFailure()
DDeviceMonitor.java142 void addClientToDropAndReopen(Client client, int port) { in addClientToDropAndReopen()
737 Client client = clients.get(c); in processIncomingJdwpData() local
827 Client client = new Client(device, socket, pid); in createClient() local
DDevice.java336 void addClient(Client client) { in addClient()
384 void removeClient(Client client, boolean notify) { in removeClient()
398 void update(Client client, int changeMask) { in update()
DDebugger.java65 Debugger(Client client, int listenPort) throws IOException { in Debugger()
DAndroidDebugBridge.java148 public void clientChanged(Client client, int changeMask); in clientChanged()
844 void clientChanged(Client client, int changeMask) { in clientChanged()
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/handler/
DMethodProfilingHandler.java52 public void onStartFailure(final Client client, final String message) { in onStartFailure()
60 public void onEndFailure(final Client client, final String message) { in onEndFailure()
68 public void onSuccess(final String remoteFilePath, final Client client) { in onSuccess()
97 public void onSuccess(byte[] data, final Client client) { in onSuccess()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DDeviceView.java105 public void onEndFailure(final Client client, final String message) { in onEndFailure()
123 public void onSuccess(final String remoteFilePath, final Client client) { in onSuccess()
173 public void onSuccess(final byte[] data, final Client client) { in onSuccess()
559 public void clientChanged(final Client client, int changeMask) { in clientChanged()
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
DAllocationPanel.java338 public void clientChanged(final Client client, int changeMask) { in clientChanged()
384 Client client = getCurrentClient(); in clientSelected() local
404 Client client = getCurrentClient(); in updateAllocationStackCall() local
DDevicePanel.java165 Client client = (Client)element; in getColumnImage() local
233 Client client = (Client)element; in getColumnText() local
407 Client client = mCurrentClient; in killSelectedClient() local
608 public void clientChanged(final Client client, final int changeMask) { in clientChanged()
727 Client client = null; in notifyListeners() local
DThreadPanel.java385 public void clientChanged(final Client client, int changeMask) { in clientChanged()
431 Client client = getCurrentClient(); in clientSelected() local
471 Client client = getCurrentClient(); in updateThreadStackCall() local
DInfoPanel.java101 public void clientChanged(final Client client, int changeMask) { in clientChanged()
/sdk/ddms/app/src/com/android/ddms/
DUIThread.java305 public void onEndFailure(final Client client, final String message) { in onEndFailure()
323 public void onSuccess(final String remoteFilePath, final Client client) { in onSuccess()
356 public void onSuccess(final byte[] data, final Client client) { in onSuccess()
1683 public void clientChanged(Client client, int changeMask) { in clientChanged()
/sdk/emulator/qemud/
Dqemud.c1435 Client* client = multiplexer_find_client(mult, channel); in multiplexer_handle_control() local
1451 Client* client = multiplexer_find_client(mult, channel); in multiplexer_handle_control() local
1462 Client* client = multiplexer_find_client(mult, channel); in multiplexer_handle_control() local
1491 Client* client; in multiplexer_serial_receive() local
1594 Client* client = client_new( m, fd, m->fdhandlers, &m->clients ); in multiplexer_control_accept() local
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DDdmsPlugin.java557 private void handleDefaultSelection(Client client) { in handleDefaultSelection()

12