| /development/tools/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...] |
| /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 | 1062 socket_listen( int fd, int backlog ) function 1285 if (socket_listen(s, 4) < 0) { [all...] |
| net-android.c | [all...] |
| /frameworks/base/core/jni/ |
| android_net_LocalSocketImpl.cpp | 139 socket_listen (JNIEnv *env, jobject object, jobject fileDescriptor, int backlog) function in namespace:android 892 {"listen_native", "(Ljava/io/FileDescriptor;I)V", (void*)socket_listen},
|
| /external/qemu/android/ |
| console.c | 654 ret = socket_listen(fd, 0); [all...] |