HomeSort by relevance Sort by last modified time
    Searched refs:session (Results 151 - 175 of 235) sorted by null

1 2 3 4 5 67 8 910

  /external/chromium/net/flip/
flip_stream.h 40 FlipStream(FlipSession* session, flip::FlipStreamId stream_id, bool pushed,
flip_network_transaction.cc 28 FlipNetworkTransaction::FlipNetworkTransaction(HttpNetworkSession* session)
33 session_(session),
flip_session.h 95 // |host| is the hostname that this session connects to.
96 FlipSession(const std::string& host, HttpNetworkSession* session);
144 // Closes this session. This will close all active streams and mark
145 // the session as permanently closed.
161 // Callbacks for the Flip session.
167 // The domain this session is connected to.
174 // The socket handle for this session.
220 // If an error has occurred on the session, the session is effectively
226 // Some statistics counters for the session
    [all...]
  /external/openssl/ssl/
s3_lib.c     [all...]
d1_srvr.c 409 ((s->session->peer != NULL) &&
573 s->session->cipher=s->s3->tmp.new_cipher;
625 /* actually not necessarily a 'new' session unless
774 * session id. If it is a re-use, we send back the
775 * old session-id, if it is a new session, we send
776 * back the new session-id or we send back a 0 length
777 * session-id if we want it to be single use.
778 * Currently I will not implement the '0' length session-id
782 s->session->session_id_length=0
    [all...]
kssl.c     [all...]
  /external/ppp/pppd/plugins/rp-pppoe/
debug.c 108 fprintf(fp, "Session (%x) ", (unsigned) type);
123 (int) ntohs(packet->session),
pppoe.h 216 unsigned int session:16; /* PPPoE session */ member in struct:PPPoEPacketStruct
222 #define PPPOE_OVERHEAD 6 /* type, code, session, length */
254 int sessionSocket; /* Raw socket for session frames */
257 UINT16_t session; /* Session ID */ member in struct:PPPoEConnectionStruct
  /frameworks/base/media/java/android/media/
AudioTrack.java 214 * Audio session ID
270 * Class constructor with audio session. Use this constructor when the AudioTrack must be
271 * attached to a particular audio session. The primary use of the audio session ID is to
272 * associate audio effects to a particular instance of AudioTrack: if an audio session ID
274 * and media players in the same session and not to the output mix.
275 * When an AudioTrack is created without specifying a session, it will create its own session
277 * If a session ID is provided, this AudioTrack will share effects attached to this session
320 int[] session = new int[1]; local
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLSocketImpl.java 56 // active session object
57 private SSLSessionImpl session; field in class:SSLSocketImpl
356 // return an invalid session with
361 return session;
784 session = recordProtocol.getSession();
788 new HandshakeCompletedEvent(this, session);
  /external/chromium/net/http/
http_network_transaction_unittest.cc 417 scoped_refptr<HttpNetworkSession> session = CreateSession(&session_deps); local
434 scoped_ptr<HttpTransaction> trans(new HttpNetworkTransaction(session));
606 scoped_refptr<HttpNetworkSession> session = CreateSession(&session_deps); local
636 scoped_ptr<HttpTransaction> trans(new HttpNetworkTransaction(session));
2204 scoped_refptr<HttpNetworkSession> session = CreateSession(&session_deps); local
2465 scoped_refptr<HttpNetworkSession> session = CreateSession(&session_deps); local
3776 scoped_refptr<HttpNetworkSession> session = CreateSession(&session_deps); local
3804 scoped_refptr<HttpNetworkSession> session = CreateSession(&session_deps); local
    [all...]
http_cache.cc 144 HttpCache::HttpCache(HttpNetworkSession* session,
150 network_layer_(HttpNetworkLayer::CreateFactory(session)),
810 HttpNetworkSession* session = network->GetSession(); local
811 if (session) {
812 session->tcp_socket_pool()->CloseIdleSockets();
813 if (session->flip_session_pool())
814 session->flip_session_pool()->CloseAllSessions();
815 session->ReplaceTCPSocketPool();
http_cache.h 80 HttpCache(HttpNetworkSession* session, const FilePath& cache_dir,
http_network_transaction.h 38 explicit HttpNetworkTransaction(HttpNetworkSession* session);
  /external/webkit/WebCore/platform/network/win/
CookieJarCFNetWin.cpp 157 bool session = false; // FIXME: Need API for if a cookie is a session cookie. local
159 rawCookies.uncheckedAppend(Cookie(name, value, domain, path, expires, httpOnly, secure, session));
  /frameworks/base/services/audioflinger/
AudioPolicyService.cpp 231 int session)
238 return mpPolicyManager->startOutput(output, stream, session);
243 int session)
250 return mpPolicyManager->stopOutput(output, stream, session);
369 int session,
375 return mpPolicyManager->registerEffect(desc, output, strategy, session, id);
585 status_t AudioPolicyService::moveEffects(int session, audio_io_handle_t srcOutput,
591 return af->moveEffects(session, (int)srcOutput, (int)dstOutput);
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 636 SSLSession session = serverPeer.getSession(); local
638 assertEquals(session.getCipherSuite(), clientConnection.getCipherSuite());
639 assertEquals(session.getLocalPrincipal(), clientConnection.getPeerPrincipal());
640 assertEquals(session.getPeerPrincipal(), clientConnection.getLocalPrincipal());
643 Certificate[] localCertificates = session.getLocalCertificates();
648 serverCertificates = session.getPeerCertificates();
794 public boolean verify(String hostname, SSLSession session) {
    [all...]
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 72 sp<SurfaceComposerClient> BootAnimation::session() const { function in class:android::BootAnimation
203 status_t status = session()->getDisplayInfo(0, &dinfo);
208 sp<SurfaceControl> control = session()->createSurface(
210 session()->openTransaction();
212 session()->closeTransaction();
  /frameworks/base/tests/CoreTests/android/core/
SSLSocketTest.java     [all...]
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketTest.java 202 SSLSession session = ssl.getSession(); local
203 assertNotNull(session);
204 assertFalse(session.isValid());
307 SSLSession session = event.getSession();
318 System.out.println("Session=" + session);
328 assertNotNull(session);
329 byte[] id = session.getId();
    [all...]
SSLEngineTest.java 177 SSLSession session = e.getSession(); local
178 assertNotNull(session);
179 assertFalse(session.isValid());
  /external/bluetooth/glib/gio/win32/
gwinhttpvfs.c 103 (G_WINHTTP_VFS_GET_CLASS (vfs)->funcs->pWinHttpCloseHandle) (vfs->session);
104 vfs->session = NULL;
125 vfs->session = (G_WINHTTP_VFS_GET_CLASS (vfs)->funcs->pWinHttpOpen)
  /frameworks/base/include/media/
AudioSystem.h 171 // special audio session values
173 SESSION_OUTPUT_STAGE = -1, // session for effects attached to a particular output stream
175 SESSION_OUTPUT_MIX = 0, // session for effects applied to output mix. These effects can
367 int session = 0);
370 int session = 0);
392 int session,
  /external/chromium/net/ftp/
ftp_network_transaction.h 29 FtpNetworkTransaction(FtpNetworkSession* session,
  /external/ipsec-tools/src/racoon/
main.c 77 #include "session.h"
270 session();

Completed in 5552 milliseconds

1 2 3 4 5 67 8 910