HomeSort by relevance Sort by last modified time
    Searched refs:transports (Results 1 - 4 of 4) sorted by null

  /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...]
  /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...]
sessionmessages.h 144 TransportInfos transports; member in struct:cricket::SessionInitiate
sessionmessages.cc 712 &init->transports, error))
720 &init->transports, error))
    [all...]

Completed in 143 milliseconds