HomeSort by relevance Sort by last modified time
    Searched full:connections (Results 301 - 325 of 860) sorted by null

<<11121314151617181920>>

  /external/sonivox/arm-wt-22k/lib_src/
dls.h 159 ULONG cConnections; /* count of connections in the list */
  /external/webkit/Source/WebCore/bridge/qt/
qt_runtime.h 208 static QMultiMap<QObject *, QtConnectionObject *> connections; member in class:JSC::Bindings::QtRuntimeConnectionMethod
  /external/webkit/Source/WebKit/android/wds/client/
main.cpp 64 // Clean up the file descriptor and connections
  /external/wpa_supplicant/
defs.h 122 * plaintext connections, this state is entered when an association
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
defs.h 181 * plaintext connections, this state is entered when an association
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_i.h 147 int n_web_connections; /* no. of pending web connections */
  /external/wpa_supplicant_8/src/common/
defs.h 232 * plaintext connections, this state is entered when an association
  /frameworks/base/core/java/android/bluetooth/
BluetoothProfileState.java 29 * This state machine is used to serialize the connections
  /frameworks/base/core/java/android/net/
ConnectivityManager.java 38 * <li>Monitor network connections (Wi-Fi, GPRS, UMTS, etc.)</li>
206 * Service servers. It may coexist with default data connections.
214 * default data connections.
222 * connections.
DummyDataStateTracker.java 113 * mobile data connections.
  /frameworks/base/media/libstagefright/rtsp/
ARTPSession.cpp 61 LOGE("We only support localhost connections for now.");
  /frameworks/base/obex/javax/obex/
SessionNotifier.java 39 * server-side OBEX connections. When a <code>SessionNotifier</code> is created
  /frameworks/base/services/java/com/android/server/am/
ActivityRecord.java 90 HashSet<ConnectionRecord> connections; // All ConnectionRecord we hold field in class:ActivityRecord
198 if (connections != null) {
199 pw.print(prefix); pw.print("connections="); pw.println(connections);
  /hardware/msm7k/librpc/rpc/
svc.h 48 * 1) An arbitrary number of transport connections upon which rpc requests
  /hardware/ti/omap3/dspbridge/inc/
DSPNode.h 156 * DSP_EALREADYCONNCECTED: One of the specified connections has already
160 * DSP_ENOMORECONNECTIONS: No more connections are allowed
192 * DSP_EALREADYCONNCECTED: One of the specified connections has already
196 * DSP_ENOMORECONNECTIONS: No more connections are allowed
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPNode.h 156 * DSP_EALREADYCONNCECTED: One of the specified connections has already
160 * DSP_ENOMORECONNECTIONS: No more connections are allowed
192 * DSP_EALREADYCONNCECTED: One of the specified connections has already
196 * DSP_ENOMORECONNECTIONS: No more connections are allowed
  /libcore/luni/src/main/java/libcore/io/
BlockGuardOs.java 53 // We allow non-linger sockets so that apps can close their network connections in
  /packages/apps/Contacts/src/com/android/contacts/util/
LocalizedNameResolver.java 41 * "All Contacts" for certain account types, but e.g. "All Friends" or "All Connections" for others.
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/
MessagingException.java 65 /** A client SSL certificate is required for connections to the server */
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
EmailClientConnectionManager.java 40 * {@link android.security.KeyChain} for SSL connections.
  /packages/apps/Nfc/src/com/android/nfc/ndefpush/
NdefPushServer.java 62 /** Connection class, used to handle incoming connections */
  /packages/apps/Nfc/src/com/android/nfc/snep/
SnepServer.java 78 /** Connection class, used to handle incoming connections */
  /packages/apps/Phone/src/com/android/phone/
BluetoothHandsfree.java 108 private static final int GSM_MAX_CONNECTIONS = 6; // Max connections allowed by GSM
109 private static final int CDMA_MAX_CONNECTIONS = 2; // Max connections allowed by CDMA
258 * continues to listen for new connections.
518 * incoming SCO connections, regardless of whether we have a listening
1654 LinkedList<Connection> connections = new LinkedList<Connection>(); local
    [all...]
CdmaPhoneCallState.java 34 * fgCall can have more than one connections from various scenarios (accepting the CW or
Constants.java 116 * where the phone disallows data connections over the cell

Completed in 2312 milliseconds

<<11121314151617181920>>