Home
last modified time | relevance | path

Searched defs:mline_index (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/webrtc/pc/
H A Drtp_transceiver.h204 absl::optional<size_t> mline_index() const { return mline_index_; } in mline_index() function
205 void set_mline_index(absl::optional<size_t> mline_index) { in set_mline_index()
H A Dtransceiver_list.cc26 absl::optional<size_t> mline_index) { in SetMSectionIfUnset()
H A Dtransceiver_list.h54 absl::optional<size_t> mline_index() const { return mline_index_; } in mline_index() function
H A Dwebrtc_sdp.cc848 int mline_index, in GetCandidatesByMindex()
945 int mline_index = -1; in SdpSerialize() local
2585 int mline_index, in ParseContentDescription()
2631 int mline_index = -1; in ParseMediaDescription() local
2974 int mline_index, in ParseContent()
H A Dsdp_offer_answer.cc3576 size_t mline_index, in AssociateTransceiver()
4109 size_t mline_index; in GetOptionsForUnifiedPlanOffer() local
H A Dpeer_connection_ice_unittest.cc116 for (size_t mline_index = 0; mline_index < sdesc->number_of_mediasections(); in GetIceCandidatesFromRemoteDescription() local
H A Dwebrtc_sdp_unittest.cc1093 int mline_index = 0; in WebRtcSdpTest() local
1561 int mline_index, in UpdateCandidateUfragPwd()
H A Dpeer_connection_jsep_unittest.cc1196 static void RenameSection(size_t mline_index, in RenameSection()
/aosp_15_r20/external/webrtc/rtc_tools/data_channel_benchmark/
H A Dpeer_connection_signaling.proto27 int32 mline_index = 2; field
/aosp_15_r20/external/webrtc/pc/test/
H A Dmock_peer_connection_observers.h210 std::vector<IceCandidateInterface*> GetCandidatesByMline(int mline_index) { in GetCandidatesByMline()