/external/qemu/ |
migration-tcp-android.c | 186 if (socket_listen(s, 1) == -1)
|
sockets.h | 373 int socket_listen( int fd, int backlog );
|
qemu-sockets-android.c | 173 if (socket_listen(slisten,1) != 0) {
|
sockets.c | 1063 socket_listen( int fd, int backlog ) function 1286 if (socket_listen(s, 4) < 0) { [all...] |
net-android.c | [all...] |
/sdk/emulator/opengl/tests/event_injector/ |
sockets.h | 381 int socket_listen( int fd, int backlog );
|
sockets.c | 1067 socket_listen( int fd, int backlog ) function 1272 if (socket_listen(s, 4) < 0) { [all...] |
/frameworks/base/core/jni/ |
android_net_LocalSocketImpl.cpp | 119 socket_listen (JNIEnv *env, jobject object, jobject fileDescriptor, int backlog) function in namespace:android 869 {"listen_native", "(Ljava/io/FileDescriptor;I)V", (void*)socket_listen},
|
/external/qemu/android/ |
console.c | 654 ret = socket_listen(fd, 0); [all...] |