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

<<11121314151617181920>>

  /frameworks/base/media/java/android/media/tv/
TvInputManager.java 105 * Status prior to calling {@link TvInputService.Session#notifyTimeShiftStatusChanged}.
231 // A mapping from the sequence number of a session to its SessionCallbackRecord.
235 // A sequence number for the next session to be created. Should be protected by a lock
244 * Interface used to receive the created session.
252 * @param session A {@link TvInputManager.Session} instance created. This can be
255 public void onSessionCreated(@Nullable Session session) {
259 * This is called when {@link TvInputManager.Session} is released.
260 * This typically happens when the process hosting the session has crashed or been killed
    [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
RemotePlaybackClient.java 31 * The client maintains session state and offers a simplified interface for issuing
137 * Returns true if the route supports session management features.
139 * If the route does not support session management, then the session will
144 * {@link MediaControlIntent#ACTION_START_SESSION start session},
145 * {@link MediaControlIntent#ACTION_GET_SESSION_STATUS get session status},
146 * {@link MediaControlIntent#ACTION_END_SESSION end session}.
149 * @return True if session management is supported.
159 * Gets the current session id if there is one.
161 * @return The current session id, or null if none
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/23/changes/
android.media.tv.TvInputService.Session.html 10 android.media.tv.TvInputService.Session
74 Class android.media.tv.<A HREF="../../../../reference/android/media/tv/TvInputService.Session.html" target="_top"><font size="+2"><code>TvInputService.Session</code></font></A>
86 <A NAME="android.media.tv.TvInputService.Session.layoutSurface_added(int, int, int, int)"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/media/tv/TvInputService.Session.html#layoutSurface(int, int, int, int)" target="_top"><code>layoutSurface</code></A>(<code>int,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
93 <A NAME="android.media.tv.TvInputService.Session.notifyTimeShiftStatusChanged_added(int)"></A>
94 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/media/tv/TvInputService.Session.html#notifyTimeShiftStatusChanged(int)" target="_top"><code>notifyTimeShiftStatusChanged</code></A>(<code>int</code>)</nobr>
100 <A NAME="android.media.tv.TvInputService.Session.onOverlayViewSizeChanged_added(int, int)"></A>
101 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/media/tv/TvInputService.Session.html#onOverlayViewSizeChanged(int, int)" target="_top"><code>onOverlayViewSizeChanged</code></A>(<code>int,</nobr> int<nobr><nobr></code>)</nobr>
107 <A NAME="android.media.tv.TvInputService.Session.onTimeShiftGetCurrentPosition_added()"></A
    [all...]
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
AbstractFakeCommandHandlerTestCase.groovy 21 import org.mockftpserver.core.session.SessionKeys
22 import org.mockftpserver.core.session.StubSession
43 protected session
60 shouldFailWithMessageContaining("serverConfiguration") { commandHandler.handleCommand(command, session) }
64 shouldFailWithMessageContaining("command") { commandHandler.handleCommand(null, session) }
69 shouldFailWithMessageContaining("session") { commandHandler.handleCommand(command, null) }
75 session.removeAttribute(SessionKeys.USER_ACCOUNT)
76 commandHandler.handleCommand(command, session)
102 session = new StubSession()
110 session.setAttribute(SessionKeys.USER_ACCOUNT, userAccount
    [all...]
CwdCommandHandlerTest.groovy 22 import org.mockftpserver.core.session.SessionKeys
40 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == DIR
46 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR)
49 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == p(DIR, SUB)
55 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == null
62 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == null
70 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == null
  /frameworks/base/docs/html/training/tv/tif/
ui.jd 44 the {@link android.media.tv.TvInputService.Session#onSetSurface(android.view.Surface) TvInputService.Session.onSetSurface()}
96 overlay is disabled. You can enable it when you create the session by calling
97 {@link android.media.tv.TvInputService.Session#setOverlayViewEnabled(boolean) TvInputService.Session.setOverlayViewEnabled(true)},
102 public final Session onCreateSession(String inputId) {
103 BaseTvInputSessionImpl session = onCreateSessionInternal(inputId);
104 session.setOverlayViewEnabled(true);
105 mSessions.add(session);
106 return session;
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaSessionTest.java 27 import android.media.session.MediaController;
28 import android.media.session.MediaSession;
29 import android.media.session.MediaSession.QueueItem;
30 import android.media.session.PlaybackState;
46 private static final String TEST_SESSION_TAG = "test-session-tag";
49 private static final String TEST_SESSION_EVENT = "test-session-event";
76 * Tests that a session can be created and that all the fields are
81 assertFalse("New session should not be active", mSession.isActive());
108 * Tests that the various configuration bits on a session get passed to the
312 * Verifies that a new session hasn't had any configuration bits set yet
    [all...]
  /external/boringssl/src/ssl/
ssl_asn1.c 160 CBB cbb, session, child, child2; local
170 if (!CBB_add_asn1(&cbb, &session, CBS_ASN1_SEQUENCE) ||
171 !CBB_add_asn1_uint64(&session, SSL_SESSION_ASN1_VERSION) ||
172 !CBB_add_asn1_uint64(&session, in->ssl_version) ||
173 !CBB_add_asn1(&session, &child, CBS_ASN1_OCTETSTRING) ||
175 !CBB_add_asn1(&session, &child, CBS_ASN1_OCTETSTRING) ||
176 /* The session ID is irrelevant for a session ticket. */
179 !CBB_add_asn1(&session, &child, CBS_ASN1_OCTETSTRING) ||
186 if (!CBB_add_asn1(&session, &child, kTimeTag) |
414 CBS cbs, session, cipher, session_id, master_key; local
    [all...]
  /external/linux-tools-perf/src/tools/perf/util/
header.h 105 int perf_session__read_header(struct perf_session *session);
106 int perf_session__write_header(struct perf_session *session,
133 struct perf_session *session,
143 struct perf_session *session);
151 struct perf_session *session);
  /external/ppp/pppd/
session.h 2 * session.c - PPP session control.
43 * Start a session, performing any necessary validations.
64 * Zero value for failure, non-zero value for successful session verification.
82 * End a previously-started session.
  /frameworks/base/media/java/android/media/session/
ISessionController.aidl 16 package android.media.session;
23 import android.media.session.ISessionControllerCallback;
24 import android.media.session.MediaSession;
25 import android.media.session.ParcelableVolumeInfo;
26 import android.media.session.PlaybackState;
  /frameworks/support/v4/java/android/support/v4/media/session/
IMediaSession.aidl 16 package android.support.v4.media.session;
22 import android.support.v4.media.session.IMediaControllerCallback;
23 import android.support.v4.media.session.ParcelableVolumeInfo;
24 import android.support.v4.media.session.PlaybackStateCompat;
25 import android.support.v4.media.session.MediaSessionCompat;
  /system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
header.h 105 int perf_session__read_header(struct perf_session *session);
106 int perf_session__write_header(struct perf_session *session,
133 struct perf_session *session,
143 struct perf_session *session);
151 struct perf_session *session);
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIASession.cpp 24 DIASession::DIASession(CComPtr<IDiaSession> DiaSession) : Session(DiaSession) {}
27 std::unique_ptr<IPDBSession> &Session) {
63 Session.reset(new DIASession(DiaSession));
69 bool success = (S_OK == Session->get_loadAddress(&LoadAddress));
74 Session->put_loadAddress(Address);
79 if (S_OK != Session->get_globalScope(&GlobalScope))
91 if (S_OK != Session->symbolById(SymbolId, &LocatedSymbol))
100 if (S_OK != Session->findFile(nullptr, nullptr, nsNone, &Files))
113 Session->findFile(RawSymbol.getDiaSymbol(), nullptr, nsNone, &Files))
122 if (S_OK != Session->findFileById(FileId, &LocatedFile)
    [all...]
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
ListCommandHandler.java 21 import org.mockftpserver.core.session.Session;
68 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#beforeProcessData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
70 protected void beforeProcessData(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
75 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#processData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
77 protected void processData(Command command, Session session, InvocationRecord invocationRecord) {
    [all...]
  /frameworks/av/include/media/
IAudioPolicyService.h 63 audio_session_t session,
74 audio_session_t session) = 0;
77 audio_session_t session) = 0;
80 audio_session_t session) = 0;
83 audio_session_t session,
91 audio_session_t session) = 0;
93 audio_session_t session) = 0;
95 audio_session_t session) = 0;
111 int session,
154 virtual status_t acquireSoundTriggerSession(audio_session_t *session,
    [all...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
MockVideoCallCallback.java 42 * Store incoming session modify request so tests can inspect it.
52 * Store incoming session modify response so tests can inspect it.
54 * @param status Status of the session modify request.
65 * Store incoming session event so tests can inspect it.
147 * Returns the last received call session event.
149 * @return The call session event.
159 * @return The call session event.
  /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.
  /frameworks/base/core/java/android/net/
SSLSessionCache.java 34 * connection to the same server, using an SSL session cache can save some time,
52 * @throws IllegalArgumentException if the context does not support a session
79 * Create a session cache using the specified directory.
80 * Individual session entries will be files within the directory.
83 * @param dir to store session files in (created if necessary)
91 * Create a session cache at the default location for this app.
102 Log.w(TAG, "Unable to create SSL session cache in " + dir, e);
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_ni.cpp 106 in session, it is ignored.
137 if (NULL != loc_eng_ni_data_p->session.rawRequest ||
145 pSession = &loc_eng_ni_data_p->session;
235 pSession->respRecvd = FALSE; /* Reset the user response flag for the next session*/
294 if (NULL != loc_eng_ni_data_p->session.rawRequest) {
295 free(loc_eng_ni_data_p->session.rawRequest);
296 loc_eng_ni_data_p->session.rawRequest = NULL;
298 pthread_mutex_lock(&loc_eng_ni_data_p->session.tLock);
301 loc_eng_ni_data_p->session.respRecvd = TRUE;
302 pthread_cond_signal(&loc_eng_ni_data_p->session.tCond)
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_ni.cpp 106 in session, it is ignored.
137 if (NULL != loc_eng_ni_data_p->session.rawRequest ||
145 pSession = &loc_eng_ni_data_p->session;
235 pSession->respRecvd = FALSE; /* Reset the user response flag for the next session*/
294 if (NULL != loc_eng_ni_data_p->session.rawRequest) {
295 free(loc_eng_ni_data_p->session.rawRequest);
296 loc_eng_ni_data_p->session.rawRequest = NULL;
298 pthread_mutex_lock(&loc_eng_ni_data_p->session.tLock);
301 loc_eng_ni_data_p->session.respRecvd = TRUE;
302 pthread_cond_signal(&loc_eng_ni_data_p->session.tCond)
    [all...]
  /hardware/qcom/gps/msm8974/loc_api/libloc_api_50001/
loc_eng_ni.cpp 106 in session, it is ignored.
137 if (NULL != loc_eng_ni_data_p->session.rawRequest ||
145 pSession = &loc_eng_ni_data_p->session;
235 pSession->respRecvd = FALSE; /* Reset the user response flag for the next session*/
294 if (NULL != loc_eng_ni_data_p->session.rawRequest) {
295 free(loc_eng_ni_data_p->session.rawRequest);
296 loc_eng_ni_data_p->session.rawRequest = NULL;
298 pthread_mutex_lock(&loc_eng_ni_data_p->session.tLock);
301 loc_eng_ni_data_p->session.respRecvd = TRUE;
302 pthread_cond_signal(&loc_eng_ni_data_p->session.tCond)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/initialization/
PreviewStarter.java 32 * When the preview surface is available, creates a capture session, and then
33 * notifies the listener when the session is available.
37 public void onCameraCaptureSessionCreated(CameraCaptureSessionProxy session, Surface
49 * @param sessionListener A callback to be invoked when the capture session
66 // When we have the preview surface, start the capture session.
70 // Need to create a capture session with the single preview stream first
71 // to lock it as the first stream. Then resend the another session with preview
  /external/clang/test/Modules/
fmodules-validate-once-per-build-session.c 16 // RUN: %clang_cc1 -cc1 -fmodules -fdisable-module-hash -fmodules-cache-path=%t/modules-cache -fsyntax-only -isystem %t/Inputs -fbuild-session-timestamp=1390000000 -fmodules-validate-once-per-build-session %s
17 // RUN: %clang_cc1 -cc1 -fmodules -fdisable-module-hash -fmodules-cache-path=%t/modules-cache-user -fsyntax-only -I %t/Inputs -fbuild-session-timestamp=1390000000 -fmodules-validate-once-per-build-session %s
25 // RUN: %clang_cc1 -cc1 -fmodules -fdisable-module-hash -fmodules-cache-path=%t/modules-cache -fsyntax-only -isystem %t/Inputs -fbuild-session-timestamp=1390000000 -fmodules-validate-once-per-build-session %s
26 // RUN: %clang_cc1 -cc1 -fmodules -fdisable-module-hash -fmodules-cache-path=%t/modules-cache-user -fsyntax-only -I %t/Inputs -fbuild-session-timestamp=1390000000 -fmodules-validate-once-per-build-session %s
42 // RUN: %clang_cc1 -cc1 -fmodules -fdisable-module-hash -fmodules-cache-path=%t/modules-cache -fsyntax-only -isystem %t/Inputs -fbuild-session-timestamp=1390000000 -fmodules-validate-once-per-build-session %
    [all...]

Completed in 102 milliseconds

<<11121314151617181920>>