HomeSort by relevance Sort by last modified time
    Searched refs:socket (Results 376 - 400 of 1903) sorted by null

<<11121314151617181920>>

  /external/chromium/third_party/libjingle/source/talk/base/
basicpacketsocketfactory.h 56 int BindSocket(AsyncSocket* socket, const SocketAddress& local_address,
  /external/chromium/third_party/libjingle/source/talk/examples/login/
xmppsocket.cc 50 talk_base::AsyncSocket* socket = local
55 socket = talk_base::SSLAdapter::Create(socket);
58 cricket_socket_ = socket;
65 cricket_socket_ = socket;
87 void XmppSocket::OnReadEvent(talk_base::AsyncSocket * socket) {
91 void XmppSocket::OnWriteEvent(talk_base::AsyncSocket * socket) {
105 void XmppSocket::OnConnectEvent(talk_base::AsyncSocket * socket) {
118 void XmppSocket::OnCloseEvent(talk_base::AsyncSocket * socket, int error) {
  /external/clang/test/Sema/
darwin-align-cast.c 11 sys/socket.h:#define CMSG_SPACE(l) (__DARWIN_ALIGN(sizeof(struct
  /external/iproute2/include/libiptc/
ipt_kernel_headers.h 16 #include <sys/socket.h>
  /external/iptables/include/libiptc/
ipt_kernel_headers.h 17 #include <sys/socket.h>
  /external/libppp/src/
probe.c 30 #include <sys/socket.h>
  /external/okhttp/src/main/java/libcore/net/http/
HttpConnectionPool.java 21 import java.net.Socket;
77 // Since Socket is recycled, re-tag before using
78 Socket socket = connection.getSocket(); local
79 Libcore.tagSocket(socket);
101 Socket socket = connection.getSocket(); local
103 Libcore.untagSocket(socket);
  /external/ppp/pppd/plugins/radius/
includes.h 44 #include <sys/socket.h>
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_results_uploader.py 34 import socket namespace
101 orig_timeout = socket.getdefaulttimeout()
103 socket.setdefaulttimeout(timeout_seconds)
107 socket.setdefaulttimeout(orig_timeout)
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
includes.h 47 #include <sys/socket.h>
  /external/wpa_supplicant_8/src/utils/
includes.h 40 #include <sys/socket.h>
  /frameworks/base/core/java/android/net/
DnsPinger.java 59 /** Short socket timeout so we don't block one any 'receive' call */
90 * Send a new ping via a socket. arg1 is ID, arg2 is timeout, obj is InetAddress to ping
100 DatagramSocket socket; field in class:DnsPinger.ActivePing
148 newActivePing.socket = new DatagramSocket();
149 // Set some socket properties
150 newActivePing.socket.setSoTimeout(SOCKET_TIMEOUT_MS);
154 newActivePing.socket.setNetworkInterface(NetworkInterface.getByName(
157 loge("sendDnsPing::Error binding to socket " + e);
174 newActivePing.socket.send(packet);
189 /** Each socket will block for {@link #SOCKET_TIMEOUT_MS} in receive() *
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_transport.cpp 22 #include <sys/socket.h>
35 int serverSocket = socket(AF_LOCAL, SOCK_STREAM, 0);
37 ALOGE("Error (%d) while creating socket. Check if app has network permissions.",
53 ALOGE("Failed to bind the server socket");
59 ALOGE("Failed to listen on server socket");
94 TCPStream::TCPStream(int socket) {
95 mSocket = socket;
gltrace_transport.h 35 /** Create a TCP based communication channel over @socket */
36 TCPStream(int socket);
82 * Utility method: start a server listening at @sockName (unix domain socket,
84 * Returns the connected client socket on success, or -1 on failure.
  /gdk/libportable/
Android.mk 37 arch-mips/socket.c \
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/public/
NetlinkServer.h 7 * Handles incoming socket connections from clients using the MobiCore driver.
9 * Iterative socket server using Netlink dgram protocol.
41 #include <sys/socket.h>
73 * Implements the central socket server loop. Incoming connections will be stored.
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
HttpURLConnectionTest.java 30 import java.net.Socket;
93 Socket socket = serverSocket.accept(); local
94 socket.setSoTimeout(1000);
96 int num = socket.getInputStream().read(buff);
97 socket.getOutputStream().write((
101 num = socket.getInputStream().read(buff);
104 socket = serverSocket.accept();
105 socket.setSoTimeout(1000);
106 num = socket.getInputStream().read(buff)
    [all...]
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcManager.java 142 LlcpConnectionlessSocket socket = doCreateLlcpConnectionlessSocket(nSap, sn); local
143 if (socket != null) {
144 return socket;
149 Log.d(TAG, "failed to create llcp socket: " + ErrorCodes.asString(error));
166 LlcpServerSocket socket = doCreateLlcpServiceSocket(nSap, sn, miu, rw, linearBufferLength); local
167 if (socket != null) {
168 return socket;
173 Log.d(TAG, "failed to create llcp socket: " + ErrorCodes.asString(error));
190 LlcpSocket socket = doCreateLlcpSocket(sap, miu, rw, linearBufferLength); local
191 if (socket != null)
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/echoserver/
EchoServer.java 180 private void handleClient(LlcpSocket socket) {
187 int size = socket.receive(dataUnit);
205 if (DBG) Log.d(TAG, "about create LLCP service socket");
213 if (DBG) Log.d(TAG, "failed to create LLCP service socket");
216 if (DBG) Log.d(TAG, "created LLCP service socket");
279 LlcpConnectionlessSocket socket; field in class:EchoServer.ConnectionlessServerThread
292 if (DBG) Log.d(TAG, "about create LLCP connectionless socket");
294 socket = mService.createLlcpConnectionLessSocket(
296 if (socket == null) {
297 if (DBG) Log.d(TAG, "failed to create LLCP connectionless socket");
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/protocols/
routed.h 35 #include <sys/socket.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/protocols/
routed.h 35 #include <sys/socket.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/protocols/
routed.h 35 #include <sys/socket.h>
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/net/
if_dl.h 55 #include <sys/socket.h>
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/net/
if_dl.h 55 #include <sys/socket.h>
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/net/
if_dl.h 55 #include <sys/socket.h>

Completed in 614 milliseconds

<<11121314151617181920>>