Searched defs:max_outbound_streams (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/webrtc/test/pc/sctp/ | ||
H A D | fake_sctp_transport.h | 45 absl::optional<int> max_outbound_streams() const { return absl::nullopt; } in max_outbound_streams() function |
/aosp_15_r20/external/webrtc/pc/ | ||
H A D | sctp_transport_unittest.cc | 61 absl::optional<int> max_outbound_streams() const override { in max_outbound_streams() function in webrtc::__anonaf4786980111::FakeCricketSctpTransport |
/aosp_15_r20/external/webrtc/media/sctp/ | ||
H A D | dcsctp_transport.cc | 373 absl::optional<int> DcSctpTransport::max_outbound_streams() const { in max_outbound_streams() function in webrtc::DcSctpTransport |