Searched refs:transport (Results 276 - 300 of 319) sorted by relevance

<<111213

/external/bluetooth/bluedroid/stack/rfcomm/
H A Drfc_int.h318 extern void rfc_sec_check_complete (BD_ADDR bd_addr, tBT_TRANSPORT transport,void *p_ref_data, UINT8 res);
/external/mdnsresponder/mDNSCore/
H A DDNSCommon.h249 extern void DumpPacket(mDNS *const m, mStatus status, mDNSBool sent, char *transport,
/external/bluetooth/bluedroid/stack/gap/
H A Dgap_conn.c802 static void gap_sec_check_complete (BD_ADDR bd_addr, tBT_TRANSPORT transport, void *p_ref_data, UINT8 res) argument
806 UNUSED (transport);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dp2ptransportchannel.cc157 P2PTransport* transport,
160 transport_(transport),
501 // If the source transport address of the request does not match any
521 // the transport address on which the STUN request was received, and a
522 // remote candidate equal to the source transport address where the
1276 // Do not deliver, if packet doesn't belong to the correct transport channel.
155 P2PTransportChannel(const std::string& content_name, int component, P2PTransport* transport, PortAllocator *allocator) argument
H A Dsession_unittest.cc68 // TODO: When we need to test more than one transport type,
70 static const std::string kTransportType = "http://www.google.com/transport/p2p";
233 "<transport"
243 std::string transport = transport_type.empty() ? "" : local
244 "<transport"
248 "</transport>";
257 + transport +
268 "<transport"
272 "</transport>"
359 "transport
969 const cricket::Transport* transport = session->GetTransport(content_name); local
[all...]
/external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
H A Dvideo_engine_jni.cc281 "ViE channel missing transport, inconsistent state");
425 webrtc::test::VideoChannelTransport* transport = local
427 return transport->SetSendDestination(addr.c_str(), port);
/external/libvorbis/doc/
H A D01-introduction.tex60 extensively in bitrate management in peeling. Both the transport
64 Vorbis packets are thus intended to be used with a transport mechanism
67 transport) or RTP (for network multicast). For purposes of a few
73 an Ogg transport stream is in \xref{vorbis:over:ogg}.
H A D02-bitpacking.tex212 container structure, such as an Ogg transport bitstream. Externally,
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DSIPRequest.java622 public byte[] encodeAsBytes(String transport) { argument
638 byte[] superbytes = super.encodeAsBytes(transport);
907 * the request passed to the transport by the client transaction (call this the "original
H A DSIPMessage.java408 public byte[] encodeAsBytes(String transport) { argument
412 // JvB: added to fix case where application provides the wrong transport
416 topVia.setTransport(transport);
/external/valgrind/main/helgrind/tests/
H A Dtc20_verifywrap.stderr.exp47 with error code 95 (EOPNOTSUPP: Operation not supported on transport endpoint)
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_channel.cc1254 LOG(LS_ERROR) << "No transport set.";
1325 int32_t ViEChannel::RegisterSendTransport(Transport* transport) { argument
1335 external_transport_ = transport;
1336 vie_sender_.RegisterSendTransport(transport);
1346 LOG_F(LS_ERROR) << "Can't deregister transport when sending.";
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_pm.c425 && p->transport == BT_TRANSPORT_BR_EDR
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dchannel.h216 int32_t RegisterExternalTransport(Transport& transport);
578 Transport* _transportPtr; // WebRtc socket or external transport
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Daudio_coding_module_impl.cc1209 // Register a transport callback which will be called to deliver
1212 AudioPacketizationCallback* transport) {
1214 packetization_callback_ = transport;
1211 RegisterTransportCallback( AudioPacketizationCallback* transport) argument
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender.cc45 Transport* transport,
56 transport_(transport),
42 RTPSender(const int32_t id, const bool audio, Clock* clock, Transport* transport, RtpAudioFeedback* audio_feedback, PacedSender* paced_sender) argument
/external/chromium_org/net/socket/
H A Dssl_client_socket_nss.cc492 // able to marshal data between NSS functions and an underlying transport
590 // that need to operate on the underlying transport, net log, or server
594 // The caller retains ownership of |transport|, |net_log|, and
599 ClientSocketHandle* transport,
827 // The underlying transport to use for network IO.
930 ClientSocketHandle* transport,
936 transport_(transport),
1253 // transport IO will be occuring in that state, and NSS will not be blocking
1747 // the transport IO may allow DoHandshake to make progress.
2064 // transport socke
927 Core( base::SequencedTaskRunner* network_task_runner, base::SequencedTaskRunner* nss_task_runner, ClientSocketHandle* transport, const HostPortPair& host_and_port, const SSLConfig& ssl_config, BoundNetLog* net_log, ServerBoundCertService* server_bound_cert_service) argument
[all...]
/external/chromium_org/third_party/libjingle/
H A Dlibjingle.target.darwin-arm.mk120 third_party/libjingle/source/talk/p2p/base/transport.cc \
H A Dlibjingle.target.darwin-arm64.mk120 third_party/libjingle/source/talk/p2p/base/transport.cc \
H A Dlibjingle.target.darwin-mips.mk120 third_party/libjingle/source/talk/p2p/base/transport.cc \
H A Dlibjingle.target.darwin-x86.mk120 third_party/libjingle/source/talk/p2p/base/transport.cc \
H A Dlibjingle.target.darwin-x86_64.mk120 third_party/libjingle/source/talk/p2p/base/transport.cc \
H A Dlibjingle.target.linux-arm.mk120 third_party/libjingle/source/talk/p2p/base/transport.cc \
H A Dlibjingle.target.linux-arm64.mk120 third_party/libjingle/source/talk/p2p/base/transport.cc \
H A Dlibjingle.target.linux-mips.mk120 third_party/libjingle/source/talk/p2p/base/transport.cc \

Completed in 1736 milliseconds

<<111213