HomeSort by relevance Sort by last modified time
    Searched full:transports (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/dbus/
NEWS 14 - file descriptor passing on Unix socket transports
NEWS.pre-1-2 151 - support for message serialization added for use with external transports like
  /frameworks/base/core/java/com/android/internal/backup/
BackupConstants.java 20 * Constants used internally between the backup manager and its transports
IBackupTransport.aidl 54 * This is per-transport so that mock transports used for testing can coexist with
57 * available backup transports; the name of the class implementing the transport
62 * different backup transports.
  /frameworks/base/docs/html/guide/developing/tools/
bmgr.jd 148 <h2 id="transports">Applying a Backup Transport</h2>
151 to and from some storage location. A device can have multipe transports installed, though only
152 one is active at any given time. Transports are identified by name. You can see what
153 transports are available on your device or emulator by running the
154 <code>bmgr list transports</code> command:
156 <pre class="no-pretty-print">adb shell bmgr list transports</pre>
158 <p>The output of this command is a list of the transports available on the device. The currently
169 transports</code>
  /frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
Bmgr.java 206 String arg = nextArg(); // sets, transports, packages set#
207 if ("transports".equals(arg)) {
222 } else if ("transports".equals(arg)) {
236 String[] transports = mBmgr.listAllTransports(); local
237 if (transports == null || transports.length == 0) {
238 System.out.println("No transports available.");
242 for (String t : transports) {
442 System.err.println(" bmgr list transports");
463 System.err.println("The 'list transports' command reports the names of the backup transports")
    [all...]
  /system/core/adb/
OVERVIEW.TXT 122 2. Transports:
125 or emulator. There are currently two kinds of transports:
127 - USB transports, for physical devices through USB
129 - Local transports, for emulators running on the host, connected to
adb.h 185 /* used to identify transports for clients */
247 /* transports are ref-counted
256 /* Obtain a transport from the available transports.
257 ** If state is != CS_ANY, only transports in that state are considered.
277 /* cause new transports to be init'd and added to the list */
286 /* this should only be used for transports with connection_state == CS_NOPERM */
  /development/samples/BackupRestore/
AndroidManifest.xml 33 <!-- Some backup transports may require API keys or other metadata -->
  /external/bluetooth/bluez/tools/
bccmd.8 42 or /dev/ttyS0 for serial transports.
  /external/kernel-headers/original/linux/sunrpc/
msg_prot.h 94 * fragment, limiting the maximum payload size for stream transports to
xprt.h 167 * Connection of transports
176 * Disconnection of idle transports
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
neighbour.h 72 * in the sequence transports all not device specific data such as
netlink.h 25 #define NETLINK_SCSITRANSPORT 18 /* SCSI Transports */
  /frameworks/base/core/java/android/app/backup/
IBackupManager.aidl 132 * primarily intended for transports to use when they detect a suitable
203 * Request a list of all available backup transports' names. Callers must
215 * name is not one of the currently available transports, no change is made to
  /external/iproute2/include/linux/
neighbour.h 71 * in the sequence transports all not device specific data such as
netlink.h 25 #define NETLINK_SCSITRANSPORT 18 /* SCSI Transports */
  /external/kernel-headers/original/linux/
neighbour.h 74 * in the sequence transports all not device specific data such as
netlink.h 25 #define NETLINK_SCSITRANSPORT 18 /* SCSI Transports */
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
session.cc 288 LOG(LS_ERROR) << "Could not create transports: " << error.text;
520 // initiate messages, which is before we create the transports.
744 if (!CreateTransportProxies(init.transports, &session_error)) {
756 if (!OnRemoteCandidates(init.transports, error))
777 if (!OnRemoteCandidates(accept.transports, error))
926 init.transports = GetEmptyTransportInfos(init.contents);
936 return WriteSessionInitiate(protocol, init.contents, init.transports,
    [all...]
constants.cc 136 // transports and candidates
155 // const std::string NS_JINGLE_ICE_UDP("urn:xmpp:jingle:transports:ice-udp:1");
sessionmessages.h 144 TransportInfos transports; member in struct:cricket::SessionInitiate
  /frameworks/base/core/java/com/android/internal/content/
PackageHelper.java 31 * and media container service transports.
  /hardware/msm7k/librpc/rpc/
svc.h 49 * are received. The two most notable transports are TCP and UDP; they are
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPServerTransaction.java 272 // timer H MUST be set to fire in 64*T1 seconds for all transports. Timer H
457 // Otherwise (for unreliable unicast transports),
    [all...]

Completed in 764 milliseconds

1 2 3