Home
last modified time | relevance | path

Searched refs:send (Results 1 – 7 of 7) sorted by relevance

/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
DSocket.java91 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
DChannel.java418 socket.send(bb.array()); in sendMessage()
560 socket.send(bb.array()); in sendQueryResponse()
/sdk/emulator/opengl/shared/OpenglCodecCommon/
DSocketStream.cpp99 ssize_t stat = ::send(m_sock, (const char *)buffer + (size - res), res, 0); in writeFully()
/sdk/emulator/opengl/
DDESIGN292 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/
DImplementation.txt27 can send data to the emulator) and an optional activity for UI (that displays
/sdk/eclipse/buildConfig/
Dbuild.properties93 #Arguments to send to the zip executable
96 #Arguments to send to the tar executable
/sdk/emulator/opengl/tests/event_injector/
Dsockets.c966 SOCKET_CALL(send(fd, buf, buflen, 0)) in socket_send()
972 SOCKET_CALL(send(fd, buf, buflen, MSG_OOB)); in socket_send_oob()