HomeSort by relevance Sort by last modified time
    Searched defs:SendPacket (Results 1 - 18 of 18) sorted by null

  /system/connectivity/shill/dbus/
chromeos_third_party_vpn_dbus_adaptor.cc 126 bool ChromeosThirdPartyVpnDBusAdaptor::SendPacket(
131 client_->SendPacket(ip_packet, &error_message);
  /external/webrtc/talk/media/base/
fakenetworkinterface.h 131 virtual bool SendPacket(rtc::Buffer* packet,
mediachannel.h 459 virtual bool SendPacket(rtc::Buffer* packet,
506 bool SendPacket(rtc::Buffer* packet, const rtc::PacketOptions& options) {
547 return (!rtcp) ? network_interface_->SendPacket(packet, options)
    [all...]
  /external/webrtc/webrtc/test/
fake_network_pipe.cc 103 void FakeNetworkPipe::SendPacket(const uint8_t* data, size_t data_length) {
  /external/webrtc/webrtc/voice_engine/test/auto_test/fakes/
conference_transport.cc 145 void ConferenceTransport::SendPacket(const Packet& packet) {
215 SendPacket(packet);
  /external/webrtc/webrtc/p2p/base/
dtlstransportchannel.cc 73 channel_->SendPacket(static_cast<const char*>(data), data_len,
348 int DtlsTransportChannelWrapper::SendPacket(
353 return channel_->SendPacket(data, size, options);
371 return channel_->SendPacket(data, size, options);
relayport.cc 156 int SendPacket(const void* data, size_t size,
565 return SendPacket(data, size, options);
613 return SendPacket(buf.Data(), buf.Length(), options);
766 int RelayEntry::SendPacket(const void* data, size_t size,
p2ptransportchannel.cc     [all...]
  /system/connectivity/shill/vpn/
third_party_vpn_driver.cc 170 void ThirdPartyVpnDriver::SendPacket(const std::vector<uint8_t>& ip_packet,
  /external/webrtc/talk/media/sctp/
sctpdataengine_unittest.cc 66 virtual bool SendPacket(rtc::Buffer* packet,
68 LOG(LS_VERBOSE) << "SctpFakeNetworkInterface::SendPacket";
74 LOG(LS_VERBOSE) << "SctpFakeNetworkInterface::SendPacket, Posted message.";
  /external/webrtc/webrtc/modules/pacing/
paced_sender.cc 150 // SendPacket() call, while packet_list_ will always be correct.
392 if (SendPacket(packet)) {
420 bool PacedSender::SendPacket(const paced_sender::Packet& packet) {
  /system/extras/tests/net_test/
ping6_test.py 97 self.SendPacket(
103 self.SendPacket(
127 self.SendPacket(ip)
148 self.SendPacket(ipv6)
154 self.SendPacket(ipv6)
161 def SendPacket(self, packet):
  /external/autotest/client/tests/kvm/deps/
rss.cpp 558 BOOL SendPacket(SOCKET socket, const char *buffer, DWORD len)
578 if (!SendPacket(ci->socket, ci->chunk_buffer, bytes_read))
645 SendPacket(ci->socket, message, strlen(message));
755 if (!SendPacket(ci->socket, ffd.cFileName,
789 if (!SendPacket(ci->socket, ffd.cFileName,
    [all...]
  /external/webrtc/webrtc/modules/video_coding/test/
rtp_player.cc 353 int ret = SendPacket(packet->data(), packet->length());
380 int ret = SendPacket(next_packet_.data, next_packet_.length);
382 SendPacket(reorder_buffer_->data(), reorder_buffer_->length());
418 int SendPacket(const uint8_t* data, size_t length) {
  /external/webrtc/webrtc/voice_engine/test/android/android_test/jni/
android_test.cc 142 int SendPacket(int channel, const void* data, size_t len) override;
149 int my_transportation::SendPacket(int channel, const void *data, size_t len)
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_sender_unittest.cc 164 void SendPacket(int64_t capture_time_ms, int payload_length) {
    [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd.c 351 mDNSlocal int SendPacket(TCPSocket *sock, PktMsg *pkt)
358 VLog("SendPacket Q:%d A:%d A:%d A:%d ",
982 err = SendPacket( sock, &pkt );
983 require_action( !err, exit, Log( "UpdateSRV: SendPacket failed" ) );
    [all...]
  /external/webrtc/talk/session/media/
channel.cc 462 bool BaseChannel::SendPacket(rtc::Buffer* packet,
464 return SendPacket(false, packet, options);
469 return SendPacket(true, packet, options);
555 bool BaseChannel::SendPacket(bool rtcp,
558 // SendPacket gets called from MediaEngine, typically on an encoder thread.
665 channel->SendPacket(packet->data<char>(), packet->size(), updated_options,
    [all...]

Completed in 598 milliseconds