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

  /external/chromium/net/socket/
ssl_client_socket.cc 50 bool SSLClientSocket::set_was_npn_negotiated(bool negotiated) {
51 return was_npn_negotiated_ = negotiated;
58 bool SSLClientSocket::set_was_spdy_negotiated(bool negotiated) {
59 return was_spdy_negotiated_ = negotiated;
ssl_client_socket.h 80 // Get the application level protocol that we negotiated with the server.
84 // kNextProtoNegotiated: *proto is set to the negotiated protocol.
95 virtual bool set_was_npn_negotiated(bool negotiated);
101 virtual bool set_was_spdy_negotiated(bool negotiated);
106 // True if NPN successfully negotiated SPDY.
socket_test_util.h 728 virtual bool set_was_npn_negotiated(bool negotiated);
    [all...]
socket_test_util.cc     [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/third_party/libjingle/source/talk/session/phone/
mediasessionclient.cc 272 AudioCodec negotiated(*ours);
273 negotiated.id = theirs->id;
274 audio_accept->AddCodec(negotiated);
308 VideoCodec negotiated(*ours);
309 negotiated.id = theirs->id;
310 video_accept->AddCodec(negotiated);
    [all...]
  /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
session.cc 580 if (!transproxy->negotiated()) {
    [all...]

Completed in 113 milliseconds