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

<<31323334353637383940>>

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/sts/
test_session_token.py 24 Tests for Session Tokens
39 print('--- running Session Token tests ---')
42 # Create a session token
45 # Save session token to a file
60 # Try using the session token with S3
  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
ClientPairingSession.java 30 * Pairing session implementation for a client.
42 * @param protocol the wire interface for the session
43 * @param context the pairing context for the session
54 * @param protocol the wire interface for the session
55 * @param context the pairing context for the session
  /external/libmicrohttpd/src/microspdy/
compression.h 36 * for a session on initialization.
47 * for a session on cleaning up.
79 * for a session.
90 * for a session on cleaning up.
108 * function fails, the SPDY session must be closed
  /frameworks/av/camera/ndk/
NdkCameraDevice.cpp 153 /*out*/ACameraCaptureSession** session) {
155 if (device == nullptr || outputs == nullptr || callbacks == nullptr || session == nullptr) {
156 ALOGE("%s: Error: invalid input: device %p, outputs %p, callbacks %p, session %p",
157 __FUNCTION__, device, outputs, callbacks, session);
160 return device->createCaptureSession(outputs, callbacks, session);
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_inlines.h 64 p_session = &my_obj->clnt_mgr[client_idx].session[session_idx];
89 if (!my_obj->clnt_mgr[client_idx].session[i].active) {
90 *pp_session = &my_obj->clnt_mgr[client_idx].session[i];
91 my_obj->clnt_mgr[client_idx].session[i].active = OMX_TRUE;
121 my_obj->clnt_mgr[client_idx].session[session_idx].active = OMX_FALSE;
  /packages/apps/Camera2/src/com/android/camera/one/v2/commands/
ZslPreviewCommand.java 76 try (FrameServer.Session session = mFrameServer.createExclusiveSession()) {
85 session.submitRequest(previewWarming, RequestType.NON_REPEATING);
91 session.submitRequest(zslWarmingBurst, RequestType.NON_REPEATING);
100 session.submitRequest(zslAndPreviewRepeating, RequestType.REPEATING);
  /packages/apps/Camera2/src/com/android/camera/one/v2/photo/
SimpleImageCaptureCommand.java 63 try (FrameServer.Session session = mFrameServer.createExclusiveSession();
73 session.submitRequest(Arrays.asList(photoRequest.build()),
76 // Release the FrameServer session (allowing subsequent camera
79 session.close();
  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
ImageShadowTask.java 27 import com.android.camera.session.CaptureSession;
62 * @param captureSession the capture session associated with this shadow
96 public ProcessingResult process(Context context, CameraServices services, CaptureSession session) {
124 // Name is only required when Session is NULL. Session should never be
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
InCallVideoCallCallback.java 45 * Handles an incoming session modification request.
66 * Handles a session modification response.
68 * @param status Status of the session modify request. Valid values are
81 // Report the reason the upgrade failed as the new session modification state.
101 * Handles a call session event.
  /packages/apps/MusicFX/src/com/android/musicfx/
ControlPanelReceiver.java 49 Log.v(TAG, "Audio session: " + audioSession);
57 // check audio session
59 Log.w(TAG, "Invalid or missing audio session " + audioSession);
63 // open audio session
75 // close audio session
  /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...]
  /tools/test/connectivity/acts/framework/acts/controllers/
native_android_device.py 70 on the same session is made for EventDispatcher, and the dispatcher is
75 handle_event: True if this droid session will need to handle
111 """Start a new session in sl4n.
121 existing uid to a new session.
126 "new session. Abort."))
  /external/libmicrohttpd/src/examples/
mhd2spdy_spdy.c 67 spdy_cb_data_source_read(spdylay_session *session, int32_t stream_id, uint8_t *buf, size_t length, int *eof, spdylay_data_source *source, void *user_data)
69 (void)session;
136 spdy_cb_send(spdylay_session *session,
142 (void)session;
219 spdy_cb_recv(spdylay_session *session,
225 (void)session;
286 spdy_cb_before_ctrl_send(spdylay_session *session,
299 proxy = spdylay_session_get_stream_user_data(session, stream_id);
308 glob_opt.ignore_rst_stream = NULL==spdylay_session_get_stream_user_data(session, frame->rst_stream.stream_id);
321 spdy_cb_on_ctrl_recv(spdylay_session *session,
    [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/autotest/client/virt/tests/
ethtool.py 36 o = session.cmd("ethtool -k %s" % ethname)
56 session.cmd(cmd)
82 o = session.cmd_output("md5sum %s" % name)
109 session.cmd_output(dd_cmd, timeout=360)
128 lambda:session.cmd_status("pgrep tcpdump") == 0, 30):
137 session.cmd("killall tcpdump")
185 session = vm.wait_for_login(timeout=int(params.get("login_timeout", 360)))
187 session.cmd("ethtool -h")
193 ethname = virt_test_utils.get_linux_ifname(session, vm.get_mac_address(0))
234 session.close(
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraConstrainedHighSpeedCaptureSessionImpl.java 185 throw new UnsupportedOperationException("Constrained high speed session doesn't support"
195 "a constrained high speed capture session");
203 throw new UnsupportedOperationException("Constrained high speed session doesn't support"
213 "a constrained high speed capture session");
274 public void onConfigured(CameraCaptureSession session) {
279 public void onConfigureFailed(CameraCaptureSession session) {
284 public void onReady(CameraCaptureSession session) {
289 public void onActive(CameraCaptureSession session) {
294 public void onClosed(CameraCaptureSession session) {
299 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...]
  /frameworks/support/customtabs/src/android/support/customtabs/
CustomTabsService.java 109 * @param sessionToken The session token for which the {@link DeathRecipient} call has been
139 * Creates a new session through an ICustomTabsService with the optional callback. This session
142 * through same session-intent-Custom Tab association.
143 * @param sessionToken Session token to be used as a unique identifier. This also has access
146 * @return Whether a new session was successfully created.
160 * @param sessionToken The unique identifier for the session. Can not be null.
187 * Updates the visuals of custom tabs for the given session. Will only succeed if the given
188 * session matches the currently active one.
189 * @param sessionToken The currently active session that the custom tab belongs to
    [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...]
  /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...]
  /external/libmicrohttpd/src/testspdy/
test_new_connection.c 109 spdylay_session *session; member in struct:Connection
221 static ssize_t send_callback(spdylay_session *session,
225 (void)session;
253 static ssize_t recv_callback(spdylay_session *session,
257 (void)session;
287 static void before_ctrl_send_callback(spdylay_session *session,
297 req = spdylay_session_get_stream_user_data(session, stream_id);
305 static void on_ctrl_send_callback(spdylay_session *session,
324 if(name && spdylay_session_get_stream_user_data(session, stream_id)) {
332 static void on_ctrl_recv_callback(spdylay_session *session,
    [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);
566 DecodeSession* session = decodeSessionMap.getValue(decryptHandle->decryptId); local
567 if (NULL != session && session->fileDesc > -1) {
568 FwdLockFile_detach(session->fileDesc);
569 ::close(session->fileDesc);
637 DecodeSession* session = decodeSessionMap.getValue(decryptHandle->decryptId); local
638 if (NULL != session && session->fileDesc > -1)
662 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 82 Log.i(TAG, "prompt received ok from TestApp in Session");
109 Log.i(TAG, "in Session onRequestConfirmation recvd. prompt=" + prompt +
118 Log.i(TAG, "in Session sending sendConfirmationResult. " +
129 Log.i(TAG, "in Session onRequestCompleteVoice recvd. message=" +
138 Log.i(TAG, "in Session sending sendConfirmationResult. " +
149 Log.i(TAG, "in Session onRequestAbortVoice recvd. message=" +
158 Log.i(TAG, "in Session sending sendAbortResult. " +
167 Log.i(TAG, "in Session onRequestCommand recvd. Bundle = " +
173 Log.i(TAG, "command received ok from TestApp in Session");
186 Log.i(TAG, "in Session sending sendResult. "
    [all...]

Completed in 759 milliseconds

<<31323334353637383940>>