Home
last modified time | relevance | path

Searched defs:negotiated (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/api/
Ddata_channel_interface.cc39 bool DataChannelInterface::negotiated() const { in negotiated() function in webrtc::DataChannelInterface
Ddata_channel_interface.h63 bool negotiated = false; member
/external/webrtc/pc/
Dsctp_data_channel.h159 bool negotiated() const override { return config_.negotiated; } in negotiated() function
Dmedia_session.cc775 C negotiated = ours; in NegotiateCodecs() local
/external/webrtc/sdk/android/api/org/webrtc/
DDataChannel.java25 public boolean negotiated; field in DataChannel.Init
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dquic_config_peer.cc102 void QuicConfigPeer::SetNegotiated(QuicConfig* config, bool negotiated) { in SetNegotiated()
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DPeerConnectionClient.java191 public final boolean negotiated; field in PeerConnectionClient.DataChannelParameters
195 String protocol, boolean negotiated, int id) { in DataChannelParameters()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_config.cc991 bool QuicConfig::negotiated() const { return negotiated_; } in negotiated() function in quic::QuicConfig