HomeSort by relevance Sort by last modified time
    Searched defs:session (Results 426 - 450 of 750) sorted by null

<<11121314151617181920>>

  /packages/services/Telecomm/src/com/android/server/telecom/
CallAudioModeStateMachine.java 23 import android.telecom.Logging.Session;
38 public Session session; field in class:CallAudioModeStateMachine.MessageArgs
42 Session session) {
48 this.session = session;
52 this.session = Log.createSubsession();
63 ", session=" + session
    [all...]
  /prebuilts/tools/common/m2/repository/kr/motd/maven/os-maven-plugin/1.4.0.Final/
os-maven-plugin-1.4.0.Final.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-transport-file/1.0.2.v20150114/
aether-transport-file-1.0.2.v20150114.jar 
  /system/tpm/trunks/
trunks_client_test.cc 72 std::unique_ptr<HmacSession> session = factory_.GetHmacSession(); local
73 if (utility->StartSession(session.get()) != TPM_RC_SUCCESS) {
74 LOG(ERROR) << "Error starting hmac session.";
80 TPM_RC result = utility->StirRandom(entropy_data, session->GetDelegate());
86 utility->GenerateRandom(num_bytes, session->GetDelegate(), &random_data);
101 std::unique_ptr<HmacSession> session = factory_.GetHmacSession(); local
102 if (utility->StartSession(session.get()) != TPM_RC_SUCCESS) {
103 LOG(ERROR) << "Error starting hmac session.";
111 kNoCreationPCR, session->GetDelegate(), &key_blob, nullptr);
117 result = utility->LoadKey(key_blob, session->GetDelegate(), &signing_key)
142 std::unique_ptr<HmacSession> session = factory_.GetHmacSession(); local
169 std::unique_ptr<HmacSession> session = factory_.GetHmacSession(); local
199 std::unique_ptr<HmacSession> session = factory_.GetHmacSession(); local
240 std::unique_ptr<HmacSession> session = factory_.GetHmacSession(); local
295 std::unique_ptr<HmacSession> session = factory_.GetHmacSession(); local
361 std::unique_ptr<HmacSession> session = factory_.GetHmacSession(); local
817 std::unique_ptr<HmacSession> session = factory_.GetHmacSession(); local
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
RobustnessTest.java 118 // Check that correct session callback is hit.
121 CameraCaptureSession session = CameraTestUtils.configureCameraSession(mCamera, local
134 session.capture(request.build(), captureListener, mHandler);
329 * 1. A reprocessable session can be created using the stream combination.
1383 CameraCaptureSession session = configureReprocessableCameraSession(mCamera, local
    [all...]
CaptureResultTest.java 305 CameraCaptureSession session = configureAndVerifySession(mockSessionListener, local
317 session, previewBuilder.build(), mHandler);
327 session, multiBuilder.build(), mHandler);
346 session, previewBuilder.build(), mHandler);
348 session, previewBuilder.build(), mHandler);
664 CameraCaptureSession session, CaptureRequest request, long timestamp, long frameNumber)
671 public void onCaptureCompleted(CameraCaptureSession session, CaptureRequest request,
    [all...]
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java 475 System.out.println("Success: created install session [" + sessionId + "]");
624 PackageInstaller.Session session = null; local
628 session = new PackageInstaller.Session(
636 out = session.openWrite(splitName, 0, sizeBytes);
647 session.addProgress(fraction);
650 session.fsync(out);
662 IoUtils.closeQuietly(session);
668 PackageInstaller.Session session = null local
694 PackageInstaller.Session session = null; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerShellCommand.java 280 pw.println("Success: created install session [" + sessionId + "]");
1407 PackageInstaller.Session session = null; local
1452 PackageInstaller.Session session = null; local
1472 PackageInstaller.Session session = null; local
1499 PackageInstaller.Session session = null; local
    [all...]
  /libcore/ojluni/src/main/java/sun/net/ftp/impl/
FtpClient.java 1639 javax.net.ssl.SSLSession session = ((SSLSocket) server).getSession(); local
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
CaptureModule.java 72 import com.android.camera.session.CaptureSession;
507 private void decorateSessionAtCaptureTime(CaptureSession session) {
515 session.getCollector().decorateAtTimeCaptureRequest(
517 session.getTitle() + ".jpg",
536 CaptureSession session = createAndStartCaptureSession(); local
543 session.getTitle(), orientation, session.getLocation(),
546 decorateSessionAtCaptureTime(session);
547 mCamera.takePicture(params, session);
551 * Creates, starts and returns a new capture session. The returned sessio
558 CaptureSession session = getServices().getCaptureSessionManager() local
570 CaptureSession session = getServices().getCaptureSessionManager() local
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-transport-http/1.0.2.v20150114/
aether-transport-http-1.0.2.v20150114.jar 
  /prebuilts/tools/common/m2/repository/org/twdata/maven/mojo-executor/2.2.0/
mojo-executor-2.2.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-core/2.0.9/
maven-core-2.0.9.jar 
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputManagerService.java 385 if (sessionState.session != null && !sessionState.isRecordingSession) {
391 sessionState.session.release();
432 // If there are any other sessions based on this session, they should be released.
455 if (state.session != null) {
457 state.session.release();
527 throw new SessionNotFoundException("Session state not found for token " + sessionToken);
529 // Only the application that requested this session or the system can access it.
531 throw new SecurityException("Illegal access to the session with token " + sessionToken
542 ITvInputSession session = sessionState.session; local
737 ITvInputSession session = getSessionLocked(sessionState); local
2076 SessionState session = entry.getValue(); local
2217 private ITvInputSession session; field in class:TvInputManagerService.SessionState
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
WifiAwareStateManager.java 474 * Place a request to stop a discovery session on the state machine queue.
485 * Place a request to start a new publish discovery session on the state
499 * Place a request to modify an existing publish discovery session on the
512 * Place a request to start a new subscribe discovery session on the state
526 * Place a request to modify an existing subscribe discovery session on the
539 * Place a request to send a message on a discovery session on the state
556 * Place a request to range a peer on the discovery session on the state machine queue.
751 * Place a callback request on the state machine queue: session
765 * Place a callback request on the state machine queue: session
2131 WifiAwareDiscoverySessionState session = client.terminateSession(sessionId); local
2178 WifiAwareDiscoverySessionState session = client.getSession(sessionId); local
2235 WifiAwareDiscoverySessionState session = client.getSession(sessionId); local
2265 WifiAwareDiscoverySessionState session = client.getSession(sessionId); local
2324 WifiAwareDiscoverySessionState session = client.getSession(sessionId); local
2543 WifiAwareDiscoverySessionState session = new WifiAwareDiscoverySessionState( local
2565 WifiAwareDiscoverySessionState session = client.getSession(sessionId); local
2623 WifiAwareDiscoverySessionState session = client.getSession(sessionId); local
2661 WifiAwareDiscoverySessionState session = client.getSession(sessionId); local
2690 WifiAwareDiscoverySessionState session = client.getSession(sessionId); local
2920 WifiAwareDiscoverySessionState session = client.getAwareSessionStateForPubSubId( local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
CommandReceiverActivity.java 472 final PackageInstaller.Session session = packageInstaller.openSession( local
477 final OutputStream out = session.openWrite("CommandReceiverActivity", 0, file.length());
483 session.fsync(out);
486 session.commit(PendingIntent.getBroadcast(this, 0, new Intent(ACTION_INSTALL_COMPLETE), 0)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
MockTvInputService.java 237 public Session onCreateSession(String inputId) {
238 Session session = new MockSessionImpl(this); local
239 session.setOverlayViewEnabled(true);
240 return session;
243 private static class MockSessionImpl extends Session {
  /cts/tests/app/src/android/app/cts/
NotificationManagerTest.java 30 import android.media.session.MediaSession;
393 MediaSession session = new MediaSession(getContext(), "media"); local
408 .setMediaSession(session.getSessionToken()))
  /cts/tests/camera/src/android/hardware/camera2/cts/testcases/
Camera2MultiViewTestCase.java 449 CameraCaptureSession session = configureCameraSessionWithConfig( local
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/rich/
RichTvInputService.java 73 for (RichTvInputSessionImpl session : mSessions) {
74 session.checkContentBlockNeeded();
107 public final Session onCreateSession(String inputId) {
108 RichTvInputSessionImpl session = new RichTvInputSessionImpl(this, inputId); local
109 session.setOverlayViewEnabled(true);
110 mSessions.add(session);
111 return session;
114 class RichTvInputSessionImpl extends TvInputService.Session implements Handler.Callback {
  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg.h 277 uint32_t sessionId; /* session ID */
371 mm_jpeg_job_session_t session[MM_JPEG_MAX_SESSION]; member in struct:__anon3943
408 /* Pointer to the session in progress*/
  /device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg.h 271 uint32_t sessionId; /* session ID */
365 mm_jpeg_job_session_t session[MM_JPEG_MAX_SESSION]; member in struct:__anon4512
  /device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg.h 271 uint32_t sessionId; /* session ID */
365 mm_jpeg_job_session_t session[MM_JPEG_MAX_SESSION]; member in struct:__anon5064
  /external/boringssl/src/ssl/
ssl_x509.cc 176 SSL_SESSION *session = SSL_get_session(ssl); local
177 if (session == NULL || session->x509_peer == NULL) {
180 X509_up_ref(session->x509_peer);
181 return session->x509_peer;
189 SSL_SESSION *session = SSL_get_session(ssl); local
190 if (session == NULL ||
191 session->x509_chain == NULL) {
196 return session->x509_chain;
201 if (session->x509_chain_without_leaf == NULL)
223 SSL_SESSION *session = SSL_get_session(ssl); local
352 SSL_SESSION *session = SSL_get_session(ssl); local
    [all...]
  /external/conscrypt/common/src/main/java/org/conscrypt/
ConscryptEngineSocket.java 223 SSLSession session = engine.getSession(); local
224 if (SSLNullSession.isNullSession(session)) {
236 // Return an invalid session with invalid cipher suite of "SSL_NULL_WITH_NULL_NULL"
237 return session;
239 session = engine.getSession();
241 return session;

Completed in 661 milliseconds

<<11121314151617181920>>