Home
last modified time | relevance | path

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

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