HomeSort by relevance Sort by last modified time
    Searched defs:session (Results 101 - 125 of 811) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/tpm2/
ContextSave.c 15 // TPM_RC_CONTEXT_GAP a contextID could not be assigned for a session context save
27 UINT64 contextID = 0; // session context ID
52 // for a session will be the same as input
63 // Perform object or session specific context save
119 SESSION *session = SessionGet(in->saveHandle); local
123 // size of a internal session structure plus the size of
126 fingerprintSize + sizeof(*session);
132 // Copy the whole internal SESSION structure to context blob.
138 session, sizeof(*session)
    [all...]
Entity.c 56 // null handle, PW session handle and lockout
89 // For an HMAC session, see if the session is loaded
90 // and if the session in the session slot is actually
91 // an HMAC session.
94 SESSION *session; local
95 session = SessionGet(*handle);
96 // Check if the session is a HMAC sessio
109 SESSION *session; local
    [all...]
  /frameworks/av/drm/mediacas/plugins/mock/
MockSessionLibrary.cpp 33 ALOGD("Instantiating Session Library Singleton.");
46 sp<MockCasSession> session = new MockCasSession(plugin); local
55 mIDToSessionMap.add(*sessionId, session);
78 sp<MockCasSession> session = mIDToSessionMap.valueAt(index); local
86 sp<MockCasSession> session = mIDToSessionMap.valueAt(index); local
87 if (session->getPlugin() == plugin) {
  /frameworks/av/media/libmedia/
IRemoteDisplayClient.cpp 41 uint32_t width, uint32_t height, uint32_t flags, uint32_t session)
49 data.writeInt32(session);
84 uint32_t session = data.readInt32(); local
85 onDisplayConnected(surfaceTexture, width, height, flags, session);
  /frameworks/base/core/java/android/security/net/config/
