Home
last modified time | relevance | path

Searched refs:max_inbound_streams_ (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/pc/
Dsctp_transport_unittest.cc53 return max_inbound_streams_; in max_inbound_streams()
72 void set_max_inbound_streams(int streams) { max_inbound_streams_ = streams; } in set_max_inbound_streams()
76 absl::optional<int> max_inbound_streams_; member in webrtc::__anona93c4ba20111::FakeCricketSctpTransport
/external/webrtc/media/sctp/
Dsctp_transport.h93 return max_inbound_streams_; in max_inbound_streams()
277 absl::optional<int> max_inbound_streams_; variable
Dsctp_transport.cc1295 max_inbound_streams_ = change.sac_inbound_streams; in OnNotificationAssocChange()