/external/selinux/policycoreutils/run_init/ |
run_init.pamd | 7 session include system-auth 8 session optional pam_xauth.so
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
ISipSession.aidl | 23 * A SIP session that is associated with a SIP dialog or a transaction that is 29 * Gets the IP address of the local host on which this SIP session runs. 36 * Gets the SIP profile that this session is associated with. 38 * @return the SIP profile that this session is associated with 43 * Gets the SIP profile that this session is connected to. Only available 44 * when the session is associated with a SIP dialog. 46 * @return the SIP profile that this session is connected to 51 * Gets the session state. The value returned must be one of the states in 54 * @return the session state 59 * Checks if the session is in a call [all...] |
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/session/ |
DefaultSessionTest.java | 16 package org.mockftpserver.core.session;
55 private DefaultSession session;
field in class:DefaultSessionTest 71 session = createDefaultSession("");
114 session.socketFactory = stubSocketFactory;
115 session.setClientDataPort(PORT);
116 session.setClientDataHost(clientHost);
117 session.openDataConnection();
122 * Test the setClientDataPort() method after the session was in passive data mode
127 session.serverSocketFactory = stubServerSocketFactory;
129 session.switchToPassiveMode(); [all...] |
/hardware/qcom/audio/hal/voice_extn/ |
voice_extn.c | 50 /* Voice Session Indices */ 119 ALOGE("%s: Invalid voice session index\n", __func__); 128 struct voice_session *session = NULL; local 133 session = &adev->voice.session[i]; 134 if(session->state.current == call_state){ 135 session_id = session->vsid; 148 struct voice_session *session = NULL; local 156 session = &adev->voice.session[i] 279 struct voice_session *session = NULL; local 324 struct voice_session *session = NULL; local [all...] |
/cts/tests/tests/tv/src/android/media/tv/cts/ |
TvInputServiceTest.java | 228 CountingSession session = CountingTvInputService.sSession; local 229 return session != null && session.mTuneCount > 0 && session.mCreateOverlayView > 0; 241 CountingSession session = CountingTvInputService.sSession; local 242 return session != null && session.mSetStreamVolumeCount > 0; 254 CountingSession session = CountingTvInputService.sSession; local 255 return session != null && session.mSetCaptionEnabledCount > 0 268 CountingSession session = CountingTvInputService.sSession; local 281 CountingSession session = CountingTvInputService.sSession; local 294 CountingSession session = CountingTvInputService.sSession; local 307 CountingSession session = CountingTvInputService.sSession; local 324 CountingSession session = CountingTvInputService.sSession; local 341 CountingSession session = CountingTvInputService.sSession; local 357 CountingSession session = CountingTvInputService.sSession; local 370 CountingSession session = CountingTvInputService.sSession; local 383 CountingSession session = CountingTvInputService.sSession; local 396 CountingSession session = CountingTvInputService.sSession; local 410 CountingSession session = CountingTvInputService.sSession; local 440 CountingSession session = CountingTvInputService.sSession; local 448 CountingSession session = CountingTvInputService.sSession; local 462 CountingSession session = CountingTvInputService.sSession; local 475 CountingSession session = CountingTvInputService.sSession; local 488 CountingSession session = CountingTvInputService.sSession; local 503 CountingSession session = CountingTvInputService.sSession; local 518 CountingSession session = CountingTvInputService.sSession; local 531 CountingSession session = CountingTvInputService.sSession; local 544 CountingSession session = CountingTvInputService.sSession; local 559 CountingSession session = CountingTvInputService.sSession; local 576 CountingSession session = CountingTvInputService.sSession; local [all...] |
/frameworks/av/drm/libdrmframework/plugins/common/util/include/ |
SessionMap.h | 25 * A thread safe wrapper template class for session handlings for Drm Engines. It wraps a 27 * allocated pointer can be of any type of structure/class meant for keeping session data. 28 * so session object here means pointer to the session data. 42 * Adds a new value in the session map table. It expects memory to be allocated already 43 * for the session object 45 * @param key - key or Session ID 46 * @param value - session object to add 60 * returns the session object by the key 62 * @param key - key or Session I [all...] |
/frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
MediaSessionStatus.java | 25 * Describes the playback status of a media session. 30 * When a media session is created, it is initially in the 31 * {@link #SESSION_STATE_ACTIVE active} state. When the media session ends 33 * If the media session is invalidated due to another session forcibly taking 38 * To monitor session status, the application should supply a {@link PendingIntent} to use as the 39 * {@link MediaControlIntent#EXTRA_SESSION_STATUS_UPDATE_RECEIVER session status update receiver} 40 * for a given {@link MediaControlIntent#ACTION_START_SESSION session start request}. 54 * Session state: Active. 56 * Indicates that the media session is active and in control of the route [all...] |
/packages/apps/Camera2/src/com/android/camera/session/ |
CaptureSession.java | 17 package com.android.camera.session; 34 * A session is an item that is in progress of being created and saved, such as 39 /** Classes implementing this interface can produce a capture session. */ 41 /** Creates and starts a new capture session. */ 47 * this session. 67 * this session. 104 * This occurs if a capture session is created but is later canceled for 110 * This occurs if a capture session is created but failed to persist the 116 /** Returns the title/name of this session. */ 119 /** Returns the location of this session or null. * [all...] |
CaptureSessionManager.java | 17 package com.android.camera.session; 31 * Callback interface for session events. 35 * Called when the session with the given Uri was queued and will be 41 * Called when the media underlying the session with the given Uri has 47 * Called when the capture indicator for the given session has changed 55 /** Called when the session with the given Uri finished. */ 58 /** Called when the session with the given Uri failed processing. */ 61 /** Called when the session with the given Uri was canceled. */ 64 /** Called when the session with the given Uri has progressed. */ 67 /** Called when the session with the given Uri has changed its progress text. * [all...] |
CaptureSessionFactory.java | 17 package com.android.camera.session; 23 * Creates a new capture session. 25 * @param sessionManager the capture session manager. 27 * session. 28 * @param title the title of the new session. 29 * @param sessionStartMillis the start time of the new session (millis since 31 * @param location the location of the new session.
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
HostnameVerifierTest.java | 35 * session) 38 mySSLSession session = new mySSLSession("localhost", 1080, null); local 40 assertFalse(hv.verify("localhost", session)); 50 mySSLSession session = new mySSLSession(new X509Certificate[] {x509}); local 53 assertTrue(verifier.verify("foo.com", session)); 54 assertFalse(verifier.verify("a.foo.com", session)); 55 assertFalse(verifier.verify("bar.com", session)); 59 session = new mySSLSession(new X509Certificate[] {x509}); 60 assertTrue(verifier.verify("\u82b1\u5b50.co.jp", session)); 61 assertFalse(verifier.verify("a.\u82b1\u5b50.co.jp", session)); 144 mySSLSession session = new mySSLSession(new X509Certificate[] {x509}); local 158 mySSLSession session = new mySSLSession(new X509Certificate[] { x509 }); local 181 mySSLSession session = new mySSLSession(new X509Certificate[] { x509 }); local 209 mySSLSession session = new mySSLSession(new X509Certificate[] { x509 }); local 242 mySSLSession session = new mySSLSession(new X509Certificate[] { x509 }); local 279 mySSLSession session = new mySSLSession(new X509Certificate[] { x509 }); local [all...] |
/packages/apps/Camera2/src/com/android/camera/one/v2/core/ |
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/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/ |
AbstractStubDataCommandHandler.java | 23 import org.mockftpserver.core.session.Session;
36 * Subclasses can optionally override the {@link #beforeProcessData(Command, Session, InvocationRecord)}
37 * method for logic before the data transfer or the {@link #afterProcessData(Command, Session, InvocationRecord)}
97 * @see org.mockftpserver.core.command.AbstractTrackingCommandHandler#handleCommand(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
99 public final void handleCommand(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
101 beforeProcessData(command, session, invocationRecord);
103 sendPreliminaryReply(session);
[all...] |
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/ |
RetrCommandHandler.java | 20 import org.mockftpserver.core.session.Session;
21 import org.mockftpserver.core.session.SessionKeys;
49 protected void handle(Command command, Session session) {
50 verifyLoggedIn(session);
53 String path = getRealPath(session, command.getRequiredParameter(0));
60 verifyReadPermission(session, path);
63 verifyExecutePermission(session, getFileSystem().getParent(path));
65 sendReply(session, ReplyCodes.TRANSFER_DATA_INITIAL_OK); [all...] |
QuitCommandHandler.java | 20 import org.mockftpserver.core.session.Session;
23 * CommandHandler for the QUIT command. Return a reply code of 221 and close the current session.
30 protected void handle(Command command, Session session) {
31 sendReply(session, ReplyCodes.QUIT_OK, "quit");
32 session.close();
|
ReinCommandHandler.java | 20 import org.mockftpserver.core.session.Session;
21 import org.mockftpserver.core.session.SessionKeys;
35 protected void handle(Command command, Session session) {
36 session.removeAttribute(SessionKeys.USER_ACCOUNT);
37 sendReply(session, ReplyCodes.REIN_OK, "rein");
|
AcctCommandHandler.java | 20 import org.mockftpserver.core.session.Session;
21 import org.mockftpserver.core.session.SessionKeys;
28 * <li>Store the account name in the session and reply with 230</li>
36 protected void handle(Command command, Session session) {
38 String username = (String) getRequiredSessionAttribute(session, SessionKeys.USERNAME);
40 session.setAttribute(SessionKeys.ACCOUNT_NAME, accountName);
41 sendReply(session, ReplyCodes.ACCT_OK, "acct", list(username));
|
EpsvCommandHandler.java | 20 import org.mockftpserver.core.session.Session;
28 * <li>Otherwise, request the Session to switch to passive data connection mode. Return a reply code
39 protected void handle(Command command, Session session) {
40 verifyLoggedIn(session);
41 int port = session.switchToPassiveMode();
42 InetAddress server = session.getServerHost();
44 sendReply(session, ReplyCodes.EPSV_OK, "epsv", list(Integer.toString(port)));
|
PassCommandHandler.java | 20 import org.mockftpserver.core.session.Session;
21 import org.mockftpserver.core.session.SessionKeys;
39 protected void handle(Command command, Session session) {
41 String username = (String) getRequiredSessionAttribute(session, SessionKeys.USERNAME);
43 if (validateUserAccount(username, session)) {
48 login(userAccount, session, replyCode, replyMessageKey);
50 sendReply(session, ReplyCodes.PASS_LOG_IN_FAILED, "pass.loginFailed");
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/ |
CommandHandler.java | 18 import org.mockftpserver.core.session.Session;
30 * Handle the specified command for the session. This method is declared to throw
36 * @param session - the session on which the Command was submitted
40 public void handleCommand(Command command, Session session) throws Exception;
|
ConnectCommandHandler.java | 18 import org.mockftpserver.core.session.Session;
42 * @see AbstractTrackingCommandHandler#handleCommand(Command, org.mockftpserver.core.session.Session, InvocationRecord)
44 public void handleCommand(Command command, Session session, InvocationRecord invocationRecord) {
45 sendReply(session);
|
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/ |
CommandHandler.java | 18 import org.mockftpserver.core.session.Session;
30 * Handle the specified command for the session. This method is declared to throw
36 * @param session - the session on which the Command was submitted
40 public void handleCommand(Command command, Session session) throws Exception;
|
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/ |
QuitCommandHandler.java | 22 import org.mockftpserver.core.session.Session;
43 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(Command, Session, InvocationRecord)
45 public void handleCommand(Command command, Session session, InvocationRecord invocationRecord) {
46 sendReply(session);
47 session.close();
|
/external/chromium-trace/trace-viewer/third_party/webapp2/tests/ |
extras_appengine_sessions_ndb_test.py | 24 self.register_model('Session', sessions_ndb.Session) 34 session = store.get_session(backend='datastore') 40 session['a'] = 'b' 41 session['c'] = 'd' 42 session['e'] = 'f' 53 session = store.get_session(backend='datastore') 54 self.assertEqual(session['a'], 'b') 55 self.assertEqual(session['c'], 'd') 56 self.assertEqual(session['e'], 'f' [all...] |
/external/conscrypt/src/main/java/org/conscrypt/ |
SSLClientSessionCache.java | 29 * session data is dependent upon the caller's implementation and is opaque to 35 * Gets data from a pre-existing session for a given server host and port. 39 * @return the session data or null if none is cached 45 * Stores session data for the given session. 47 * @param session to cache data for 49 * @throws NullPointerException if session, result of 50 * {@code session.getPeerHost()} or data is null 52 public void putSessionData(SSLSession session, byte[] sessionData);
|