Home
last modified time | relevance | path

Searched defs:max_inbound_streams (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/webrtc/test/pc/sctp/
H A Dfake_sctp_transport.h46 absl::optional<int> max_inbound_streams() const { return absl::nullopt; } in max_inbound_streams() function
/aosp_15_r20/external/webrtc/pc/
H A Dsctp_transport_unittest.cc64 absl::optional<int> max_inbound_streams() const override { in max_inbound_streams() function in webrtc::__anonaf4786980111::FakeCricketSctpTransport
/aosp_15_r20/external/webrtc/media/sctp/
H A Ddcsctp_transport.cc379 absl::optional<int> DcSctpTransport::max_inbound_streams() const { in max_inbound_streams() function in webrtc::DcSctpTransport