Searched refs:socket_listen (Results 1 - 6 of 6) sorted by relevance

/external/qemu/
H A Dmigration-tcp-android.c186 if (socket_listen(s, 1) == -1)
H A Dsockets.h373 int socket_listen( int fd, int backlog );
H A Dqemu-sockets-android.c173 if (socket_listen(slisten,1) != 0) {
H A Dsockets.c1063 socket_listen( int fd, int backlog ) function
1286 if (socket_listen(s, 4) < 0) {
H A Dnet-android.c1936 ret = socket_listen(fd, 0);
/external/qemu/android/
H A Dconsole.c654 ret = socket_listen(fd, 0);

Completed in 171 milliseconds