HomeSort by relevance Sort by last modified time
    Searched full:socket_connect_client (Results 1 - 2 of 2) sorted by null

  /external/qemu/
sockets.c 1301 socket_connect_client( int s, const SockAddress* to ) function
1338 return socket_connect_client( s, to );
1430 ret = socket_connect_client( s, &addr );
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 1287 socket_connect_client( int s, const SockAddress* to ) function
1324 return socket_connect_client( s, to );
1416 ret = socket_connect_client( s, &addr );
    [all...]

Completed in 55 milliseconds