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

1 2 3 4 5 6 7 8 91011>>

  /external/dbus/dbus/
dbus-transport.h 2 /* dbus-transport.h DBusTransport object (internal to D-BUS implementation)
37 DBusTransport* _dbus_transport_ref (DBusTransport *transport);
38 void _dbus_transport_unref (DBusTransport *transport);
39 void _dbus_transport_disconnect (DBusTransport *transport);
40 dbus_bool_t _dbus_transport_get_is_connected (DBusTransport *transport);
41 dbus_bool_t _dbus_transport_get_is_authenticated (DBusTransport *transport);
42 dbus_bool_t _dbus_transport_get_is_anonymous (DBusTransport *transport);
43 dbus_bool_t _dbus_transport_can_pass_unix_fd (DBusTransport *transport);
45 const char* _dbus_transport_get_address (DBusTransport *transport);
46 const char* _dbus_transport_get_server_id (DBusTransport *transport);
    [all...]
dbus-transport.c 2 /* dbus-transport.c DBusTransport object (internal to D-Bus implementation)
25 #include "dbus-transport-protected.h"
26 #include "dbus-transport-unix.h"
27 #include "dbus-transport-socket.h"
44 * Types and functions related to DBusTransport. A transport is an
56 * transport mechanism, such as different network protocols,
64 DBusTransport *transport = user_data; local
66 _dbus_transport_ref (transport);
75 /* disable or re-enable the read watch for the transport if
78 if (transport->vtable->live_messages_changed
252 DBusTransport *transport = NULL; local
368 DBusTransport *transport; local
    [all...]
dbus-transport-socket.c 2 /* dbus-transport-socket.c Socket subclasses of DBusTransport
28 #include "dbus-transport-socket.h"
29 #include "dbus-transport-protected.h"
42 * Opaque object representing a socket file descriptor transport.
72 free_watches (DBusTransport *transport)
74 DBusTransportSocket *socket_transport = (DBusTransportSocket*) transport;
80 if (transport->connection)
81 _dbus_connection_remove_watch_unlocked (transport->connection,
90 if (transport->connection)
91 _dbus_connection_remove_watch_unlocked (transport->connection
877 DBusTransportSocket *transport = (DBusTransportSocket *) itransport; local
1314 DBusTransport *transport; local
    [all...]
  /hardware/bsp/intel/soc/edison/
ueventd.edison.rc 1 # Device needed by shared transport layer
  /system/core/fastboot/
protocol.cpp 42 #include "transport.h"
51 static int check_response(Transport* transport, uint32_t size, char* response) {
55 int r = transport->Read(status, 64);
58 transport->Close();
65 transport->Close();
94 transport->Close();
101 transport->Close();
108 static int _command_start(Transport* transport, const char* cmd, uint32_t size, char* response)
196 Transport* transport = reinterpret_cast<Transport*>(priv); local
    [all...]
fastboot.h 37 #include "transport.h"
42 int fb_command(Transport* transport, const char* cmd);
43 int fb_command_response(Transport* transport, const char* cmd, char* response);
44 int fb_download_data(Transport* transport, const void* data, uint32_t size);
45 int fb_download_data_sparse(Transport* transport, struct sparse_file* s);
52 bool fb_getvar(Transport* transport, const std::string& key, std::string* value)
    [all...]
transport.h 24 class Transport {
26 Transport() = default;
27 virtual ~Transport() = default;
37 // Closes the underlying transport. Returns 0 on success.
40 // Blocks until the transport disconnects. Transports that don't support
45 DISALLOW_COPY_AND_ASSIGN(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;
  /system/core/liblog/
config_read.c 26 struct listnode *list, struct android_log_transport_read *transport) {
29 /* Try to keep one functioning transport for each log buffer id */
34 if (!transport->available || ((*transport->available)(i) >= 0)) {
35 list_add_tail(list, &transport->node);
44 (!transport->available ||
45 ((*transport->available)(i) >= 0))) {
46 list_add_tail(list, &transport->node);
config_write.c 26 struct listnode *list, struct android_log_transport_write *transport) {
29 /* Try to keep one functioning transport for each log buffer id */
34 if (!transport->available || ((*transport->available)(i) >= 0)) {
35 list_add_tail(list, &transport->node);
44 (!transport->available ||
45 ((*transport->available)(i) >= 0))) {
46 list_add_tail(list, &transport->node);
  /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";
  /external/webrtc/webrtc/call/
transport_adapter.h 15 #include "webrtc/transport.h"
20 class TransportAdapter : public Transport {
22 explicit TransportAdapter(Transport* transport);
33 Transport *transport_;
  /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() {
  /external/libbrillo/brillo/http/
http_transport.cc 14 std::shared_ptr<Transport> Transport::CreateDefault() {
15 return std::make_shared<http::curl::Transport>(std::make_shared<CurlApi>());
http_utils.cc 26 std::shared_ptr<Transport> transport,
29 request_type::kGet, url, headers, transport, error);
34 std::shared_ptr<Transport> transport,
40 transport,
46 std::shared_ptr<Transport> transport,
49 request_type::kHead, url, {}, transport, error);
53 std::shared_ptr<Transport> transport
    [all...]
http_transport.h 37 // Transport is a base class for specific implementation of HTTP communication.
41 class BRILLO_EXPORT Transport : public std::enable_shared_from_this<Transport> {
43 Transport() = default;
44 virtual ~Transport() = default;
47 // |transport| is a shared pointer to this transport object instance,
50 // to the underlying transport (e.g. CURL) to establish the connection.
60 // transport. For transports that do not contain references to real message
61 // loops (e.g. a fake transport), calls the callback immediately
    [all...]
http_utils_unittest.cc 43 std::shared_ptr<fake::Transport> transport(new fake::Transport);
44 transport->AddHandler(
56 transport,
65 std::shared_ptr<fake::Transport> transport(new fake::Transport);
66 transport->AddHandler(
88 transport,
    [all...]
http_utils.h 39 // transport, error);
47 // transport, error);
63 std::shared_ptr<Transport> transport,
72 std::shared_ptr<Transport> transport,
79 // request using Transport::CancelRequest().
86 std::shared_ptr<Transport> transport,
94 // request using Transport::CancelRequest()
    [all...]
http_transport_curl.cc 34 class Transport::SocketPollData : public base::MessageLoopForIO::Watcher {
38 Transport* transport,
42 transport_(transport),
75 // CURL multi-handle associated with the transport.
77 // Transport object itself.
78 Transport* transport_;
89 struct Transport::AsyncRequestData {
100 Transport::Transport(const std::shared_ptr<CurlInterface>& curl_interface
328 auto transport = static_cast<Transport*>(userp); local
394 auto transport = static_cast<Transport*>(userp); local
    [all...]
  /external/aac/libMpegTPDec/src/
version 6 #define TP_LIB_TITLE "MPEG Transport"
  /external/aac/libMpegTPEnc/src/
version 6 #define TP_LIB_TITLE "MPEG Transport"
  /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...]
  /packages/services/Telephony/tests/src/com/android/phone/common/mail/
MailTransportTest.java 76 MailTransport transport = local
79 Socket socket = transport.createSocket();
86 MailTransport transport = local
89 Socket socket = transport.createSocket();
106 MailTransport transport = new local
110 transport.setSocketCreator(socketCreator);
112 Socket socket = transport.createSocket();
117 MailTransport transport = new MailTransport(getContext(), createMockImapHelper(), null, local
120 transport.setSocketCreator(new TestSocketCreator());
121 transport.open()
128 MailTransport transport = new MailTransport(getContext(), createMockImapHelper(), null, local
139 MailTransport transport = new MailTransport(getContext(), createMockImapHelper(), network, local
150 MailTransport transport = new MailTransport(getContext(), createMockImapHelper(), network, local
168 MailTransport transport = new MailTransport(getContext(), createMockImapHelper(), network, local
182 MailTransport transport = new MailTransport(getContext(), createMockImapHelper(), null, local
213 MailTransport transport = new MailTransport(getContext(), createMockImapHelper(), network, local
228 MailTransport transport = new MailTransport(getContext(), createMockImapHelper(), null, local
253 MailTransport transport = new MailTransport(getContext(), createMockImapHelper(), local
    [all...]
  /external/webrtc/webrtc/p2p/base/
transportcontroller.cc 155 Transport* transport = GetOrCreateTransport_w(transport_name); local
156 TransportChannelImpl* channel = transport->CreateChannel(component);
194 Transport* transport = GetTransport_w(transport_name); local
195 transport->DestroyChannel(component);
196 // Just as we create a Transport when its first channel is created,
198 if (!transport->HasChannels()) {
210 Transport* TransportController::CreateTransport_w(
214 Transport* transport = new DtlsTransport<P2PTransport> local
278 Transport* transport = GetTransport_w(transport_name); local
410 Transport* transport = GetTransport_w(transport_name); local
429 Transport* transport = GetTransport_w(transport_name); local
453 Transport* transport = GetTransport_w(transport_name); local
467 Transport* transport = GetTransport_w(transport_name); local
478 Transport* transport = GetTransport_w(transport_name); local
    [all...]

Completed in 561 milliseconds

1 2 3 4 5 6 7 8 91011>>