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

  /system/bluetooth/tools/
socktest.c 84 static int _socket(int type) { function
407 args->fd = _socket(args->type);
415 fd = _socket(type);
437 fd = _socket(type);
462 fd = _socket(type);
490 fd = _socket(type);
516 fd = _socket(type);
546 fd = _socket(type);
573 fd = _socket(type);
599 fd = _socket(type)
    [all...]
asocket_test.c 85 static int _socket(int type) { function
393 args->fd = _socket(args->type);
401 fd = _socket(type);
423 fd = _socket(type);
448 fd = _socket(type);
476 fd = _socket(type);
501 fd = _socket(type);
527 fd = _socket(type);
550 fd = _socket(type);
571 fd = _socket(type)
    [all...]
sock_shutdown_test.c 67 static int _socket(int type) { function
230 fd = _socket(type);

Completed in 3396 milliseconds