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

<<21222324252627282930>>

  /packages/apps/TV/usbtuner/src/com/android/usbtuner/tvinput/
TunerRecordingSession.java 52 Log.d(TAG, "Requesting recording session tune: " + channelUri);
61 Log.d(TAG, "Requesting recording session release.");
88 Log.d(TAG, "Notifying recording session tuned.");
96 Log.d(TAG, "Notifying recording session connection failed.");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
keyctl.h 18 #define KEY_SPEC_SESSION_KEYRING -3 /* - key ID for session-specific keyring */
20 #define KEY_SPEC_USER_SESSION_KEYRING -5 /* - key ID for UID-session keyring */
38 #define KEYCTL_JOIN_SESSION_KEYRING 1 /* join or start named session keyring */
55 #define KEYCTL_SESSION_TO_PARENT 18 /* apply session keyring to parent process */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
keyctl.h 18 #define KEY_SPEC_SESSION_KEYRING -3 /* - key ID for session-specific keyring */
20 #define KEY_SPEC_USER_SESSION_KEYRING -5 /* - key ID for UID-session keyring */
38 #define KEYCTL_JOIN_SESSION_KEYRING 1 /* join or start named session keyring */
55 #define KEYCTL_SESSION_TO_PARENT 18 /* apply session keyring to parent process */
  /frameworks/support/media-compat/java/android/support/v4/media/session/
