Home
last modified time | relevance | path

Searched defs:IceMessage (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webrtc/test/peer_scenario/
H A Dsignaling_route.cc22 struct IceMessage { struct
24 explicit IceMessage(const IceCandidateInterface* candidate) in IceMessage() function
29 std::unique_ptr<IceCandidateInterface> AsCandidate() const { in AsCandidate()
37 std::string sdp_mid;
38 int sdp_mline_index;
39 std::string sdp_line;
/aosp_15_r20/external/webrtc/p2p/base/
H A Dport_interface.h33 class IceMessage; variable