HomeSort by relevance Sort by last modified time
    Searched defs:Session (Results 1 - 25 of 47) sorted by null

1 2

  /frameworks/av/drm/mediadrm/plugins/clearkey/
Session.h 32 class Session : public android::RefBase {
34 explicit Session(const android::Vector<uint8_t>& sessionId)
36 virtual ~Session() {}
54 DISALLOW_EVIL_CONSTRUCTORS(Session);
  /external/smack/src/org/jivesoftware/smack/packet/
Session.java 24 * IQ packet that will be sent to the server to establish a session.<p>
26 * If a server supports sessions, it MUST include a <i>session</i> element in the
28 * Upon being informed that session establishment is required by the server the client MUST
29 * establish a session if it desires to engage in instant messaging and presence functionality.<p>
32 * <a href=http://www.xmpp.org/specs/rfc3921.html#session>link</a>.
36 public class Session extends IQ {
38 public Session() {
43 return "<session xmlns=\"urn:ietf:params:xml:ns:xmpp-session\"/>";
  /hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
Session.cpp 35 #include "Session.h"
42 Session::Session(
57 Session::~Session(void)
89 void Session::setErrorInfo(
98 int32_t Session::getLastErr(
107 mcResult_t Session::addBulkBuf(addr_t buf, uint32_t len, BulkBufferDescriptor **blkBuf)
145 uint32_t Session::getBufHandle(addr_t sVirtAddr)
161 mcResult_t Session::removeBulkBuf(addr_t virtAddr
    [all...]
Session.h 71 /** Session states.
80 #define SESSION_ERR_NO 0 /**< No session error */
82 /** Session information structure.
83 * The information structure is used to hold the state of the session, which will limit further actions for the session.
87 sessionState_t state; /**< Session state */
88 int32_t lastErr; /**< Last error of session */
92 class Session
97 bulkBufferDescrList_t bulkBufferDescriptors; /**< Descriptors of additional bulk buffer of a session */
98 sessionInformation_t sessionInfo; /**< Informations about session */
    [all...]
  /external/chromium_org/third_party/tlslite/tlslite/
session.py 7 """Class representing a TLS session."""
13 class Session(object):
15 This class represents a TLS session.
18 handshake creates both a connection and a session. Data is
21 The session contains a more permanent record of the handshake. The
22 session can be inspected to determine handshake results. The
23 session can also be used to create a new connection through
24 "session resumption". If the client and server both support this,
25 they can create a new connection based on an old session without
28 The session for a L{tlslite.TLSConnection.TLSConnection} can b
    [all...]
api.py 10 from .session import Session
tlsconnection.py 17 from .session import Session
163 def handshakeClientAnonymous(self, session=None, settings=None,
181 @type session: L{tlslite.Session.Session}
182 @param session: A TLS session to attempt to resume. If the
219 session=session,
    [all...]
  /external/chromium_org/chrome/test/chromedriver/
session.cc 5 #include "chrome/test/chromedriver/session.h"
20 base::LazyInstance<base::ThreadLocalPointer<Session> >
32 const base::TimeDelta Session::kDefaultPageLoadTimeout =
35 Session::Session(const std::string& id)
45 Session::Session(const std::string& id, scoped_ptr<Chrome> chrome)
56 Session::~Session() {}
58 Status Session::GetTargetWindow(WebView** web_view)
    [all...]
session.h 39 struct Session {
42 explicit Session(const std::string& id);
43 Session(const std::string& id, scoped_ptr<Chrome> chrome);
44 ~Session();
82 Session* GetThreadLocalSession();
84 void SetThreadLocalSession(scoped_ptr<Session> session);
  /external/chromium_org/remoting/protocol/
session.h 26 class Session {
32 // Sent session-initiate, but haven't received session-accept.
35 // Received session-initiate, but haven't sent session-accept.
38 // Session has been accepted and is pending authentication.
41 // Session has started authenticating.
44 // Session has been connected and authenticated.
47 // Session has been closed.
59 // Called after session state has changed. It is safe to destro
    [all...]
  /external/chromium_org/content/browser/speech/
speech_recognition_manager_impl.cc 98 // Set-up the new session.
99 Session* session = new Session(); local
100 sessions_[session_id] = session;
101 session->id = session_id;
102 session->config = config;
103 session->context = config.initial_context;
147 session->recognizer = new SpeechRecognizerImpl(
154 session->recognizer = new SpeechRecognizerImplAndroid(this, session_id)
190 Session* session = iter->second; local
462 Session* session = it->second; local
476 Session* session = it->second; local
570 Session* session = GetSession(session_id); local
659 Session* session = GetSession(session_id); local
    [all...]
speech_recognition_manager_impl.h 35 // corresponds to a session, initiated via |CreateSession|.
37 // In any moment, the manager has a single session known as the primary session,
39 // This is the session that is capturing audio, waiting for user permission,
48 // - Relays recognition results/status/error events of each session to the
50 // - Relays also recognition results/status/error events of every session to
124 struct Session {
125 Session();
126 ~Session();
150 // Entry point for pushing any external event into the session handling FSM
    [all...]
  /packages/apps/Camera2/src/com/android/camera/session/
PlaceholderManager.java 17 package com.android.camera.session;
41 public static class Session {
46 Session(String title, Uri uri, long timestamp) {
57 public Session insertPlaceholder(String title, byte[] placeholder, long timestamp) {
78 return new Session(title, uri, timestamp);
85 * @return A session that can be used to update the progress of the new
86 * session.
88 public Session convertToPlaceholder(Uri uri) {
95 * @param session the session that is being finished
    [all...]
  /external/chromium_org/third_party/tlslite/tests/
tlstest.py 26 X509, X509CertChain, IMAP4_TLS, VerifierDB, Session, SessionCache, \
109 assert(isinstance(connection.session.serverCertChain, X509CertChain))
110 assert(connection.session.serverName == address[0])
120 assert(isinstance(connection.session.serverCertChain, X509CertChain))
129 assert(isinstance(connection.session.serverCertChain, X509CertChain))
130 assert(connection.session.cipherSuite == constants.CipherSuite.TLS_RSA_WITH_RC4_128_MD5)
141 assert(connection.session.tackExt.tacks[0].getTackId() == "rrted.ptvtl.d2uiq.ox2xe.w4ss3")
142 assert(connection.session.tackExt.activation_flags == 1)
179 assert(isinstance(connection.session.serverCertChain, X509CertChain))
214 assert(isinstance(connection.session.serverCertChain, X509CertChain)
    [all...]
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxSessionManager.java 41 static class Session {
71 private ConcurrentHashMap<String, Session> mSessions =
72 new ConcurrentHashMap<String, Session>();
87 // Save the session
88 Session session = mSessions.get(mKey); local
89 if (session != null) {
90 synchronized(session) {
91 if (session.learner != learner) {
92 throw new RuntimeException("Session data corrupted!")
131 Session session = new Session(); local
156 Session session = mSessions.get(key.value); local
    [all...]
  /hardware/qcom/display/msm8226/liboverlay/
overlay.h 99 /* pipe reservation session is running */
101 /* pipe reservation session has ended*/
103 /* start session for the pipe reservation */
183 /* Session for reserved pipes */
184 enum Session {
189 Session mSession;
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session.cc 28 #include "talk/p2p/base/session.h"
345 case Session::STATE_INIT:
347 case Session::STATE_SENTINITIATE:
349 case Session::STATE_RECEIVEDINITIATE:
351 case Session::STATE_SENTPRACCEPT:
353 case Session::STATE_SENTACCEPT:
355 case Session::STATE_RECEIVEDPRACCEPT:
357 case Session::STATE_RECEIVEDACCEPT:
359 case Session::STATE_SENTMODIFY:
361 case Session::STATE_RECEIVEDMODIFY
    [all...]
session.h 75 // Used for errors that may be returned by public session methods that
77 // TODO: Use this error in Session::Initiate and
78 // Session::Accept.
83 // create transport channels before receiving or sending a session
85 // session had one ChannelMap and transport. Now, with multiple
86 // transports per session, we need multiple ChannelMaps as well.
214 // Statistics for all the transports of this session.
223 // A BaseSession manages general session state. This includes negotiation
254 STATE_INPROGRESS, // session accepted and in progress
255 STATE_DEINIT, // session is being destroye
    [all...]
  /frameworks/av/media/libstagefright/foundation/
ANetworkSession.cpp 56 NetworkThread(ANetworkSession *session);
69 struct ANetworkSession::Session : public RefBase {
84 Session(int32_t sessionID,
110 virtual ~Session();
141 DISALLOW_EVIL_CONSTRUCTORS(Session);
145 ANetworkSession::NetworkThread::NetworkThread(ANetworkSession *session)
146 : mSession(session) {
160 ANetworkSession::Session::Session(
216 ANetworkSession::Session::~Session()
975 sp<Session> session; local
1177 const sp<Session> session = mSessions.valueAt(index); local
1216 const sp<Session> session = mSessions.valueAt(index); local
1234 const sp<Session> session = mSessions.valueAt(index); local
1263 const sp<Session> &session = mSessions.valueAt(i); local
1322 const sp<Session> &session = mSessions.valueAt(i); local
1401 sp<Session> session = *sessionsToAdd.begin(); local
    [all...]
  /external/qemu/android/
shaper.c 286 /* this type is used to model a session connection/state
287 * if session->packet is != NULL, then the connection is delayed
299 } SessionRec, *Session;
307 session_free( Session session )
309 if (session) {
310 if (session->packet) {
311 queued_packet_free(session->packet);
312 session->packet = NULL;
314 g_free( session );
426 Session session; local
484 Session session = delay->sessions; local
518 Session session = *lookup; local
531 Session session = *lookup; local
581 Session session = delay->sessions; local
    [all...]
  /hardware/qcom/display/msm8084/liboverlay/
overlay.h 103 /* pipe reservation session is running */
105 /* pipe reservation session has ended*/
107 /* start session for the pipe reservation */
209 /* Session for reserved pipes */
210 enum Session {
215 Session mSession;
  /frameworks/base/core/java/android/service/textservice/
SpellCheckerService.java 48 * {@link #createSession()} to provide a spell checker session that is corresponding
49 * to requested language and so on. The spell checker session returned by this method
50 * should extend {@link SpellCheckerService.Session}.
55 * <p>{@link SpellCheckerService.Session#onGetSuggestions(TextInfo, int)}
60 * {@link SpellCheckerService.Session#onGetSuggestionsMultiple(TextInfo[], int, boolean)} for
64 * <p>Please note that {@link SpellCheckerService.Session#getLocale()} does not return a valid
65 * locale before {@link SpellCheckerService.Session#onCreate()} </p>
90 * Factory method to create a spell checker session impl
93 public abstract Session createSession();
98 public static abstract class Session {
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa_new.cpp 614 RWsSession& CDsa::Session()
dsa_old.cpp 415 RWsSession& CDsa::Session()
  /frameworks/base/core/java/android/content/pm/
PackageInstaller.java 58 * {@link PackageInstaller.Session}, which any app can create. Once the session
60 * decides to either commit or destroy the session. Committing may require user
81 * Activity Action: Show details about a particular install session. This
85 * session. Clients should use {@link SessionInfo#createDetailsIntent()} to
91 * The session to show details for is defined in {@link #EXTRA_SESSION_ID}.
101 * An integer session ID that an operation is working with.
206 * user actively declined requested permissions, or the session was
278 * Create a new session using the given parameters, returning a unique ID
279 * that represents the session. Once created, the session can be opene
    [all...]

Completed in 664 milliseconds

1 2