Home
last modified time | relevance | path

Searched defs:SetDestination (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/p2p/base/
Dfake_packet_transport.h41 void SetDestination(FakePacketTransport* dest, bool asymmetric) { in SetDestination() function
/external/webrtc/media/base/
Dfake_network_interface.h44 void SetDestination(MediaChannel* dest) { dest_ = dest; } in SetDestination() function
/external/openthread/src/core/radio/
Dtrel_packet.hpp217 void SetDestination(const Mac::ExtAddress &aDest) { mDestination = aDest; } in SetDestination() function in ot::Trel::Header
/external/openthread/src/core/net/
Dip6_headers.hpp321 void SetDestination(const Address &aDestination) { mDestination = aDestination; } in SetDestination() function in ot::Ip6::Header
Dip4_types.hpp461 void SetDestination(const Address &aDestination) { mDestination = aDestination; } in SetDestination() function in ot::Ip4::Header
/external/webrtc/net/dcsctp/socket/
Ddcsctp_socket_network_test.cc109 void SetDestination(const BoundSocket& socket) { in SetDestination() function in dcsctp::__anon9a65344f0111::BoundSocket
/external/libchrome/dbus/
Dmessage.cc265 bool Message::SetDestination(const std::string& destination) { in SetDestination() function in dbus::Message