Home
last modified time | relevance | path

Searched refs:max_inbound_streams (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/webrtc/pc/
H A Dsctp_transport.cc195 internal_sctp_transport_->max_inbound_streams()) { in OnAssociationChangeCommunicationUp()
198 *(internal_sctp_transport_->max_inbound_streams())); in OnAssociationChangeCommunicationUp()
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 Dsctp_transport_internal.h144 virtual absl::optional<int> max_inbound_streams() const = 0;
H A Ddcsctp_transport.h67 absl::optional<int> max_inbound_streams() const override;
H A Ddcsctp_transport.cc379 absl::optional<int> DcSctpTransport::max_inbound_streams() const { in max_inbound_streams() function in webrtc::DcSctpTransport
/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