Searched refs:send (Results 1 – 7 of 7) sorted by relevance
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/ |
D | Socket.java | 91 public void send(byte[] data) throws IOException { in send() method in Socket 115 public void send(byte[] data, int offset, int len) throws IOException { in send() method in Socket
|
D | Channel.java | 418 socket.send(bb.array()); in sendMessage() 560 socket.send(bb.array()); in sendQueryResponse()
|
/sdk/emulator/opengl/shared/OpenglCodecCommon/ |
D | SocketStream.cpp | 99 ssize_t stat = ::send(m_sock, (const char *)buffer + (size - res), res, 0); in writeFully()
|
/sdk/emulator/opengl/ |
D | DESIGN | 292 byte messages and send it through a generic "IOStream" object. 301 The "IOStream" is a very simple abstract class used to send byte messages 306 source code. The main idea around IOStream's design is that to send a message, 315 3/ call stream->commitBuffer() to send it. 359 data into TCP/IP/MAC packets, send them to an emulated ethernet device, 361 will unwrap the packets, re-assemble them, then send them through BSD
|
/sdk/apps/SdkController/ |
D | Implementation.txt | 27 can send data to the emulator) and an optional activity for UI (that displays
|
/sdk/eclipse/buildConfig/ |
D | build.properties | 93 #Arguments to send to the zip executable 96 #Arguments to send to the tar executable
|
/sdk/emulator/opengl/tests/event_injector/ |
D | sockets.c | 966 SOCKET_CALL(send(fd, buf, buflen, 0)) in socket_send() 972 SOCKET_CALL(send(fd, buf, buflen, MSG_OOB)); in socket_send_oob()
|