HomeSort by relevance Sort by last modified time
    Searched refs:negotiated (Results 1 - 13 of 13) 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/smack/src/org/jivesoftware/smackx/filetransfer/
OutgoingFileTransfer.java 83 * is only available after it has been successfully negotiated by the
90 if (getStatus().equals(FileTransfer.Status.negotiated)) {
226 if (!updateStatus(Status.negotiated, Status.in_progress)) {
297 if (!updateStatus(Status.negotiated, Status.in_progress)) {
386 if (!updateStatus(Status.negotiating_stream, Status.negotiated)) {
IncomingFileTransfer.java 61 * the negotiated stream.
63 * @return The negotiated InputStream from which to read the data.
69 throw new IllegalStateException("Transfer already negotiated!");
85 * negotiated stream. The transfered file will be saved at the provided
207 setStatus(Status.negotiated);
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/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...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java     [all...]

Completed in 9681 milliseconds