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

1 2 3 4 5 6 7 8 91011>>

  /external/aac/libMpegTPDec/src/
version 6 #define TP_LIB_TITLE "MPEG Transport"
  /external/aac/libMpegTPEnc/src/
version 6 #define TP_LIB_TITLE "MPEG Transport"
  /device/asus/flo/sepolicy/
bridge.te 14 # Alert the RmNet SMD & SDIO function driver of the correct transport.
15 # (/sys/class/android_usb/f_rmnet_smd_sdio/transport)
  /device/lge/hammerhead/sepolicy/
bridge.te 14 # Alert the RmNet SMD & SDIO function driver of the correct transport.
15 # (/sys/class/android_usb/f_rmnet_smd_sdio/transport)
  /device/moto/shamu/sepolicy/
bridge.te 14 # Alert the RmNet SMD & SDIO function driver of the correct transport.
15 # (/sys/class/android_usb/f_rmnet_smd_sdio/transport)
  /external/nist-sip/java/javax/sip/
IOExceptionEvent.java 11 String transport) {
15 mTransport = transport;
SipStack.java 12 ListeningPoint createListeningPoint(int port, String transport)
15 String transport) throws TransportNotSupportedException,
  /external/ipsec-tools/src/racoon/contrib/
sp.pl 6 $mode = 'transport';
12 if ($mode eq 'transport') {
13 print STDERR "install esp transport mode: $src -> $dst\n";
14 print OUT "spdadd $src $dst any -P out ipsec esp/transport//require;\n";
15 print OUT "spdadd $dst $src any -P in ipsec esp/transport//require;\n";
  /frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
Service.java 19 import com.android.accessorydisplay.common.Transport;
27 * Base implementation of a service that communicates over a transport.
30 * accessed from the {@link Looper} thread on which the transport was created.
33 public abstract class Service implements Transport.Callback {
35 private final Transport mTransport;
38 public Service(Context context, Transport transport, int serviceId) {
40 mTransport = transport;
52 public Transport getTransport() {
  /frameworks/base/core/java/android/os/
CancellationSignal.java 125 * Sets the remote transport.
128 * remote transport is canceled immediately.
130 * This method is guaranteed that the remote transport will not be called after it
133 * @param remote The remote transport, or null to remove.
165 * Creates a transport that can be returned back to the caller of
168 * @return The new cancellation signal transport.
173 return new Transport();
177 * Given a locally created transport, returns its associated cancellation signal.
179 * @param transport The locally created transport, or null if none
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
HopImpl.java 56 protected String transport; field in class:HopImpl
65 return host + ":" + port + "/" + transport;
69 * Create new hop given host, port and transport.
72 * @param trans transport
84 transport = trans;
90 * @param hop is a hop string in the form of host:port/Transport
108 this.transport = hop.substring(slash+1);
111 this.transport = "UDP";
121 this.transport = hop.substring(slash+1);
122 this.port = transport.equalsIgnoreCase("TLS") ? 5061 : 5060
    [all...]
  /system/core/adb/
adb_listeners.cpp 25 #include "transport.h"
77 s->transport = listener->transport;
103 if (l->transport) {
104 remove_transport_disconnect(l->transport, &l->disconnect);
158 l->transport->serial, l->local_name, l->connect_to);
163 install_status_t remove_listener(const char *local_name, atransport* transport)
169 listener_disconnect(l, l->transport);
184 listener_disconnect(l, l->transport);
190 atransport* transport,
    [all...]
transport_test.cpp 17 #include "transport.h"
23 TEST(transport, kick_transport) {
36 TEST(transport, kick_transport_already_kicked) {
37 // Ensure that the transport is not modified if the transport has already been
50 TEST(transport, DISABLED_run_transport_disconnects_zeroed_atransport) {
adb.cpp 41 #include "transport.h"
155 { "transport", TRACE_TRANSPORT },
484 D("Invalid A_OKAY(%d,%d), expected A_OKAY(%d,%d) on transport %s\n",
502 * socket has a peer on the same transport.
504 if (p->msg.arg0 == 0 && s->peer && s->peer->transport != t) {
505 D("Invalid A_CLSE(0, %u) from transport %s, expected transport %s\n",
506 p->msg.arg1, t->serial, s->peer->transport->serial);
724 atransport *transport; local
760 transport = acquire_one_transport(CS_ANY, ttype, serial, &error_msg)
810 atransport *transport = NULL; local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
ListeningPointImpl.java 60 protected String transport; field in class:ListeningPointImpl
88 * @param transport transport
91 public static String makeKey(String host, int port, String transport) {
96 .append(transport)
106 return makeKey(this.getIPAddress(), port, transport);
131 String transport) {
135 this.transport = transport;
141 * started. The transport is set to null
    [all...]
  /device/asus/flo/
init.flo.bt.sh 27 TRANSPORT=`getprop ro.qualcomm.bt.hci_transport`
30 #find the transport type
31 logi "Transport : $TRANSPORT"
66 0) logi "Bluetooth QSoC firmware download succeeded, $PWR_CLASS $BDADDR $TRANSPORT";;
74 logi "start bluetooth smd transport"
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
TransportWrapper.java 31 * This interface provides wrapper around JDWP transport connection.
53 * Accepts transport connection for currently listened address and performs handshaking
62 * Attaches transport connection to given address and performs handshaking
72 * Closes transport connection.
77 * Checks if transport connection is open.
79 * @return true if transport connection is open
84 * Reads packet from transport connection.
91 * Writes packet to transport connection.
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.transport.ecf_1.1.0.v20130516-1858.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.transport.ecf_1.1.0.v20130516-1858.jar 
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebView_WebViewTransportTest.java 39 WebViewTransport transport = webView.new WebViewTransport(); local
41 assertNull(transport.getWebView());
43 transport.setWebView(webView);
44 assertSame(webView, transport.getWebView());
  /development/ndk/platforms/android-14/samples/native-media/
README.txt 1 This sample app requires an MPEG-2 Transport Stream file to be
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPUnitDebuggeeWrapper.java 46 protected TransportWrapper transport; field in class:JDWPUnitDebuggeeWrapper
66 transport = createTransportWrapper();
72 address = transport.startListening(address);
95 logWriter.println("Established transport connection");
113 transport.stopListening();
115 logWriter.println("IOException in stopping transport listening: " + e);
127 transport.accept(settings.getTimeout(), settings.getTimeout());
131 transport.attach(address, settings.getTimeout(), settings.getTimeout());
133 setConnection(transport);
  /external/kernel-headers/original/uapi/scsi/
scsi_netlink.h 2 * SCSI Transport Netlink Interface
3 * Used for the posting of outbound SCSI transport events
32 /* Single Netlink Message type to send all SCSI Transport messages */
35 /* SCSI Transport Broadcast Groups */
44 uint8_t transport; member in struct:scsi_nl_hdr
56 /* scsi_nl_hdr->transport value */
61 /* Transport-based scsi_nl_hdr->msgtype values are defined in each transport */
116 (hdr)->transport = t; \
  /frameworks/base/core/java/com/android/internal/backup/
IBackupTransport.aidl 28 * Ask the transport for the name under which it should be registered. This will
34 * Ask the transport for an Intent that can be used to launch any internal
35 * configuration Activity that it wishes to present. For example, the transport
37 * transport's off-device backend.
39 * If the transport does not supply any user-facing configuration UI, it should
43 * launch the transport's configuration UI. This method will return null
44 * if the transport does not offer any user-facing configuration UI.
50 * describes the current backend destination. For example, a transport that
54 * @return A string describing the destination to which the transport is currently
60 * Ask the transport for an Intent that can be used to launch a more detaile
    [all...]
  /external/tcpdump/
l2vpn.c 33 { 0x02, "ATM AAL5 VCC transport"},
34 { 0x03, "ATM transparent cell transport"},
40 { 0x09, "ATM n-to-one VCC cell transport"},
41 { 0x0a, "ATM n-to-one VPC cell transport"},
42 { 0x0b, "IP Layer2 Transport"},
45 { 0x0e, "ATM AAL5 PDU VCC transport"},

Completed in 397 milliseconds

1 2 3 4 5 6 7 8 91011>>