Searched refs:negotiated (Results 1 - 9 of 9) sorted by relevance

/external/chromium/net/socket/
H A Dssl_client_socket.cc50 bool SSLClientSocket::set_was_npn_negotiated(bool negotiated) { argument
51 return was_npn_negotiated_ = negotiated;
58 bool SSLClientSocket::set_was_spdy_negotiated(bool negotiated) { argument
59 return was_spdy_negotiated_ = negotiated;
H A Dssl_client_socket.h80 // 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.
H A Dsocket_test_util.cc1115 bool MockSSLClientSocket::set_was_npn_negotiated(bool negotiated) { argument
1117 return new_npn_value_ = negotiated;
H A Dsocket_test_util.h728 virtual bool set_was_npn_negotiated(bool negotiated);
/external/grub/netboot/
H A Dw89c840.c851 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);
H A Dtulip.c1944 Check the MII negotiated duplex and change the CSR6 setting if
1951 unsigned int bmsr, lpa, negotiated, new_csr6;
1979 negotiated = lpa & tp->advertising[0];
1981 if(negotiated & 0x380) new_csr6 &= ~0x400000;
1939 unsigned int bmsr, lpa, negotiated, new_csr6; local
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dmediasessionclient.cc272 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);
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dsession.h91 bool negotiated() const { return state_ == STATE_NEGOTIATED; } function in class:cricket::TransportProxy
325 // Returns the transport that has been negotiated or NULL if
H A Dsession.cc580 if (!transproxy->negotiated()) {

Completed in 186 milliseconds