/external/qemu/android/ |
async-utils.c | 43 ret = socket_recv(ar->io->fd, ar->buffer + ar->pos, ar->buffsize - ar->pos); 140 ret = socket_recv(alr->io->fd, &ch, 1); 254 * socket_recv() or socket_send() will fail anyway, but this
|
sync-utils.c | 188 ret = socket_recv(ssocket->fd, buf, size);
|
hw-pipe-net.c | 308 int len = socket_recv(pipe->io->fd, buff->data + buffStart, avail);
|
adb-server.c | 227 const int size = socket_recv(adb_host->host_so, buff, sizeof(buff));
|
async-socket.c | 832 int res = socket_recv(as->fd, asr->buffer + asr->transferred, 835 res = socket_recv(as->fd, asr->buffer + asr->transferred, [all...] |
android-device.c | 606 int res = socket_recv(ads->fd, buf + recvd, bufsize - recvd); [all...] |
console.c | 548 size = socket_recv( client->sock, buf, sizeof(buf) ); [all...] |
/external/qemu/proxy/ |
proxy_common.c | 169 n = socket_recv(fd, str->s + str->n, wanted); 203 int n = socket_recv(fd, &c, 1);
|
/external/qemu/android/protocol/ |
fb-updates-impl.c | 116 ret = socket_recv(fbi->sock, fbi->reader_buffer + fbi->reader_offset,
|
ui-commands-impl.c | 127 status = socket_recv(uicmd->sock,
|
/external/qemu/slirp-android/ |
if.c | 90 if_n = socket_recv(ttyp->fd, (char *)if_inbuff, INBUFF_SIZE);
|
socket.c | 182 nn = socket_recv(so->s, iov[0].iov_base, iov[0].iov_len); 207 ret = socket_recv(so->s, iov[1].iov_base, iov[1].iov_len);
|
slirp.c | 585 ret = socket_recv(so->s, (char *)&ret, 0); [all...] |
/external/qemu/telephony/ |
sysdeps_qemu.c | 248 int ret = socket_recv(channel->fd, buf, len);
|
/sdk/emulator/opengl/tests/event_injector/ |
emulator-console.c | 87 int ret = socket_recv(con->fd, temp, sizeof temp);
|
sockets.h | 370 int socket_recv ( int fd, void* buf, int buflen );
|
sockets.c | 992 socket_recv(int fd, void* buf, int len) function [all...] |
/external/qemu/ |
sockets.h | 362 int socket_recv ( int fd, void* buf, int buflen );
|
sockets.c | 987 socket_recv(int fd, void* buf, int len) function [all...] |
qemu-char.c | [all...] |
vnc-android.c | 1098 ret = socket_recv(vs->csock, data, datalen); [all...] |
/external/libvpx/examples/includes/geshi/geshi/ |
php.php | [all...] |
/external/libvpx/examples/includes/geshi/docs/ |
geshi-doc.txt | [all...] |