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

  /system/bluetooth/tools/
sock_shutdown_test.c 67 static int _socket(int type) { function
230 fd = _socket(type);
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...]
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...]
  /external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java 70 private volatile MulticastSocket _socket; field in class:JmDNSImpl
449 if (_socket != null) {
452 _socket = new MulticastSocket(DNSConstants.MDNS_PORT);
455 _socket.setNetworkInterface(hostInfo.getInterface());
462 _socket.setTimeToLive(255);
463 _socket.joinGroup(_group);
472 if (_socket != null) {
476 _socket.leaveGroup(_group);
480 _socket.close();
506 _socket = null
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 66 milliseconds