HomeSort by relevance Sort by last modified time
    Searched refs:negotiated (Results 1 - 11 of 11) sorted by null

  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DataChannel.java 42 public boolean negotiated = false; field in class:DataChannel.Init
51 String protocol, boolean negotiated, int id) {
56 this.negotiated = negotiated;
  /external/webrtc/talk/app/webrtc/
datachannelinterface.h 50 negotiated(false),
62 bool negotiated; // True if the channel has been externally negotiated member in struct:webrtc::DataChannelInit
141 virtual bool negotiated() const { return false; } function in class:webrtc::DataChannelInterface
datachannel.h 74 // The default role is kOpener because the default |negotiated| is false.
78 // If the channel is externally negotiated, do not send the OPEN message.
79 if (base.negotiated) {
145 virtual bool negotiated() const { return config_.negotiated; } function in class:webrtc::DataChannel
289 PROXY_CONSTMETHOD0(bool, negotiated)
datachannel_unittest.cc 373 // Tests that no CONTROL message is sent if the datachannel is negotiated and
378 config.negotiated = true;
394 config.negotiated = true;
412 EXPECT_FALSE(init.negotiated);
415 base.negotiated = true;
datachannel.cc 185 case webrtc::InternalDataChannelInit::kNone: // pre-negotiated
625 (!is_open_message || !config_.negotiated));
webrtcsession_unittest.cc     [all...]
  /external/webrtc/talk/app/webrtc/objc/
RTCDataChannel.mm 122 return _dataChannelInit.negotiated;
126 _dataChannelInit.negotiated = isNegotiated;
224 return _dataChannel->negotiated();
  /external/webrtc/talk/session/media/
mediasession.cc 828 C negotiated = *ours; local
829 negotiated.IntersectFeedbackParams(*theirs);
830 if (IsRtxCodec(negotiated)) {
847 negotiated.SetParam(kCodecParamAssociatedPayloadType,
851 negotiated.id = theirs->id;
856 negotiated.preference = theirs->preference;
857 negotiated_codecs->push_back(negotiated);
    [all...]
  /external/conscrypt/src/test/java/org/conscrypt/
NativeCryptoTest.java     [all...]
  /external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc 167 jfieldID negotiated_id = GetFieldID(jni, j_init_class, "negotiated", "Z");
175 init.negotiated = GetBooleanField(jni, j_init, negotiated_id);
    [all...]
  /external/v8/src/js/
i18n.js 398 * specified through Unicode locale extension sequences are negotiated
    [all...]

Completed in 346 milliseconds