HomeSort by relevance Sort by last modified time
    Searched refs:socket_create_unix (Results 1 - 5 of 5) sorted by null

  /external/qemu/include/android/
sockets.h 327 int socket_create_unix( SocketType type );
  /sdk/emulator/opengl/tests/event_injector/
sockets.h 335 int socket_create_unix( SocketType type );
sockets.c 931 socket_create_unix( SocketType type ) function
1384 s = socket_create_unix( type );
1406 s = socket_create_unix(type);
    [all...]
  /external/qemu/android/
sockets.c 932 socket_create_unix( SocketType type ) function
1412 s = socket_create_unix( type );
1432 s = socket_create_unix(type);
    [all...]
  /external/qemu/util/
qemu-sockets-android.c 534 sock = socket_create_unix(SOCKET_STREAM);

Completed in 316 milliseconds