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

  /system/core/adb/
adb_trace.h 31 TRANSPORT,
transport_usb.cpp 17 #define TRACE_TAG TRANSPORT
20 #include "transport.h"
85 D("transport: usb");
adb_trace.cpp 129 {"transport", TRANSPORT},
transport_local.cpp 17 #define TRACE_TAG TRANSPORT
20 #include "transport.h"
50 * local transport it is connected. The list is used to detect when we're
51 * trying to connect twice to a given local transport.
131 D("transport: client_socket_thread() starting");
154 D("transport: server_socket_thread() starting");
178 D("transport: server_socket_thread() exiting");
196 /* A worker thread that monitors host connections, and registers a transport for
218 * service is registered as the transport, and a 'start' request is sent to the
221 * the transport registration is completed. That's why we need to send th
    [all...]
transport.cpp 17 #define TRACE_TAG TRANSPORT
20 #include "transport.h"
109 VLOG(TRANSPORT) << dump_packet(name, "from remote", *ppacket);
121 VLOG(TRANSPORT) << dump_packet(name, "to remote", *ppacket);
144 D("%s: failed to read packet from transport socket on fd %d", t->serial, fd);
170 D("Transport is null");
173 fatal_errno("Transport is null");
177 fatal_errno("cannot enqueue packet on transport socket");
181 // The transport is opened by transport_register_func before
186 // of transport IO failure, the read_transport thread will post
437 atransport *transport; member in struct:tmsg
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
ParameterNames.java 137 public static final String TRANSPORT = "transport";
  /external/nist-sip/java/gov/nist/javax/sip/address/
SipUri.java 36 *Jeroen van Bemmel ( additions for SCTP transport )
146 * transport param added in comparison
186 // transport, user, ttl or method must match when present in either
479 *Delete the transport string.
483 uriParms.delete(TRANSPORT);
685 /** Return true if the transport parameter is defined.
686 * @return true if transport appears as a parameter and false otherwise.
689 return hasParameter(TRANSPORT);
829 /** Returns the value of the "transport" parameter, or null if this is not
830 * set. This is equivalent to getParameter("transport")
    [all...]
NetObject.java 55 protected static final String TRANSPORT = "transport";
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 313 TRANSPORT("transport");
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 313 TRANSPORT("transport");
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
OtherMetadataFragment.java 313 TRANSPORT("transport");
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar 

Completed in 256 milliseconds