/external/qemu/android/ |
core-init-utils.c | 56 socket_send(fd, msg, strlen(msg) + 1);
|
qemu-setup.c | 211 if (socket_send(s, temp, strlen(temp)) < 0) { 381 socket_send(s, tmp, 18+4);
|
adb-server.c | 270 const int sent = socket_send(adb_host->host_so, 525 const int sent = socket_send(adb_host->host_so, msg, msglen);
|
async-utils.c | 90 ret = socket_send(aw->io->fd, aw->buffer + aw->pos, aw->buffsize - aw->pos); 254 * socket_recv() or socket_send() will fail anyway, but this
|
sync-utils.c | 233 ret = socket_send(ssocket->fd, (const char*)buf + written, size - written);
|
hw-pipe-net.c | 268 int len = socket_send(pipe->io->fd, buff->data + buffStart, avail);
|
async-socket.c | 940 int res = socket_send(as->fd, asw->buffer + asw->transferred, 943 res = socket_send(as->fd, asw->buffer + asw->transferred, [all...] |
console.c | 288 ret = socket_send( client->sock, buff, len); [all...] |
/external/qemu/slirp-android/ |
if.c | 58 ret = socket_send(fd, bptr, n); 65 ret = socket_send(fd, bptr+total, n-total);
|
socket.c | 408 nn = socket_send(so->s, iov[0].iov_base, iov[0].iov_len); 425 ret = socket_send(so->s, iov[1].iov_base, iov[1].iov_len);
|
slirp.c | 552 ret = socket_send(so->s, (const void *)&ret, 0); 598 ret = socket_send(so->s, &ret, 0); [all...] |
/external/qemu/ |
migration-tcp-android.c | 39 return socket_send(s->fd, buf, size);
|
sockets.h | 365 int socket_send ( int fd, const void* buf, int buflen );
|
qemu-char.c | 527 return socket_send(fd, buf, len1); [all...] |
net-android.c | [all...] |
sockets.c | 964 socket_send(int fd, const void* buf, int buflen) function [all...] |
vnc-android.c | 993 ret = socket_send(vs->csock, data, datalen); [all...] |
/sdk/emulator/opengl/tests/event_injector/ |
sockets.h | 373 int socket_send ( int fd, const void* buf, int buflen );
|
emulator-console.c | 113 ret = socket_send(con->fd,
|
sockets.c | 968 socket_send(int fd, const void* buf, int buflen) function [all...] |
/external/qemu/telephony/ |
sysdeps_qemu.c | 275 int ret = socket_send(channel->fd, buf, len);
|
/external/qemu/proxy/ |
proxy_common.c | 135 int n = socket_send(fd, str->s + conn->str_pos, avail);
|