RootTrustManager.java 82 SSLSession session = sslSocket.getHandshakeSession(); local
83 if (session == null) {
84 throw new CertificateException("Not in handshake; no session available");
86 String host = session.getPeerHost();
98 SSLSession session = engine.getHandshakeSession(); local
99 if (session == null) {
100 throw new CertificateException("Not in handshake; no session available");
102 String host = session.getPeerHost();
  /frameworks/base/media/java/android/media/session/
ParcelableVolumeInfo.java 16 package android.media.session;
24 * session. The public implementation is {@link MediaController.PlaybackInfo}.
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/
ApplicationsStateRoboTest.java 47 import com.android.settingslib.applications.ApplicationsState.Session;
190 Session session = mApplicationsState.newSession(mCallbacks); local
191 session.onResume();
195 session.rebuild(ApplicationsState.FILTER_EVERYTHING, ApplicationsState.SIZE_COMPARATOR);
214 session.onDestroy();
219 Session session = mApplicationsState.newSession(mCallbacks); local
220 session.setSessionFlags(ApplicationsState.FLAG_SESSION_REQUEST_ICONS);
221 session.onResume()
240 Session session = mApplicationsState.newSession(mCallbacks); local
261 Session session = mApplicationsState.newSession(mCallbacks); local
283 Session session = mApplicationsState.newSession(mCallbacks); local
    [all...]
  /frameworks/base/services/backup/java/com/android/server/backup/params/
RestoreGetSetsParams.java 29 public final ActiveRestoreSession session; field in class:RestoreGetSetsParams
38 session = _session;
  /frameworks/support/media/api22/android/support/v4/media/session/
PlaybackStateCompatApi22.java 17 package android.support.v4.media.session;
19 import android.media.session.PlaybackState;
  /frameworks/support/media/api23/android/support/v4/media/session/
MediaSessionCompatApi23.java 17 package android.support.v4.media.session;
  /frameworks/support/media/api24/android/support/v4/media/session/
MediaControllerCompatApi24.java 17 package android.support.v4.media.session;
19 import android.media.session.MediaController;
  /frameworks/support/media/src/main/java/android/support/v4/media/session/
ParcelableVolumeInfo.java 16 package android.support.v4.media.session;
  /hardware/interfaces/camera/device/3.3/default/
CameraDevice.cpp 47 sp<CameraDeviceSession> session = new CameraDeviceSession(device, deviceInfo, callback); local
49 session->getInterface()->interfaceChain([](
51 ALOGV("Session interface chain:");
57 return session;
  /hardware/interfaces/camera/device/3.4/default/
CameraDevice.cpp 47 sp<CameraDeviceSession> session = new CameraDeviceSession(device, deviceInfo, callback); local
49 session->getInterface()->interfaceChain([](
51 ALOGV("Session interface chain:");
57 return session;
  /packages/apps/Camera2/src/com/android/camera/session/
CaptureSessionFactoryImpl.java 17 package com.android.camera.session;
24 /** Sub-directory for storing temporary session files. */
SessionNotifier.java 17 package com.android.camera.session;
23 * Internal interface that e.g. a capture session can use to update about the
24 * status of session.
46 /** The underlying session data has been updated. */
TemporarySessionFile.java 17 package com.android.camera.session;
25 * Used to create temporary session files to be used by e.g. Photo Sphere to
  /test/vti/test_serving/gae/webapp/src/handlers/
base.py 76 def session(self): member in class:BaseHandler
77 # Returns a session using the default cookie key.
101 self.session['form_errors'] = exception.errors
107 self.session['form_errors'] = [
178 'form_errors': self.session.pop('form_errors', []),
  /cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
CameraSessionUtils.java 66 * @param device the {@link CameraDevice} to open a session for.
85 public void onConfigured(CameraCaptureSession session) {
86 mSessionQueue.offer(session);
87 super.onConfigured(session);
92 * A blocking listener class for synchronously capturing and results with a session.
108 * @param session the {@link CameraCaptureSession} to use.
117 CameraCaptureSession session, CaptureRequest request, Handler handler)
119 session.capture(request, this, handler);
126 public void onCaptureStarted(CameraCaptureSession session, CaptureRequest request,
129 super.onCaptureStarted(session, request, timestamp, frameNumber)
183 CameraCaptureSession session = listener.getConfiguredSession(device, outputs, handler); local
    [all...]
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
AbstractStoreFileCommandHandler.java 20 import org.mockftpserver.core.session.Session;
47 protected void handle(Command command, Session session) {
48 verifyLoggedIn(session);
52 String path = getRealPath(session, filename);
59 verifyWritePermission(session, pathMustBeWritable);
62 verifyExecutePermission(session, parentPath);
64 sendReply(session, ReplyCodes.TRANSFER_DATA_INITIAL_OK);
66 session.openDataConnection();
    [all...]
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/command/
AbstractCommandHandlerTestCase.java 21 import org.mockftpserver.core.session.Session;
44 protected Session session; field in class:AbstractCommandHandlerTestCase
57 session.sendReply(ReplyCodes.COMMAND_SYNTAX_ERROR, replyTextFor(ReplyCodes.COMMAND_SYNTAX_ERROR));
58 replay(session);
60 commandHandler.handleCommand(command, session);
61 verify(session);
147 session = (Session) createMock(Session.class);
    [all...]
_AbstractStaticReplyCommandHandlerTest.java 21 import org.mockftpserver.core.session.Session;
50 private Session session; field in class:_AbstractStaticReplyCommandHandlerTest
53 * Test the sendReply(Session) method
56 session.sendReply(REPLY_CODE1, REPLY_TEXT1);
57 replay(session);
60 commandHandler.sendReply(session);
61 verify(session);
65 * Test the sendReply(Session) method, when the replyText has been set
    [all...]
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/
_AbstractStubCommandHandlerTest.java 25 import org.mockftpserver.core.session.Session;
51 private Session session; field in class:_AbstractStubCommandHandlerTest
55 * Test the sendReply(Session) method
58 session.sendReply(REPLY_CODE1, REPLY_TEXT1);
59 replay(session);
62 commandHandler.sendReply(session);
63 verify(session);
67 * Test the sendReply(Session) method, when the replyText has been set
    [all...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/
FullAFScanCommand.java 64 FrameServer.Session session = mFrameServer.tryCreateExclusiveSession(); local
65 if (session == null) {
76 session.submitRequest(Arrays.asList(idleBuilder.build()),
88 session.submitRequest(Arrays.asList(cancelBuilder.build()),
93 session.submitRequest(Arrays.asList(idleBuilder.build()),
98 session.submitRequest(Arrays.asList(triggerBuilder.build()),
107 session.close();
  /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.

Completed in 577 milliseconds

1 2 3 45 6 7 8 91011>>