Home
last modified time | relevance | path

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

/external/webrtc/api/
Ddata_channel_interface.cc39 bool DataChannelInterface::negotiated() const { in negotiated() function in webrtc::DataChannelInterface
Ddata_channel_interface.h61 bool negotiated = false; member
/external/webrtc/pc/
Drtp_data_channel.h101 bool negotiated() const override { return config_.negotiated; } in negotiated() function
Dsctp_data_channel.h149 bool negotiated() const override { return config_.negotiated; } in negotiated() function
Dmedia_session.cc776 C negotiated = ours; in NegotiateCodecs() local
/external/webrtc/sdk/android/api/org/webrtc/
DDataChannel.java25 public boolean negotiated; field in DataChannel.Init
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DPeerConnectionClient.java189 public final boolean negotiated; field in PeerConnectionClient.DataChannelParameters
193 String protocol, boolean negotiated, int id) { in DataChannelParameters()