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

  /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)
  /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/syslinux/gpxe/src/drivers/net/
sundance.c 293 int negotiated = mii_lpa & sdc->mii_if.advertising; local
305 duplex = (negotiated & 0x0100) || (negotiated & 0x01C0) == 0x0040;
309 "negotiated capability %4.4x.\n", sdc->nic_name,
311 negotiated );
w89c840.c 871 int negotiated = mii_reg5 & w840private.advertising; local
877 duplex = (negotiated & 0x0100) || (negotiated & 0x01C0) == 0x0040;
882 printf("winbond-840 : Setting %s-duplex based on MII # %d negotiated capability %X\n",
883 duplex ? "full" : "half", w840private.phys[0], negotiated);
tulip.c 1997 unsigned int bmsr, lpa, negotiated, new_csr6; local
    [all...]
  /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...]

Completed in 845 milliseconds