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

  /external/chromium_org/third_party/WebKit/public/platform/
WebRTCDataChannelInit.h 44 , negotiated(false)
50 bool negotiated; member in struct:WebKit::WebRTCDataChannelInit
WebRTCDataChannelHandler.h 50 virtual bool negotiated() const { return true; } function in class:WebKit::WebRTCDataChannelHandler
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
MockWebRTCDataChannelHandler.cpp 93 bool MockWebRTCDataChannelHandler::negotiated() const function in class:WebTestRunner::MockWebRTCDataChannelHandler
95 return m_init.negotiated;
  /external/chromium_org/net/quic/
quic_config.h 23 // value is selected as the negotiated value in such a case.
32 bool negotiated() const { function in class:net::QuicNegotiableValue
52 // Returns the value negotiated if |negotiated_| is true, otherwise returns
97 // Returns the negotiated tag if |negotiated_| is true, otherwise returns
101 // Serialises |name_| and vector (either possible or negotiated) to |out|. If
132 // QuicConfig contains non-crypto configuration options that are negotiated in
162 bool negotiated();
191 // finished. (Not negotiated).
quic_config.cc 280 bool QuicConfig::negotiated() { function in class:net::QuicConfig
281 return congestion_control_.negotiated() &&
282 idle_connection_state_lifetime_seconds_.negotiated() &&
283 keepalive_timeout_seconds_.negotiated() &&
284 max_streams_per_connection_.negotiated();
291 // kKATO is optional. Return 0 if not negotiated.
  /external/chromium_org/third_party/WebKit/Source/core/platform/mediastream/
RTCDataChannelHandler.cpp 86 bool RTCDataChannelHandler::negotiated() const function in class:WebCore::RTCDataChannelHandler
88 return m_webHandler->negotiated();
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
datachannelinterface.h 49 negotiated(false),
61 bool negotiated; // True if the channel has been externally negotiated member in struct:webrtc::DataChannelInit
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCDataChannel.cpp 103 bool RTCDataChannel::negotiated() const function in class:WebCore::RTCDataChannel
105 return m_handler->negotiated();
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
DataChannel.java 42 public boolean negotiated = true; field in class:DataChannel.Init
51 String protocol, boolean negotiated, int id) {
56 this.negotiated = negotiated;
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
FileTransfer.java 261 * The file transfer is being negotiated with the peer. The party
277 * The stream to transfer the file is being negotiated over the chosen
279 * status becomes negotiated.
281 * @see #negotiated
290 negotiated("Negotiated"), enum constant in enum:FileTransfer.Status
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
session.h 91 bool negotiated() const { return state_ == STATE_NEGOTIATED; } function in class:cricket::TransportProxy
325 // Returns the transport that has been negotiated or NULL if
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session.h 115 bool negotiated() const { return negotiated_; } function in class:cricket::TransportProxy
340 // Returns the transport that has been negotiated or NULL if
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession.cc 723 C negotiated = *ours; local
724 negotiated.IntersectFeedbackParams(*theirs);
725 if (IsRtxCodec(negotiated)) {
733 negotiated.SetParam(kCodecParamAssociatedPayloadType, apt_value);
735 negotiated.id = theirs->id;
736 negotiated_codecs->push_back(negotiated);
876 // The codecs, rtcp_mux, and crypto are all negotiated with the offer
    [all...]
  /external/grub/netboot/
w89c840.c 851 int negotiated = mii_reg5 & w840private.advertising; local
857 duplex = (negotiated & 0x0100) || (negotiated & 0x01C0) == 0x0040;
862 printf("winbond-840 : Setting %s-duplex based on MII # %d negotiated capability %X\n",
863 duplex ? "full" : "half", w840private.phys[0], negotiated);
tulip.c 1939 unsigned int bmsr, lpa, negotiated, new_csr6; local
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
sslimpl.h 580 SECItem srvVirtName; /* for server: name that was negotiated
761 /* Keep track of the extensions that are negotiated. */
765 PRUint16 negotiated[SSL_MAX_EXTENSIONS]; member in struct:TLSExtensionDataStr
    [all...]

Completed in 294 milliseconds