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

  /external/qemu/
sockets.c 900 int sfamily = socket_family_to_bsd(family); local
903 if (sfamily < 0 || stype < 0) {
907 QSOCKET_CALL(ret, socket(sfamily, stype, 0));
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 904 int sfamily = socket_family_to_bsd(family); local
907 if (sfamily < 0 || stype < 0) {
911 QSOCKET_CALL(ret, socket(sfamily, stype, 0));
    [all...]

Completed in 49 milliseconds