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

1 2 3

  /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/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASession.h 23 std::unique_ptr<IPDBSession> &Session);
25 std::unique_ptr<IPDBSession> &Session);
47 CComPtr<IDiaSession> Session;
DIAEnumSourceFiles.h 32 const DIASession &Session;
DIAEnumSymbols.h 22 explicit DIAEnumSymbols(const DIASession &Session,
32 const DIASession &Session;
DIARawSymbol.h 201 const DIASession &Session;
DIASourceFile.h 21 explicit DIASourceFile(const DIASession &Session,
31 const DIASession &Session;
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBContext.h 55 std::unique_ptr<IPDBSession> Session;
PDBSymbol.h 86 const IPDBSession &getSession() const { return Session; }
91 const IPDBSession &Session;
  /external/llvm/lib/DebugInfo/PDB/
PDBSymbolFunc.cpp 34 : Session(PDBSession), Func(PDBFunc) {
58 return Session.getConcreteSymbolById<PDBSymbolData>(
67 return Session.getConcreteSymbolById<PDBSymbolData>(Result.getSymIndexId());
73 return new FunctionArgEnumerator(Session, Func);
78 const IPDBSession &Session;
90 return Session.getConcreteSymbolById<PDBSymbolTypeFunctionSig>(getTypeId());
95 return llvm::make_unique<FunctionArgEnumerator>(Session, *this);
99 return Session.getConcreteSymbolById<PDBSymbolTypeUDT>(getClassParentId());
PDBSymbolTypeFunctionSig.cpp 30 : Session(PDBSession),
35 : Session(PDBSession), Enumerator(std::move(ArgEnumerator)) {}
45 return Session.getSymbolById(FunctionArgSymbol->getTypeId());
52 return Session.getSymbolById(FunctionArgSymbol->getTypeId());
59 return new FunctionArgEnumerator(Session, std::move(Clone));
63 const IPDBSession &Session;
73 return Session.getSymbolById(getTypeId());
78 return llvm::make_unique<FunctionArgEnumerator>(Session, *this);
85 return Session.getSymbolById(ClassId);
  /packages/apps/Camera2/src/com/android/camera/one/v2/core/
FrameServer.java 36 * A Session enables submitting multiple Requests for frames.
39 public interface Session extends SafeCloseable {
57 * Indicates that a session has been closed already, via
58 * {@link FrameServer.Session#close} and no more requests may be submitted.
68 * Creates an exclusive session. Blocks, if necessary, until any existing
69 * exclusive session is closed.
71 * @return A new session which may be used to interact with the underlying
75 public Session createExclusiveSession() throws InterruptedException;
79 * blocking if the session cannot be created immediately.
82 public Session tryCreateExclusiveSession()
    [all...]
FrameServerImpl.java 33 * {@link FrameServer.Session}.
36 public class Session implements FrameServer.Session {
40 private Session() {
76 private final FrameServer.Session mCaptureSession;
80 * @param captureSession The underlying session to manage access to. Note
81 * that this will never close the session.
83 public FrameServerImpl(FrameServer.Session captureSession) {
90 public Session createExclusiveSession() throws InterruptedException {
92 "FrameServer.Session on the same thread.")
    [all...]
  /external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/appengine/
sessions_ndb.py 48 class Session(model.Model):
49 """A model to store session data."""
53 #: Session data, pickled.
58 """Returns a ``Session`` instance by session id.
61 A session id.
63 An existing ``Session`` entity.
67 session = model.Key(cls, sid).get()
68 if session:
69 data = session.dat
    [all...]
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/session/
Session.java 16 package org.mockftpserver.core.session;
22 * Represents an FTP session state and behavior
28 public interface Session extends Runnable {
31 * Close the session, closing the underlying sockets
82 * Return the InetAddress representing the client host for this session
88 * Return the InetAddress representing the server host for this session
129 * Return the Set of names under which attributes have been stored on this session.
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/session/
Session.java 16 package org.mockftpserver.core.session;
22 * Represents an FTP session state and behavior
28 public interface Session extends Runnable {
31 * Close the session, closing the underlying sockets
75 * Return the InetAddress representing the client host for this session
81 * Return the InetAddress representing the server host for this session
122 * Return the Set of names under which attributes have been stored on this session.
  /external/libmicrohttpd/doc/examples/
sessions.c 87 #define COOKIE_NAME "session"
91 * State we keep for each user/session/browser.
93 struct Session
98 struct Session *next;
101 * Unique ID for this session.
107 * currently using this session.
112 * Time when this session was last active.
136 * Associated session.
138 struct Session *session; member in struct:Request
481 struct Session *session = request->session; local
565 struct Session *session; local
    [all...]
  /external/libmicrohttpd/src/examples/
post_example.c 65 #define COOKIE_NAME "session"
69 * State we keep for each user/session/browser.
71 struct Session
76 struct Session *next;
79 * Unique ID for this session.
85 * currently using this session.
90 * Time when this session was last active.
114 * Associated session.
116 struct Session *session; member in struct:Request
465 struct Session *session = request->session; local
548 struct Session *session; local
    [all...]
  /external/llvm/lib/DebugInfo/Symbolize/
Symbolize.cpp 366 std::unique_ptr<IPDBSession> Session;
368 Objects.first->getFileName(), Session);
370 Context.reset(new PDBContext(*CoffObject, std::move(Session)));
  /external/llvm/tools/llvm-pdbdump/
llvm-pdbdump.cpp 397 std::unique_ptr<IPDBSession> Session;
398 PDB_ErrorCode Error = loadDataForPDB(PDB_ReaderType::DIA, Path, Session);
419 Session->setLoadAddress(opts::LoadAddress);
423 auto GlobalScope(Session->getGlobalScope());
  /external/llvm/unittests/DebugInfo/PDB/
PDBApiTest.cpp 298 Session.reset(new MockSession());
351 std::unique_ptr<IPDBSession> Session;
355 auto Symbol = PDBSymbol::create(*Session, std::move(RawSymbol));
  /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...]
  /packages/services/Telecomm/src/com/android/server/telecom/
Session.java 24 * The session that stores information about a thread's point of entry into the Telecom code that
27 public class Session {
41 private Session mParentSession;
42 private ArrayList<Session> mChildSessions;
46 // session. This can happen if Log.startSession(...) is called multiple times on the same
51 // Optionally provided info about the method/class/component that started the session in order
52 // to make Logging easier. This info will be provided in parentheses along with the session.
55 public Session(String sessionId, String shortMethodName, long startTimeMs, long threadID,
84 public void setParentSession(Session parentSession) {
88 public void addChild(Session childSession)
    [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
1323 const sp<Session> &session = mSessions.valueAt(i); local
1402 sp<Session> session = *sessionsToAdd.begin(); 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;
  /hardware/qcom/display/msm8226/liboverlay/
overlay.h 104 /* pipe reservation session is running */
106 /* pipe reservation session has ended*/
108 /* start session for the pipe reservation */
217 /* Session for reserved pipes */
218 enum Session {
223 Session mSession;

Completed in 608 milliseconds

1 2 3