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

<<41424344454647484950>>

  /packages/apps/Camera2/src/com/android/camera/session/
TemporarySessionFile.java 17 package com.android.camera.session;
25 * Used to create temporary session files to be used by e.g. Photo Sphere to
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/wear/
InstallerConstants.java 37 /** The install did not complete because could not create PackageInstaller session */
39 /** The install did not complete because could not open PackageInstaller session */
  /packages/apps/TV/tests/common/src/com/android/tv/testing/testinput/
ChannelState.java 86 * android.media.tv.TvInputService.Session#notifyVideoUnavailable(int) video unavailable
95 * android.media.tv.TvInputService.Session#notifyTracksChanged(List)}
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
TelephonyBaseTest.py 228 self.log.info("Starting a diagnostic session {}".format(
238 for (logger, session) in self.logger_sessions:
239 self.log.info("Resetting a diagnostic session {},{}".format(
240 logger, session))
258 for (logger, session) in self.logger_sessions:
259 self.log.info("Pulling diagnostic session {}".format(logger))
260 logger.stop(session)
263 logger.pull(session, diag_path)
  /frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
Main.java 503 * Create a new rendering session and test that rendering the given layout doesn't throw any
513 // Create session params.
514 RenderSession session = sBridge.createSession(params); local
517 session.setElapsedFrameTimeNanos(frameTimeNanos);
520 if (!session.getResult().isSuccess()) {
521 getLogger().error(session.getResult().getException(),
522 session.getResult().getErrorMessage());
524 // Render the session with a timeout of 50s.
525 Result renderResult = session.render(50000);
527 getLogger().error(session.getResult().getException()
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 106 * @data: job session
166 * @data: job session
217 * @p_session: job session
288 * @p_session: job session
294 * Create a jpeg encode session
343 * @p_session: job session
349 * Destroy a jpeg encode session
384 /* If current session is the session in progress
385 set session in progress pointer to null*
    [all...]
  /cts/tests/camera/libctscamera2jni/
native-camera-jni.cpp 140 static void onClosed(void* obj, ACameraCaptureSession *session) {
141 // TODO: might want an API to query cameraId even session is closed?
142 ALOGV("Session %p is closed!", session);
152 static void onReady(void* obj, ACameraCaptureSession *session) {
160 camera_status_t ret = ACameraCaptureSession_getDevice(session, &device);
161 // There will be one onReady fired after session closed
163 ALOGE("%s Getting camera device from session callback failed!",
167 ALOGV("Session for camera %s is ready!", ACameraDevice_getId(device));
172 static void onActive(void* obj, ACameraCaptureSession *session) {
    [all...]
  /frameworks/av/include/camera/ndk/
NdkCameraDevice.h 294 * Create a capture session output container.
297 * session. Use {@link ACaptureSessionOutputContainer_free} to free the container and its memory
312 * Free a capture session output container.
381 * Create a new camera capture session by providing the target output set of {@link ANativeWindow}
384 * <p>If there is a preexisting session, the previous session will be closed
386 * session. Otherwise the resources held by previous session will NOT be freed.</p>
388 * <p>The active capture session determines the set of potential output {@link ANativeWindow}s for
469 * <p>It can take several hundred milliseconds for the session's configuration to complete
    [all...]
  /frameworks/base/docs/html/sdk/support_api_diff/22.2.0/changes/
alldiffs_index_all.html 70 &nbsp;&nbsp;<nobr><A HREF="android.support.v4.media.session.PlaybackStateCompat.Builder.html#android.support.v4.media.session.PlaybackStateCompat.Builder.addCustomAction_added(android.support.v4.media.session.PlaybackStateCompat.CustomAction)" class="hiddenlink" target="rightframe">type&nbsp;<b>
71 (<code>CustomAction</code>)</b>&nbsp;in&nbsp;android.support.v4.media.session.PlaybackStateCompat.Builder
74 &nbsp;&nbsp;<nobr><A HREF="android.support.v4.media.session.PlaybackStateCompat.Builder.html#android.support.v4.media.session.PlaybackStateCompat.Builder.addCustomAction_added(java.lang.String, java.lang.String, int)" class="hiddenlink" target="rightframe">type&nbsp;<b>
75 (<code>String, String, int</code>)</b>&nbsp;in&nbsp;android.support.v4.media.session.PlaybackStateCompat.Builder
96 <!-- Package android.support.v4.media.session -->
97 <A HREF="pkg_android.support.v4.media.session.html" class="hiddenlink" target="rightframe">android.support.v4.media.session</A><br
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/servlets/
DoSFilter.java 110 * <dd>if true, usage rate is tracked by session if a session exists. Defaults to true.</dd>
113 * <dd>if true and session tracking is not used, then rate is tracked by IP+port (effectively connection). Defaults to false.</dd>
359 LOG.warn("DOS ALERT: Request rejected ip=" + request.getRemoteAddr() + ",session=" + request.getRequestedSessionId() + ",user=" + request.getUserPrincipal());
368 LOG.warn("DOS ALERT: Request throttled ip=" + request.getRemoteAddr() + ",session=" + request.getRequestedSessionId() + ",user=" + request.getUserPrincipal());
375 LOG.warn("DOS ALERT: Request delayed="+delayMs+"ms ip=" + request.getRemoteAddr() + ",session=" + request.getRequestedSessionId() + ",user=" + request.getUserPrincipal());
551 * in), session id, client IP address. Unidentifiable connections are lumped
554 * When a session expires, its rate tracker is automatically deleted.
561 HttpSession session = ((HttpServletRequest)request).getSession(false); local
571 if (_trackSessions && session != null && !session.isNew()
    [all...]
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.c 190 * Acquires an unused converter session.
192 * @return A session ID.
212 * Checks whether a session ID is in range and currently in use.
214 * @param[in] sessionID A session ID.
216 * @return A Boolean value indicating whether the session ID is in range and currently in use.
223 * Releases a converter session.
225 * @param[in] sessionID A session ID.
237 * Derives cryptographically independent keys for encryption and signing from the session key.
239 * @param[in,out] pSession A reference to a converter session.
310 * @param[in,out] pSession A reference to a converter session
    [all...]
  /frameworks/base/media/java/android/media/session/
PlaybackState.java 16 package android.media.session;
53 * Indicates this session supports the stop command.
60 * Indicates this session supports the pause command.
67 * Indicates this session supports the play command.
74 * Indicates this session supports the rewind command.
81 * Indicates this session supports the previous command.
88 * Indicates this session supports the next command.
95 * Indicates this session supports the fast forward command.
102 * Indicates this session supports the set rating command.
109 * Indicates this session supports the seek to command
    [all...]
  /external/boringssl/src/ssl/
t1_lib.c 609 * ssl_cipher_get_disabled this applies to a specific session and not global
717 assert(ssl->session->tlsext_hostname == NULL);
718 ssl->session->tlsext_hostname = BUF_strdup(ssl->tlsext_hostname);
719 if (!ssl->session->tlsext_hostname) {
739 * - The servername field is maintained together with the session cache.
740 * - When a session is resumed, the servername callback is invoked in order
742 * - The servername is acknowledged if it is new for a session or when
743 * it is identical to a previously used for the same session.
752 * session,
753 * i.e. when the session has been established with a servername extension
2586 SSL_SESSION *session = SSL_SESSION_from_bytes(plaintext, len1 + len2); local
    [all...]
  /external/srtp/doc/
rfc3711.txt 244 derivation function (see Section 4.3), providing "session keys"
249 refresh the session keys, which limits the amount of ciphertext
362 MKI identifies the master key from which the session
390 SRTP uses two types of keys: session keys and master keys. By a
391 "session key", we mean a key which is used directly in a
394 management protocol) from which session keys are derived in a
468 session keys for encryption, and message authentication.
473 * a master salt, to be used in the key derivation of session keys.
480 be a power of 2 simplifies the session-key derivation
490 to-one correspondence with the SRTP session key on which th
    [all...]
  /frameworks/base/docs/html-intl/intl/ja/about/versions/
android-5.0.jd 206 <p>{@link android.media.RemoteControlClient} ?????????????????????????? {@link android.media.session.MediaSession} API ???????????</p>
208 <p>Android 5.0 ???????? {@link android.media.session.MediaSession} ??? {@link android.media.RemoteControlClient} ???????????? ??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? ????????????????</p>
210 <p>?????????Android 5.0 ????? {@link android.app.Notification.MediaStyle} ????????????????{@link android.app.Notification.MediaStyle} ??{@link android.app.Notification.Builder#addAction(int, java.lang.CharSequence, android.app.PendingIntent) Notification.Builder.addAction()} ????????????????????????????????????????????????? ????? {@link android.app.Notification.MediaStyle#setMediaSession(android.media.session.MediaSession.Token) setSession()} ??????????????????????? ????????????????????????????</p>
214 <p>???? Android <a href="{@docRoot}tv/index.html">TV</a> ??? <a href="{@docRoot}wear/index.html">Wear</a> ??????????????????????????????????? {@link android.media.session.MediaSession} ????????????????? Android ?????????? ??????????????????{@link android.media.session.MediaSession} ??????????</p>
389 <p>??????????????????? UI ??????????????????????????????? / ???? API ??????????UI ????????????????????????????? {@link android.media.session.MediaSession} ???? {@link android.media.session.MediaController} ??????????????????????????</p>
391 <p>??? {@link android.media.session.MediaSession} ??????????? {@link android.media.RemoteControlClient} ????????????????????? ??????????????????????????????? ???? ?????????????????????????? Android <a href="{@docRoot}tv/index.html">TV</a> ??? <a href="{@docRoot}wear/index.html">Wear</a> ?????????????????{@link android.media.session.MediaSession} ???????????????? ??????????????? ????????????????</p>
393 <p>??? {@link android.media.session.MediaController} ??????????????? ?????? ????????????????????????????? UI ????????????????????????? (…)
    [all...]
  /frameworks/base/docs/html-intl/intl/zh-cn/about/versions/
android-5.0.jd 208 <p>{@link android.media.RemoteControlClient} ??????????????? {@link android.media.session.MediaSession} API?</p>
210 <p>?? {@link android.media.session.MediaSession} ? {@link android.media.RemoteControlClient}?Android 5.0 ??????????????????????????????????????????????????????????????????????????????????????????????????????</p>
212 <p>???Android 5.0 ??????? {@link android.app.Notification.MediaStyle} ???{@link android.app.Notification.MediaStyle} ???? {@link android.app.Notification.Builder#addAction(int, java.lang.CharSequence, android.app.PendingIntent) Notification.Builder.addAction()} ???????????????????????????????????????? {@link android.app.Notification.MediaStyle#setMediaSession(android.media.session.MediaSession.Token) setSession()} ??????????????????????</p>
216 <p>???????? Android <a href="{@docRoot}tv/index.html">TV</a> ? <a href="{@docRoot}wear/index.html">Wear</a> ??????????? {@link android.media.session.MediaSession} ???????????????????? Android ?????????????????? {@link android.media.session.MediaSession}?</p>
391 <p>????????? API?????????????????????????????????? {@link android.media.session.MediaSession} ? {@link android.media.session.MediaController} ????????????????????????</p>
393 <p>?? {@link android.media.session.MediaSession} ???????? {@link android.media.RemoteControlClient} ??????????????????????????????????????????? Android <a href="{@docRoot}tv/index.html">TV</a> ? <a href="{@docRoot}wear/index.html">Wear</a> ????????? {@link android.media.session.MediaSession} ???????????????????</p>
395 <p>????????? {@link android.media.session.MediaController} ???????????????????????????????????????????????????????????????? {@link android.m (…)
    [all...]
  /frameworks/base/docs/html-intl/intl/zh-tw/about/versions/
android-5.0.jd 206 <p>{@link android.media.RemoteControlClient} ???????????????? {@link android.media.session.MediaSession} API?</p>
208 <p>Android 5.0 ?????????? {@link android.media.session.MediaSession} ? {@link android.media.RemoteControlClient} ???????????????????????????????????????????????????????????????????????????????????</p>
210 <p>????????Android 5.0 ???????? {@link android.app.Notification.MediaStyle} ???{@link android.app.Notification.MediaStyle} ????? {@link android.app.Notification.Builder#addAction(int, java.lang.CharSequence, android.app.PendingIntent) Notification.Builder.addAction()} ??????????????????????????????????????????? {@link android.app.Notification.MediaStyle#setMediaSession(android.media.session.MediaSession.Token) setSession()} ?????????????????????????</p>
214 <p>?????????? Android <a href="{@docRoot}tv/index.html">TV</a> ? <a href="{@docRoot}wear/index.html">Wear</a> ?????????????????????? {@link android.media.session.MediaSession} ??????????????? Android ?????????????????? {@link android.media.session.MediaSession}?</p>
389 <p>?????????? API????????????????????????????????????????????? {@link android.media.session.MediaSession} ? {@link android.media.session.MediaController}·??????????????????????????</p>
391 <p>??? {@link android.media.session.MediaSession} ????????? {@link android.media.RemoteControlClient} ???????????????????????????????????????????? Android <a href="{@docRoot}tv/index.html">TV</a>? <a href="{@docRoot}wear/index.html">Wear</a> ???????? {@link android.media.session.MediaSession}·???????????????????</p>
393 <p>?????????? {@link android.media.session.MediaController} ?????????????????????????????????????????????????????????????????????? {@link and (…)
    [all...]
  /hardware/ti/omap4-aah/security/tee_client_api/
tee_client_api_linux_driver.c 270 /* Open session */
464 TEEC_Session* session, /* OUT */
465 const TEEC_UUID* destination, /* The trusted application UUID we want to open the session with */
472 session,
482 void TEEC_CloseSession (TEEC_Session* session)
487 if (session == NULL) return;
488 context = session->imp._pContext;
493 sCommand.sCloseClientSession.hClientSession = session->imp._hClientSession;
496 session->imp._hClientSession = S_HANDLE_NULL;
497 session->imp._pContext = NULL
    [all...]
  /hardware/ti/omap4xxx/security/tee_client_api/
tee_client_api_linux_driver.c 262 /* Open session */
456 TEEC_Session* session, /* OUT */
457 const TEEC_UUID* destination, /* The trusted application UUID we want to open the session with */
464 session,
474 void TEEC_CloseSession (TEEC_Session* session)
479 if (session == NULL) return;
480 context = session->imp._pContext;
485 sCommand.sCloseClientSession.hClientSession = session->imp._hClientSession;
488 session->imp._hClientSession = S_HANDLE_NULL;
489 session->imp._pContext = NULL
    [all...]
  /bionic/libc/kernel/uapi/linux/
if_pppolac.h 30 __u16 tunnel, session; member in struct:sockaddr_pppolac::__anon582
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
InvocationResultRepo.java 31 * Ordered list of result directories. the index of each file is its session id.
  /cts/tests/tests/assist/service/src/android/voiceinteraction/service/
MainInteractionService.java 61 Log.wtf(TAG, "Can't start session because either intent is null or onReady() "
72 Log.i(TAG, "Registered receiver to start session later");
81 Log.i(TAG, "Yay! about to start session");
98 Log.i(MainInteractionService.TAG, "Recieved broadcast to start session now.");
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
ITestSummary.java 24 * @return the session id
  /development/ndk/platforms/android-21/include/linux/
if_pppolac.h 30 __u16 tunnel, session; member in struct:sockaddr_pppolac::__anon1705
  /device/google/marlin/
audio_output_policy.conf 1 # List of profiles for the output device session where stream is routed.

Completed in 897 milliseconds

<<41424344454647484950>>