/external/dbus/ |
config.h | 2 #include <cutils/sockets.h> 58 /* Where per-session bus puts its sockets */ 67 /* Where to put test sockets */
|
/external/qemu/slirp/ |
slirp.c | 256 * First, TCP sockets 278 * newly socreated() sockets etc. Don't want to select these. 284 * Set for reading sockets which are accepting 293 * Set for writing sockets which are connecting 322 * UDP sockets 419 * Check sockets 423 * Check TCP sockets 429 * FD_ISSET is meaningless on these sockets 443 * Check sockets for reading 461 * Check sockets for writin [all...] |
/system/core/include/private/ |
android_filesystem_config.h | 62 #define AID_NET_BT 3002 /* bluetooth: create sco, rfcomm or l2cap sockets */ 63 #define AID_INET 3003 /* can create AF_INET and AF_INET6 sockets */ 64 #define AID_NET_RAW 3004 /* can create raw INET sockets */
|
/bionic/linker/ |
debugger.c | 40 #include <cutils/sockets.h>
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
PermissionInfoTest.java | 34 "Allows an application to create network sockets.";
|
/dalvik/libcore/nio/src/main/java/java/nio/channels/ |
Channel.java | 23 * A channel is a conduit to I/O services covering such items as files, sockets,
|
/dalvik/libcore/x-net/src/main/java/javax/net/ssl/ |
SSLServerSocketFactory.java | 27 * The factory for SSL server sockets.
|
X509TrustManager.java | 25 * for secure sockets.
|
/external/apache-http/src/org/apache/http/io/ |
package.html | 40 Connections are typically based on sockets: plain or secure,
|
/external/bluetooth/glib/glib/ |
giochannel.h | 286 * or for Winsock SOCKETs. If the parameter is a legal file 288 * SOCKET. This relies on SOCKETs and file descriptors not 316 * from the underlying file descriptor. For SOCKETs, it is possible to call 357 * you can use normal recv() or recvfrom() on sockets even if GLib
|
/external/opencore/oscl/oscl/osclio/src/ |
oscl_socket_serv_imp_reqlist.h | 69 //a queue of the active sockets.
|
/external/qemu/android/utils/ |
debug.h | 25 _VERBOSE_TAG(socket, "network sockets") \
|
/frameworks/base/cmds/installd/ |
installd.h | 33 #include <cutils/sockets.h>
|
/frameworks/base/cmds/keystore/ |
keystore_cli.c | 23 #include <cutils/sockets.h>
|
keystore_get.h | 26 #include <cutils/sockets.h>
|
/frameworks/base/core/java/android/net/ |
LocalSocketImpl.java | 27 * android.net.LocalServerSocket. Supports only AF_LOCAL sockets. 46 * An input stream for local sockets. Needed because we may 100 * An output stream for local sockets. Needed because we may 462 * connected sockets.
|
/system/core/libcutils/ |
socket_local_server.c | 18 #include <cutils/sockets.h>
|
/external/apache-http/src/org/apache/http/conn/ |
ClientConnectionOperator.java | 46 * This interface encapsulates the logic to create sockets and to 52 * sockets. Creating a tunnelled connection through a proxy, however,
|
package.html | 50 An operator encapsulates the logic to open and layer sockets, 66 provides convenient methods for opening and updating sockets in order
|
/external/bluetooth/bluez/src/ |
sdpd-server.c | 37 #include <cutils/sockets.h> 58 * l2cap and unix sockets over which discovery and registration clients
|
/external/qemu/proxy/ |
proxy_int.h | 16 #include "sockets.h" 50 /* sockets proxy manager internals */
|
proxy_common.c | 13 #include "sockets.h" 417 * with those of the proxified connection sockets that are currently managed */ 440 /* this function is called to act on proxified connection sockets when network events arrive */
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothServerSocket.java | 27 * <p>The interface for Bluetooth Sockets is similar to that of TCP sockets:
|
/dalvik/libcore/luni/src/main/java/java/net/ |
SocketImpl.java | 31 * Streaming sockets are wrapped by two classes, {@code ServerSocket} and 33 * there are two types of sockets engaged in communication, the {@code 231 * may only be invoked on streaming sockets.
|
/system/core/adb/ |
sysdeps.h | 18 * they're related to threads, sockets and file descriptors 167 /* normally provided by <cutils/sockets.h> */ 257 #include <cutils/sockets.h>
|