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

<<21222324252627282930>>

  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
CameraControlPane.java 94 * {@code CONFIGURING} for before a session is returned and {@code NONE} for when there
95 * is no session created.
315 CameraCaptureSession session,
474 public void onConfigured(CameraCaptureSession session) {
475 mCurrentCaptureSession = session;
482 public void onConfigureFailed(CameraCaptureSession session) {
490 public void onReady(CameraCaptureSession session) {
495 * This method is called when the session starts actively processing capture requests.
498 * then the session will start processing those requests immediately after the callback,
501 * <p>If the session runs out of capture requests to process and calls {@link #onReady}
    [all...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/
OneCameraImpl.java 62 import com.android.camera.session.CaptureSession;
92 final CaptureSession session; field in class:OneCameraImpl.InFlightCapture
97 CaptureSession session) {
99 this.session = session;
205 public void onCaptureStarted(CameraCaptureSession session,
217 public void onCaptureProgressed(CameraCaptureSession session,
220 super.onCaptureProgressed(session, request, partialResult);
224 public void onCaptureCompleted(CameraCaptureSession session,
257 super.onCaptureCompleted(session, request, result)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 220 // TODO: Move native dict into session
276 final DicTraverseSession session = getTraverseSession(sessionId); local
277 Arrays.fill(session.mInputCodePoints, Constants.NOT_A_CODE);
278 ngramContext.outputToArray(session.mPrevWordCodePointArrays,
279 session.mIsBeginningOfSentenceArray);
286 session.mInputCodePoints);
293 session.mNativeSuggestOptions.setUseFullEditDistance(mUseFullEditDistance);
294 session.mNativeSuggestOptions.setIsGesture(isGesture);
295 session.mNativeSuggestOptions.setBlockOffensiveWords(
297 session.mNativeSuggestOptions.setWeightForLocale(weightForLocale)
    [all...]
  /external/boringssl/src/ssl/
s3_clnt.c 257 /* receive renewed session ticket */
385 s->session->cipher = s->s3->tmp.new_cipher;
433 * record the handshake hashes at this point in the session so that
434 * any resumption of this session with ChannelID can sign those
598 /* If the configured session was created at a version higher than our
600 if (s->session &&
601 (s->session->session_id_length == 0 || s->session->not_resumable ||
602 (!SSL_IS_DTLS(s) && s->session->ssl_version > s->version) ||
603 (SSL_IS_DTLS(s) && s->session->ssl_version < s->version)))
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraConstrainedHighSpeedCaptureSessionImpl.java 179 throw new UnsupportedOperationException("Constrained high speed session doesn't support"
189 "a constrained high speed capture session");
197 throw new UnsupportedOperationException("Constrained high speed session doesn't support"
207 "a constrained high speed capture session");
261 public void onConfigured(CameraCaptureSession session) {
265 public void onConfigureFailed(CameraCaptureSession session) {
269 public void onReady(CameraCaptureSession session) {
273 public void onActive(CameraCaptureSession session) {
277 public void onClosed(CameraCaptureSession session) {
281 public void onSurfacePrepared(CameraCaptureSession session, Surface surface)
    [all...]
  /frameworks/base/tests/OneMedia/src/com/android/onemedia/
NotificationHelper.java 17 import android.media.session.MediaController;
18 import android.media.session.MediaSession;
19 import android.media.session.PlaybackState;
46 public NotificationHelper(Service service, MediaSession session) {
48 mSession = session;
49 mController = session.getController();
74 * Posts the notification and starts tracking the session to keep it
75 * updated. The notification will automatically be removed if the session is
98 * Removes the notification and stops tracking the session. If the session
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winevt.h 326 EVT_HANDLE Session,
337 EVT_HANDLE Session,
358 EVT_HANDLE Session,
478 EVT_HANDLE Session,
484 EVT_HANDLE Session,
494 EVT_HANDLE Session,
500 EVT_HANDLE Session,
505 EVT_HANDLE Session,
520 EVT_HANDLE Session,
557 EVT_HANDLE Session,
    [all...]
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionSession.java 67 * An active voice interaction session, providing a facility for the implementation
72 * <p>A voice interaction session can be self-contained, ultimately calling {@link #finish}
81 * Flag received in {@link #onShow}: originator requested that the session be started with
87 * Flag received in {@link #onShow}: originator requested that the session be started with
93 * Flag for use with {@link #onShow}: indicates that the session has been started from the
291 VoiceInteractionSession session = mSession.get();
292 if (session != null) {
293 session.mHandlerCaller.sendMessage(
294 session.mHandlerCaller.obtainMessageO(MSG_CANCEL, Request.this));
305 VoiceInteractionSession session, Bundle extras)
343 VoiceInteractionSession session = mSession.get(); local
351 VoiceInteractionSession session = mSession.get(); local
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/server/session/
AbstractSessionManager.java 19 package org.eclipse.jetty.server.session;
63 * a specialised version of the Session inner class that provides an attribute
182 public HttpCookie access(HttpSession session,boolean secure)
186 AbstractSession s = ((SessionIf)session).getSession();
197 HttpCookie cookie=getSessionCookie(session,_context==null?"/":(_context.getContextPath()),secure);
223 public void complete(HttpSession session)
225 AbstractSession s = ((SessionIf)session).getSession();
252 // Look for a session cookie name
263 // set up the max session cookie age if it isn't already
271 // set up the session domain if it isn't alread
312 AbstractSession session = getSession(cluster_id); local
587 AbstractSession session=newSession(request); local
    [all...]
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp 71 DecodeSession *session = (DecodeSession*) decodeSessionMap.getValueAt(i); local
72 FwdLockFile_detach(session->fileDesc);
73 ::close(session->fileDesc);
561 DecodeSession* session = decodeSessionMap.getValue(decryptHandle->decryptId); local
562 if (NULL != session && session->fileDesc > -1) {
563 FwdLockFile_detach(session->fileDesc);
564 ::close(session->fileDesc);
627 DecodeSession* session = decodeSessionMap.getValue(decryptHandle->decryptId); local
628 if (NULL != session && session->fileDesc > -1)
652 DecodeSession* session = decodeSessionMap.getValue(decryptHandle->decryptId); local
    [all...]
  /frameworks/av/include/drm/
DrmManagerClient.h 64 * Open the decrypt session to decrypt the given protected content
71 * Handle for the decryption session
76 * Open the decrypt session to decrypt the given protected content
81 * Handle for the decryption session
86 * Open the decrypt session to decrypt the given protected content
88 * @param[in] buf Data to initiate decrypt session
91 * Handle for the decryption session
96 * Close the decrypt session for the given handle
98 * @param[in] decryptHandle Handle for the decryption session
109 * @param[in] decryptHandle Handle for the decryption session
    [all...]
  /cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
MainInteractionSession.java 69 Log.i(TAG, "prompt received ok from TestApp in Session");
96 Log.i(TAG, "in Session onRequestConfirmation recvd. prompt=" + prompt +
105 Log.i(TAG, "in Session sending sendConfirmationResult. " +
116 Log.i(TAG, "in Session onRequestCompleteVoice recvd. message=" +
125 Log.i(TAG, "in Session sending sendConfirmationResult. " +
136 Log.i(TAG, "in Session onRequestAbortVoice recvd. message=" +
145 Log.i(TAG, "in Session sending sendAbortResult. " +
154 Log.i(TAG, "in Session onRequestCommand recvd. Bundle = " +
160 Log.i(TAG, "command received ok from TestApp in Session");
173 Log.i(TAG, "in Session sending sendResult. "
    [all...]
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
MediaNotificationManager.java 31 import android.media.session.MediaController;
32 import android.media.session.MediaSession;
33 import android.media.session.PlaybackState;
99 * Posts the notification and starts tracking the session to keep it
100 * updated. The notification will automatically be removed if the session is
126 * Removes the notification and stops tracking the session. If the session
166 * Update the state based on a change on the session token. Called either when
167 * we are running for the first time or when the media session owner has destroyed the session
    [all...]
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
MediaNotificationManager.java 31 import android.media.session.MediaController;
32 import android.media.session.MediaSession;
33 import android.media.session.PlaybackState;
99 * Posts the notification and starts tracking the session to keep it
100 * updated. The notification will automatically be removed if the session is
126 * Removes the notification and stops tracking the session. If the session
166 * Update the state based on a change on the session token. Called either when
167 * we are running for the first time or when the media session owner has destroyed the session
    [all...]
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
MediaNotificationManager.java 31 import android.media.session.MediaController;
32 import android.media.session.MediaSession;
33 import android.media.session.PlaybackState;
99 * Posts the notification and starts tracking the session to keep it
100 * updated. The notification will automatically be removed if the session is
126 * Removes the notification and stops tracking the session. If the session
166 * Update the state based on a change on the session token. Called either when
167 * we are running for the first time or when the media session owner has destroyed the session
    [all...]
  /packages/apps/MusicFX/src/com/android/musicfx/
ControlPanelEffect.java 40 * Audio session priority
50 * Control panel updates effects and preferences. Applicable when audio session is delivered
56 * session provided by user.
70 // Effect/audio session Mappings
85 * Map containing the Virtualizer audio session, effect mappings.
90 * Map containing the BB audio session, effect mappings.
95 * Map containing the EQ audio session, effect mappings.
100 * Map containing the PR audio session, effect mappings.
106 * Map containing the package name, audio session mappings.
155 * System wide unique audio session identifier
183 final int session = mediaPlayer.getAudioSessionId(); local
212 final int session = mediaPlayer.getAudioSessionId(); local
    [all...]
  /external/boringssl/src/ssl/test/runner/
handshake_client.go 30 session *ClientSessionState
140 var session *ClientSessionState
147 // Try to resume a previously negotiated TLS session, if
155 // previous session are still valid.
167 session = candidateSession
172 if session != nil {
173 if session.sessionTicket != nil {
174 hello.sessionTicket = session.sessionTicket
176 hello.sessionTicket = make([]byte, len(session.sessionTicket))
177 copy(hello.sessionTicket, session.sessionTicket
    [all...]
  /external/linux-tools-perf/src/tools/perf/
builtin-record.c 22 #include "util/session.h"
70 struct perf_session *session; member in struct:perf_record
199 struct perf_session *session = rec->session; local
248 session->evlist = evlist;
249 perf_session__set_id_hdr_size(session);
261 rec->session->fd = rec->output;
262 return __perf_session__process_events(rec->session, rec->post_processing_offset,
275 rec->session->header.data_size += rec->bytes_written;
279 perf_session__write_header(rec->session, rec->evlist
358 struct perf_session *session; local
    [all...]
  /external/srtp/include/
srtp.h 116 * can be applied to an SRTP or SRTCP stream. An SRTP session policy
118 * in the session.
184 * @brief represents the policy for an SRTP session.
188 * policy for an entire SRTP session. Each element contains the SRTP
237 * @brief An srtp_t points to an SRTP session structure.
240 * an SRTP session. This datatype is intentially opaque in
243 * An SRTP session consists of all of the traffic sent to the RTP and
245 * Audio/Video Profile). A session can be viewed as a set of SRTP
260 * session by a single participant. A session can be viewed a
886 srtp_t session; \/**< The session in which the event happend. *\/ member in struct:srtp_event_data_t
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipService.java 88 // session ID --> session
400 private synchronized void addPendingSession(ISipSession session) {
403 mPendingSessions.put(session.getCallId(), session); local
570 SipSessionGroup.SipSessionImpl session = local
574 if (!isRegistered() || callingSelf(this, session)) {
576 session.endCall();
581 addPendingSession(session);
583 session.getCallId(), sessionDescription)
    [all...]
  /frameworks/base/media/java/android/media/tv/
TvInputService.java 69 * so by deriving from this class and providing their own session implementation based on
70 * {@link TvInputService.Session}. All TV input services must require that clients hold the
97 * looper to be synchronously run with {@code Session.mHandler}.
126 Log.w(TAG, "Creating session without input channel");
165 * Returns a concrete implementation of {@link Session}.
167 * <p>May return {@code null} if this TV input service fails to create a session for some
171 * @param inputId The ID of the TV input associated with the session.
174 public abstract Session onCreateSession(String inputId);
241 * Base class for derived classes to implement to provide a TV input session.
243 public abstract static class Session implements KeyEvent.Callback
    [all...]
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputManagerService.java 436 if (state.session != null) {
438 state.session.release();
495 throw new SessionNotFoundException("Session state not found for token " + sessionToken);
497 // Only the application that requested this session or the system can access it.
499 throw new SecurityException("Illegal access to the session with token " + sessionToken
510 ITvInputSession session = sessionState.session; local
511 if (session == null) {
512 throw new IllegalStateException("Session not yet created for token "
515 return session;
698 ITvInputSession session = getSessionLocked(sessionState); local
1780 SessionState session = entry.getValue(); local
1918 private ITvInputSession session; field in class:TvInputManagerService.SessionState
    [all...]
  /prebuilts/maven_repo/android/com/android/support/support-v4/22.0.0/
support-v4-22.0.0-sources.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/22.1.0/
support-v4-22.1.0-sources.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/22.1.1/
support-v4-22.1.1-sources.jar 

Completed in 818 milliseconds

<<21222324252627282930>>