/frameworks/base/core/tests/coretests/src/android/database/sqlite/ |
SQLiteCursorTest.java | 60 // have a few connections in the database connection pool
|
/frameworks/base/services/input/ |
InputDispatcher.h | [all...] |
/frameworks/base/wifi/java/android/net/wifi/ |
SupplicantState.java | 127 * plaintext connections, this state is entered when an association
|
/libcore/luni/src/main/java/java/net/ |
ProxySelector.java | 112 * Returns the proxy servers to use on connections to {@code uri}. This list
|
SocketImpl.java | 61 * the socket to accept connections on.
|
/libcore/luni/src/main/java/org/xml/sax/ |
Parser.java | 79 * SAX parser will resolve system identifiers and open connections
|
/libcore/support/src/test/java/libcore/javax/net/ssl/ |
TestSSLContext.java | 70 * use this function to determine if loopback SSL connections are
|
/development/tools/jdwpspy/ |
Net.cpp | 239 * Set up a socket to listen for connections from the debugger. 395 * Close the connections to the debugger and VM. 717 * Establish network connections and start things running.
|
/external/bluetooth/bluez/compat/ |
pand.c | 606 "\t--show --list -l Show active PAN connections\n" 607 "\t--listen -s Listen for PAN connections\n" 612 "\t--killall -K Kill all PAN connections\n"
|
/external/bluetooth/bluez/plugins/ |
hciops.c | 153 GSList *connections; member in struct:dev_info 739 match = g_slist_find_custom(dev->connections, &handle, 759 match = g_slist_find_custom(dev->connections, bdaddr, conn_bdaddr_cmp); 782 dev->connections = g_slist_append(dev->connections, conn); [all...] |
mgmtops.c | 70 GSList *connections; member in struct:controller_info 1032 info->connections = g_slist_append(info->connections, bdaddr); [all...] |
/external/dbus/doc/ |
dbus-faq.xml | 444 D-Bus offers persistent connections and with the bus daemon 570 connections in addition to connections over the bus. The libdbus
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
TCPMessageChannel.java | 45 * connections. The TLS Adaptations were contributed by Daniel Martinez. Hagai Sela contributed a 51 * This is a stack abstraction for TCP connections. This abstracts a stream of parsed messages. 110 * new connections. The sock input is the socket that is returned from the accept. Global data
|
TLSMessageChannel.java | 31 * limit the number of simultaneous open connections. The TLS 58 * This is sipStack for TLS connections. This abstracts a stream of parsed messages. The SIP 113 * new connections. The sock input is the socket that is returned from the accept. Global data
|
SIPTransactionStack.java | 203 * Class that handles caching of TCP/TLS connections. 248 * max number of simultaneous connections. 434 // Max number of simultaneous connections. [all...] |
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
MonitorThread.java | 42 * Monitor open connections. 160 * Returns "true" if we want to retry connections to clients if we get a bad 696 * Opens (or reopens) the "debug selected" port and listen for connections.
|
/system/core/libnetutils/ |
ifc_utils.c | 616 /* IPv4. Clear connections on the IP address. */ 630 * addresses, so we don't know which connections belonged to that interface 631 * So we clear all unused IPv6 connections on the device by specifying an
|
/external/bluetooth/bluez/ |
ChangeLog | 68 Fix issue with attribute server MTU and incoming connections. 359 Fix race condition in authorizing audio connections. 360 Fix device authorized setting for AVRCP-only connections. 602 Fix auto-disconnect issue with explicit A2DP connections. 615 Fix no-bonding connections in non-bondable mode. 726 Fix file descriptor misuse of SCO connections. 821 Allow link mode settings for outgoing connections. [all...] |
/external/nist-sip/java/gov/nist/javax/sip/ |
SipStackImpl.java | 211 * client release any buffers threads and socket connections associated with a 243 * Max number of simultaneous TCP connections handled by stack.</li> 279 * This is relevant for incoming TCP connections to prevent starvation at the 400 * Comma-separated list of protocols to use when creating outgoing TLS connections. [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
wps_upnp_web.c | 2 * UPnP WPS Device - Web connections 24 * Web connections (we serve pages of info about ourselves, handle 41 * Incoming web connections are recorded in this struct. [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmDataConnectionTracker.java | 614 // Stop reconnect alarms on all data connections pending 772 * Cleanup all connections. [all...] |
/external/chromium/chrome/browser/ |
process_singleton_linux.cc | 389 // Returns a random string for uniquifying profile connections. 527 // Start listening for connections on the socket. This method should be 594 // Watch for client connections on this socket. [all...] |
/external/chromium/third_party/libevent/test/ |
regress_http.c | 459 * if our connections are not supposed to be persistent; request 951 if (TAILQ_FIRST(&http->connections) != NULL) { 952 fprintf(stdout, "FAILED (left connections)\n");
|
/frameworks/base/core/java/android/server/ |
BluetoothEventLoop.java | 186 // For incoming connections, we don't get the RSSI value. Use a default of MIN_VALUE. 541 // Set state to BONDING. For incoming connections it will be set here. 542 // For outgoing connections, it gets set when we call createBond. [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
DataConnectionTracker.java | 268 /** The data connections. */ [all...] |