MediaSessionCompat.java 18 package android.support.v4.media.session;
61 * information or handle media keys. In general an app only needs one session
65 * Once a session is created the owner of the session may pass its
66 * {@link #getSessionToken() session token} to other processes to allow them to
67 * create a {@link MediaControllerCompat} to interact with the session.
73 * to clean up the session and notify any controllers.
79 * {@link android.media.session.MediaSession} introduced after API level 4 in a
97 * Set this flag on the session to indicate that it can handle media button
103 * Set this flag on the session to indicate that it handles transpor
    [all...]
  /external/curl/lib/vtls/
gtls.c 121 * session-specific error variable, and when not set also its own global
124 * Windows builds these callbacks should ideally set the session-specific
266 gnutls_session_t session = conn->ssl[sockindex].session; local
311 rc = gnutls_handshake(session);
315 gnutls_record_get_direction(session)?
323 int alert = gnutls_alert_get(session);
337 int alert = gnutls_alert_get(session);
370 gnutls_session_t session; local
504 /* Initialize TLS session as a client *
801 gnutls_session_t session = conn->ssl[sockindex].session; local
    [all...]
  /frameworks/base/media/java/android/media/tv/
TvView.java 30 import android.media.tv.TvInputManager.Session;
31 import android.media.tv.TvInputManager.Session.FinishedInputEventCallback;
82 private Session mSession;
319 // createSession() was called but the actual session for the given inputId has not
329 // any session is created (e.g. when quickly tuning to a channel from input A and then
376 * @see TvInputService.Session#notifyContentBlocked(TvContentRating)
389 * @see TvInputService.Session#notifyContentBlocked(TvContentRating)
569 Log.w(TAG, "sendAppPrivateCommand - session not yet created (action \"" + action
627 return ret != Session.DISPATCH_NOT_HANDLED;
642 return ret != Session.DISPATCH_NOT_HANDLED
    [all...]
  /frameworks/av/media/libmedia/
IAudioPolicyService.cpp 175 audio_session_t session,
207 data.writeInt32(session);
244 audio_session_t session)
250 data.writeInt32((int32_t) session);
257 audio_session_t session)
263 data.writeInt32((int32_t) session);
270 audio_session_t session)
276 data.writeInt32((int32_t)session);
282 audio_session_t session,
302 data.writeInt32(session);
897 audio_session_t session = (audio_session_t)data.readInt32(); local
931 audio_session_t session = (audio_session_t)data.readInt32(); local
943 audio_session_t session = (audio_session_t)data.readInt32(); local
954 audio_session_t session = (audio_session_t)data.readInt32(); local
963 audio_session_t session = (audio_session_t)data.readInt32(); local
985 audio_session_t session = static_cast <audio_session_t>(data.readInt32()); local
993 audio_session_t session = static_cast <audio_session_t>(data.readInt32()); local
1001 audio_session_t session = static_cast <audio_session_t>(data.readInt32()); local
1071 audio_session_t session = (audio_session_t) data.readInt32(); local
1281 audio_session_t session = AUDIO_SESSION_NONE; local
1298 audio_session_t session = (audio_session_t)data.readInt32(); local
    [all...]
  /external/boringssl/src/ssl/
ssl_test.cc 602 ScopedSSL_SESSION session(SSL_SESSION_from_bytes(input.data(), input.size()));
603 if (!session) {
612 if (!SSL_SESSION_to_bytes(session.get(), &encoded_raw, &encoded_len)) {
627 session.reset(d2i_SSL_SESSION(NULL, &cptr, input.size()));
628 if (!session || cptr != input.data() + input.size()) {
634 int len = i2d_SSL_SESSION(session.get(), NULL);
647 len = i2d_SSL_SESSION(session.get(), &ptr);
671 ScopedSSL_SESSION session(SSL_SESSION_from_bytes(input.data(), input.size()));
672 if (session) {
761 ScopedSSL_SESSION session(SSL_SESSION_from_bytes(der.data(), der.size()))
785 ScopedSSL_SESSION session = CreateSessionWithTicket(ticket_len); local
963 ScopedSSL_SESSION session = CreateTestSession(i); local
    [all...]
  /frameworks/opt/net/voip/src/java/android/net/sip/
SipManager.java 44 * <li>Verify session connectivity, with {@link #isOpened isOpened()} and
58 * <a href="{@docRoot}guide/topics/network/sip.html">Session Initiation Protocol</a>
77 * Key to retrieve the offered session description from an incoming call
214 * string. The intent contains a call ID extra and an offer session
223 * result code and the intent to fill in the call ID and session
410 throw new SipException("Cannot retrieve session with null intent");
420 throw new SipException("Session description missing in incoming "
426 ISipSession session = mSipService.getPendingSession(callId, local
428 if (session == null) {
429 throw new SipException("No pending session for the call")
509 ISipSession session = mSipService.createSession(localProfile, local
536 ISipSession session = mSipService.createSession(localProfile, local
    [all...]
  /external/mtpd/
l2tp.c 18 * creates a single session. The following code only handles control packets.
129 static void set_message(uint16_t session, uint16_t message)
135 p[3] = session;
184 static int recv_packet(uint16_t *session)
229 *session = p[3];
363 .local = {.tunnel = local_tunnel, .session = local_session},
364 .remote = {.tunnel = remote_tunnel, .session = remote_session},
416 uint16_t session = 0; local
418 if (!recv_packet(&session)) {
422 /* Here is the fun part. We always try to protect our tunnel and session
    [all...]
  /system/tpm/attestation/server/
pkcs11_key_store.cc 55 // A helper class to scope a PKCS #11 session.
67 LOG(ERROR) << "Failed to open PKCS #11 session.";
74 LOG(WARNING) << "Failed to close PKCS #11 session.";
106 ScopedSession session(slot);
107 if (!session.IsValid()) {
108 LOG(ERROR) << "Pkcs11KeyStore: Failed to open token session.";
111 CK_OBJECT_HANDLE key_handle = FindObject(session.handle(), key_name);
118 if (C_GetAttributeValue(session.handle(),
126 if (C_GetAttributeValue(session.handle(),
148 ScopedSession session(slot)
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
IInputMethodWrapper.java 96 public void sessionCreated(InputMethodSession session) {
98 if (session != null) {
100 new IInputMethodSessionWrapper(mContext, session, mChannel);
288 public void setSessionEnabled(IInputMethodSession session, boolean enabled) {
291 session).getInternalInputMethodSession();
293 Log.w(TAG, "Session is already finished: " + session);
299 Log.w(TAG, "Incoming session not of correct type: " + session, e);
304 public void revokeSession(IInputMethodSession session) {
    [all...]
  /hardware/ti/omap4-aah/security/tf_crypto_sst/
pkcs11_global.c 114 * Check that hSession is a valid primary session,
115 * or a valid secondary session attached to a valid primary session.
118 * S_HANDLE hSession: the session handle to check
120 * bool* pBoolIsPrimarySession: a boolean set to true if the session is primary,
121 * set to false if the session if the session is secondary
123 * - either hSession is a valid primary session
124 * - or hSession is a valid secondary session attached to a valid primary session
    [all...]
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
pkcs11_global.c 114 * Check that hSession is a valid primary session,
115 * or a valid secondary session attached to a valid primary session.
118 * S_HANDLE hSession: the session handle to check
120 * bool* pBoolIsPrimarySession: a boolean set to true if the session is primary,
121 * set to false if the session if the session is secondary
123 * - either hSession is a valid primary session
124 * - or hSession is a valid secondary session attached to a valid primary session
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sts/
credentials.py 34 :ivar session_token: The session token that must be passed with
50 Create and return a new Session Token based on the contents
65 Create and return a new Session Token based on the contents
70 file containing the previously saved Session Token information.
97 about this Session Token.
107 Persist a Session Token to a file in JSON format.
111 the Session Token data should be written. Any previous
123 Checks to see if the Session Token is expired or not. By default
124 it will check to see if the Session Token is expired as of the
128 a value of 5, this method will return a True if the Session
    [all...]
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/
AbstractCommandHandlerTest.java 28 import org.mockftpserver.core.session.Session;
49 protected Session session; field in class:AbstractCommandHandlerTest
63 commandHandler.handleCommand(new Command(commandName, parameters), session);
156 session = (Session) createMock(Session.class);
157 control(session).setDefaultMatcher(MockControl.ARRAY_MATCHER);
158 control(session).expectAndDefaultReturn(session.getClientHost(), DEFAULT_HOST);
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/24/changes/
android.media.session.MediaController.TransportControls.html 10 android.media.session.MediaController.TransportControls
74 Class android.media.session.<A HREF="../../../../reference/android/media/session/MediaController.TransportControls.html" target="_top"><font size="+2"><code>MediaController.TransportControls</code></font></A>
86 <A NAME="android.media.session.MediaController.TransportControls.prepare_added()"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/media/session/MediaController.TransportControls.html#prepare()" target="_top"><code>prepare</code></A>()</nobr>
93 <A NAME="android.media.session.MediaController.TransportControls.prepareFromMediaId_added(java.lang.String, android.os.Bundle)"></A>
94 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/media/session/MediaController.TransportControls.html#prepareFromMediaId(java.lang.String, android.os.Bundle)" target="_top"><code>prepareFromMediaId</code></A>(<code>String,</nobr> Bundle<nobr><nobr></code>)</nobr>
100 <A NAME="android.media.session.MediaController.TransportControls.prepareFromSearch_added(java.lang.String, android.os.Bundle)"></A>
101 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/media/session/MediaController.TransportControls.html#prepareFromSearch(java.lang.String, android.os.Bundle)" target="_top"><code>prepareFromSearch</code></A>(<code>String,</nobr> Bundle<nobr><nobr></code>)</nobr>
107 <A NAME="android.media.session.MediaController.TransportControls.prepareFromUri_added(android.net.Uri, android.os.Bundle)"></A
    [all...]
android.media.session.MediaSession.Callback.html 10 android.media.session.MediaSession.Callback
74 Class android.media.session.<A HREF="../../../../reference/android/media/session/MediaSession.Callback.html" target="_top"><font size="+2"><code>MediaSession.Callback</code></font></A>
86 <A NAME="android.media.session.MediaSession.Callback.onPrepare_added()"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/media/session/MediaSession.Callback.html#onPrepare()" target="_top"><code>onPrepare</code></A>()</nobr>
93 <A NAME="android.media.session.MediaSession.Callback.onPrepareFromMediaId_added(java.lang.String, android.os.Bundle)"></A>
94 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/media/session/MediaSession.Callback.html#onPrepareFromMediaId(java.lang.String, android.os.Bundle)" target="_top"><code>onPrepareFromMediaId</code></A>(<code>String,</nobr> Bundle<nobr><nobr></code>)</nobr>
100 <A NAME="android.media.session.MediaSession.Callback.onPrepareFromSearch_added(java.lang.String, android.os.Bundle)"></A>
101 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/media/session/MediaSession.Callback.html#onPrepareFromSearch(java.lang.String, android.os.Bundle)" target="_top"><code>onPrepareFromSearch</code></A>(<code>String,</nobr> Bundle<nobr><nobr></code>)</nobr>
107 <A NAME="android.media.session.MediaSession.Callback.onPrepareFromUri_added(android.net.Uri, android.os.Bundle)"></A
    [all...]
android.media.session.PlaybackState.html 10 android.media.session.PlaybackState
74 Class android.media.session.<A HREF="../../../../reference/android/media/session/PlaybackState.html" target="_top"><font size="+2"><code>PlaybackState</code></font></A>
87 <A NAME="android.media.session.PlaybackState.ACTION_PREPARE"></A>
88 <nobr><code>long</code>&nbsp;<A HREF="../../../../reference/android/media/session/PlaybackState.html#ACTION_PREPARE" target="_top"><code>ACTION_PREPARE</code></A></nobr>
94 <A NAME="android.media.session.PlaybackState.ACTION_PREPARE_FROM_MEDIA_ID"></A>
95 <nobr><code>long</code>&nbsp;<A HREF="../../../../reference/android/media/session/PlaybackState.html#ACTION_PREPARE_FROM_MEDIA_ID" target="_top"><code>ACTION_PREPARE_FROM_MEDIA_ID</code></A></nobr>
101 <A NAME="android.media.session.PlaybackState.ACTION_PREPARE_FROM_SEARCH"></A>
102 <nobr><code>long</code>&nbsp;<A HREF="../../../../reference/android/media/session/PlaybackState.html#ACTION_PREPARE_FROM_SEARCH" target="_top"><code>ACTION_PREPARE_FROM_SEARCH</code></A></nobr>
108 <A NAME="android.media.session.PlaybackState.ACTION_PREPARE_FROM_URI"></A
    [all...]
  /external/libmicrohttpd/src/testspdy/
test_notls.c 87 spdylay_session *session; member in struct:Connection
200 static ssize_t send_callback(spdylay_session *session,
204 (void)session;
241 static ssize_t recv_callback(spdylay_session *session,
245 (void)session;
284 static void before_ctrl_send_callback(spdylay_session *session,
294 req = spdylay_session_get_stream_user_data(session, stream_id);
302 static void on_ctrl_send_callback(spdylay_session *session,
321 if(name && spdylay_session_get_stream_user_data(session, stream_id)) {
329 static void on_ctrl_recv_callback(spdylay_session *session,
    [all...]
test_request_response.c 91 spdylay_session *session; member in struct:Connection
203 static ssize_t send_callback(spdylay_session *session,
207 (void)session;
235 static ssize_t recv_callback(spdylay_session *session,
239 (void)session;
269 static void before_ctrl_send_callback(spdylay_session *session,
279 req = spdylay_session_get_stream_user_data(session, stream_id);
287 static void on_ctrl_send_callback(spdylay_session *session,
306 if(name && spdylay_session_get_stream_user_data(session, stream_id)) {
314 static void on_ctrl_recv_callback(spdylay_session *session,
    [all...]
  /external/boringssl/src/ssl/test/runner/
handshake_client.go 30 session *ClientSessionState
146 var session *ClientSessionState
153 // Try to resume a previously negotiated TLS session, if
161 // previous session are still valid.
173 session = candidateSession
178 if session != nil {
179 if session.sessionTicket != nil {
180 hello.sessionTicket = session.sessionTicket
182 hello.sessionTicket = make([]byte, len(session.sessionTicket))
183 copy(hello.sessionTicket, session.sessionTicket
    [all...]
  /external/libweave/src/privet/
security_manager.cc 242 for (const auto& session : confirmed_sessions_) {
243 const std::string& key = session.second->GetKey();
244 const std::string& id = session.first;
296 // Allow only a single session at a time for now.
300 std::string session; local
302 session = base::GenerateGUID();
303 } while (confirmed_sessions_.find(session) != confirmed_sessions_.end() ||
304 pending_sessions_.find(session) != pending_sessions_.end());
306 pending_sessions_.insert(std::make_pair(session, std::move(spake)));
311 weak_ptr_factory_.GetWeakPtr(), session),
332 auto session = pending_sessions_.find(session_id); local
    [all...]
  /external/opencv3/samples/winrt/ImageManipulations/common/
suspensionmanager.cpp 47 /// Provides access to global session state for the current session. This state is serialized by
51 /// subject to the same constraints. Session state should be as compact as possible.
88 /// immediately after creation if they will participate in session state management. Upon
101 throw ref new FailureException("Frames can only be registered to one session state key");
106 throw ref new FailureException("Frames must be either be registered before accessing frame session state, or not registered at all");
109 // Use a dependency property to associate the session key with a frame, and keep a list of frames whose
127 // Remove session state and remove the frame from the list of frames whose navigation
142 /// Provides storage for session state associated with the specified <see cref="Frame"/>.
144 /// their session state saved and restored automatically as a part of the globa
    [all...]
  /frameworks/av/services/audiopolicy/service/
AudioPolicyService.h 81 audio_session_t session,
92 audio_session_t session);
95 audio_session_t session);
98 audio_session_t session);
101 audio_session_t session,
110 audio_session_t session);
112 audio_session_t session);
114 audio_session_t session);
132 audio_session_t session,
191 virtual status_t acquireSoundTriggerSession(audio_session_t *session,
    [all...]

Completed in 710 milliseconds

<<21222324252627282930>>