HomeSort by relevance Sort by last modified time
    Searched full:session (Results 1126 - 1150 of 4514) sorted by null

<<41424344454647484950>>

  /packages/apps/TV/tests/input/src/com/android/tv/testinput/
TestTvInputService.java 65 public Session onCreateSession(String inputId) {
66 Log.v(TAG, "Creating session for " + inputId);
71 * Simple session implementation that just display some text.
73 private class SimpleSessionImpl extends Session {
123 Log.v(TAG, "Created session " + this);
142 Log.v(TAG, "Releasing session " + this);
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallAudioManagerTest.java 102 null // session
135 null // session
169 null // session
215 null // session
238 null // session
259 null // session
  /system/tpm/trunks/
hmac_authorization_delegate.cc 83 TPM_RC_SUCCESS) << "Error serializing session attributes.";
138 TPM_RC_SUCCESS) << "Error serializing session attributes.";
174 LOG(ERROR) << __func__ << ": Invalid session handle.";
195 LOG(ERROR) << __func__ << ": Invalid session handle.";
220 LOG(INFO) << "Session Nonces have to be between 16 and 32 bytes long.";
255 LOG(ERROR) << "Error serializing uint32_t during session key generation.";
  /cts/tests/camera/src/android/hardware/camera2/cts/helpers/
Camera2Focuser.java 86 * @param session The camera capture session associated with this focuser
93 public Camera2Focuser(CameraDevice camera, CameraCaptureSession session, Surface requestSurface,
99 if (session == null) {
100 throw new IllegalArgumentException("session must not be null");
116 mSession = session;
348 public void onCaptureProgressed(CameraCaptureSession session, CaptureRequest request,
363 public void onCaptureCompleted(CameraCaptureSession session, CaptureRequest request,
  /external/apache-harmony/support/src/test/resources/tests/resources/manifest/
hyts_MANIFEST.MF 8 com.ibm.ive.eccomm.service.session; specification-version=1.0.0,
24 com.ibm.ive.eccomm.service.session.SessionService
  /external/autotest/client/site_tests/desktopui_GmailLatency/
desktopui_GmailLatency.py 42 # We could kill with signal 9 so that the session manager doesn't exit.
53 # This is expected behaviour of the session manager.
  /external/autotest/client/site_tests/login_RemoteOwnership/
login_RemoteOwnership.py 59 raise error.TestFail('Could not start session for random user')
73 raise error.TestFail('Could not stop session for random user')
  /external/autotest/client/virt/tests/
ping.py 23 session = vm.wait_for_login(timeout=int(params.get("login_timeout", 360)))
73 session.close()
whql_submission.py 57 # Open a shell session with the server
67 client_names = [session.cmd_output(cmd).strip() for session in sessions]
77 sessions = virt_utils.parallel((vm.reboot, (session,))
78 for vm, session in zip(vms, sessions))
89 for session in sessions:
90 session.cmd(params.get("whql_pre_command"),
92 session.close()
  /external/curl/tests/data/
test568 68 i=A Seminar on the session description protocol
92 i=A Seminar on the session description protocol
  /external/guice/extensions/servlet/test/com/google/inject/servlet/
ServletTestUtils.java 57 final HttpSession session = newFakeHttpSession();
84 return session;
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIASourceFile.cpp 19 : Session(PDBSession), SourceFile(DiaSourceFile) {}
66 new DIAEnumSymbols(Session, DiaEnumerator));
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
PortCommandHandlerTest.groovy 42 assert session.clientDataPort == PORT
43 assert session.clientDataHost == HOST
PwdCommandHandlerTest.groovy 22 import org.mockftpserver.core.session.SessionKeys
38 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR)
QuitCommandHandlerTest.groovy 35 assert !session.closed
38 assert session.closed
  /external/nist-sip/java/gov/nist/javax/sip/
TransactionExt.java 50 * @return Returns the cipher suite in use by the session which was produced by the handshake.
64 * @return the identity of the peer which was identified as part of defining the session.
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PCalledPartyIDHeader.java 45 * to join a session, he/she should be aware of which of the several registered SIP URIs this
46 * session was sent to. </p>
  /external/selinux/libselinux/include/selinux/
get_context_list.h 12 /* Get an ordered list of authorized security contexts for a user session
30 /* Get the default security context for a user session for 'user'
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/transport/
ProcessTransport.java 74 throw new IOException("session closed");
81 throw new IOException("session closed");
  /external/webrtc/talk/app/webrtc/objc/
avfoundationvideocapturer.mm 96 NSLog(@"Capture session error: %@", notification.userInfo);
122 AVCaptureSession* session = _captureSession;
125 [session startRunning];
135 AVCaptureSession* session = _captureSession;
138 [session stopRunning];
211 // Set up the session inputs.
233 NSLog(@"Session does not support capture inputs.");
279 // Update the current session input to match what's stored in _useBackCamera.
  /external/webrtc/talk/session/media/
bundlefilter.h 41 // In case of single RTP session and single transport channel, all session
  /external/webrtc/webrtc/libjingle/xmpp/
xmppengine.h 150 ERROR_BIND, //!< Resource or session binding could not be negotiated
164 STATE_CLOSED, //!< Session closed, possibly due to error.
178 // SESSION SETUP ---------------------------------------------------------
214 // SESSION MANAGEMENT ---------------------------------------------------
241 //! session handlers. After Disconnect completes, it is guaranteed
257 //! Adds a listener for session events.
258 //! Stanza delivery is chained to session handlers; the first to
262 //! Removes a listener for session events.
  /external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264_video_toolbox_encoder.cc 55 void SetVTSessionProperty(VTSessionRef session,
60 OSStatus status = VTSessionSetProperty(session, key, cfNum);
70 void SetVTSessionProperty(VTSessionRef session, CFStringRef key, bool value) {
72 OSStatus status = VTSessionSetProperty(session, key, cf_bool);
81 void SetVTSessionProperty(VTSessionRef session,
84 OSStatus status = VTSessionSetProperty(session, key, value);
329 // Need to reset to that the session is invalidated and won't use the
378 LOG(LS_ERROR) << "Failed to create compression session: " << status;
  /frameworks/av/include/media/stagefright/foundation/
ANetworkSession.h 98 struct Session;
107 KeyedVector<int32_t, sp<Session> > mSessions;
  /frameworks/av/media/mtp/
MtpServer.h 51 // current session ID
53 // true if we have an open session and mSessionID is valid

Completed in 928 milliseconds

<<41424344454647484950>>