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

<<51525354555657585960>>

  /frameworks/base/core/java/android/service/voice/
VoiceInteractionManagerInternal.java 30 * Start a new voice interaction session when requested from within an activity
  /frameworks/base/core/java/android/view/
SurfaceSession.java 53 * from the session will no longer work.
  /frameworks/base/docs/html/sdk/support_api_diff/22.2.0/changes/
fields_index_additions.html 68 <nobr><A HREF="android.support.v4.media.session.PlaybackStateCompat.html#android.support.v4.media.session.PlaybackStateCompat.STATE_CONNECTING" class="hiddenlink" target="rightframe">STATE_CONNECTING</A>
70 <nobr><A HREF="android.support.v4.media.session.PlaybackStateCompat.html#android.support.v4.media.session.PlaybackStateCompat.STATE_SKIPPING_TO_QUEUE_ITEM" class="hiddenlink" target="rightframe">STATE_SKIPPING_TO_QUEUE_ITEM</A>
fields_index_all.html 68 <nobr><A HREF="android.support.v4.media.session.PlaybackStateCompat.html#android.support.v4.media.session.PlaybackStateCompat.STATE_CONNECTING" class="hiddenlink" target="rightframe">STATE_CONNECTING</A>
70 <nobr><A HREF="android.support.v4.media.session.PlaybackStateCompat.html#android.support.v4.media.session.PlaybackStateCompat.STATE_SKIPPING_TO_QUEUE_ITEM" class="hiddenlink" target="rightframe">STATE_SKIPPING_TO_QUEUE_ITEM</A>
  /frameworks/base/media/java/android/media/
VolumeProvider.java 19 import android.media.session.MediaSession;
25 * Handles requests to adjust or set the volume on a session. This is also used
26 * to push volume updates back to the session. The provider must call
29 * You can set a volume provider on a session by calling
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tv/pip/
PipControlsView.java 20 import android.media.session.MediaController;
21 import android.media.session.PlaybackState;
33 import static android.media.session.PlaybackState.ACTION_PAUSE;
34 import static android.media.session.PlaybackState.ACTION_PLAY;
  /frameworks/base/tests/OneMedia/src/com/android/onemedia/
IPlayerService.aidl 19 import android.media.session.MediaSession;
  /frameworks/support/media-compat/api23/android/support/v4/media/session/
MediaSessionCompatApi23.java 17 package android.support.v4.media.session;
  /frameworks/support/media-compat/java/android/support/v4/media/
VolumeProviderCompat.java 21 import android.support.v4.media.session.MediaSessionCompat;
27 * Handles requests to adjust or set the volume on a session. This is also used
28 * to push volume updates back to the session after a request has been handled.
29 * You can set a volume provider on a session by calling
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
NotificationCompatImpl21.java 20 import android.media.session.MediaSession;
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpegdec_interface.c 83 * @p_session_id: session id
89 * Create new jpeg session
119 * @session_id: session id
125 * Destroy jpeg session
  /libcore/dom/src/test/java/org/w3c/domts/
DOMTestDocumentBuilderFactory.java 25 * for a test session. Individual tests or suites within a
26 * session can override the session properties on a call to
85 * with the existing (typically session) settings.
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLSessionBindingEventTest.java 46 fail("incorrect session");
72 assertEquals("Incorrect session name", "test", event.getName());
74 assertEquals("Incorrect session name", null, event.getName());
83 assertEquals("Incorrect session", ses, event.getSession());
  /libcore/ojluni/src/main/java/sun/net/smtp/
SmtpProtocolException.java 32 * an SMTP session.
  /packages/apps/Camera2/src/com/android/camera/burst/
BurstCaptureCommand.java 73 * @param frameServer the {@link FrameServer} instance for creating session
112 try (FrameServer.Session session = mFrameServer.createExclusiveSession()) {
150 session.submitRequest(Arrays.asList(photoRequest.build()),
  /packages/apps/Camera2/src/com/android/camera/one/v2/initialization/
InitializedOneCameraFactory.java 66 * preview stream and capture session is complete.
69 * capture session.
138 public void onCameraCaptureSessionCreated(CameraCaptureSessionProxy session,
142 session, previewSurface,
  /packages/apps/Camera2/src/com/android/camera/session/
StackSaver.java 17 package com.android.camera.session;
  /packages/services/Telecomm/src/com/android/server/telecom/
CallerInfoLookupHelper.java 116 Session continuedSession = Log.createSubsession();
137 Log.continueSession((Session) cookie, "CILH.oQC");
166 Session continuedSession = Log.createSubsession();
183 Log.continueSession((Session) cookie, "CLIH.oILC");
DtmfLocalTonePlayer.java 34 * class employs a concept of a call "session" that starts and stops when the foreground call
41 /** The current call associated with an existing dtmf session. */
108 * @param call The call associated with this dtmf session.
134 * @param call The call associated with the session to end.
  /prebuilts/go/darwin-x86/src/crypto/tls/
common.go 194 sessionTicket []uint8 // Encrypted ticket used for session resumption with server
195 vers uint16 // SSL/TLS version negotiated for the session
196 cipherSuite uint16 // Ciphersuite negotiated for the session
203 // by a client to resume a TLS session with a given server. ClientSessionCache
209 Get(sessionKey string) (session *ClientSessionState, ok bool)
318 // SessionTicketsDisabled may be set to true to disable session ticket
322 // SessionTicketKey is used by TLS servers to provide session
332 // SessionCache is a cache of ClientSessionState entries for TLS session
362 // an encrypted session ticket in order to identify the key used to encrypt it.
365 // ticketKey is the internal representation of a session ticket key
    [all...]
  /prebuilts/go/linux-x86/src/crypto/tls/
common.go 194 sessionTicket []uint8 // Encrypted ticket used for session resumption with server
195 vers uint16 // SSL/TLS version negotiated for the session
196 cipherSuite uint16 // Ciphersuite negotiated for the session
203 // by a client to resume a TLS session with a given server. ClientSessionCache
209 Get(sessionKey string) (session *ClientSessionState, ok bool)
318 // SessionTicketsDisabled may be set to true to disable session ticket
322 // SessionTicketKey is used by TLS servers to provide session
332 // SessionCache is a cache of ClientSessionState entries for TLS session
362 // an encrypted session ticket in order to identify the key used to encrypt it.
365 // ticketKey is the internal representation of a session ticket key
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
if_pppolac.h 30 __u16 tunnel, session; member in struct:sockaddr_pppolac::__anon56192
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
if_pppolac.h 30 __u16 tunnel, session; member in struct:sockaddr_pppolac::__anon56959
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
if_pppolac.h 30 __u16 tunnel, session; member in struct:sockaddr_pppolac::__anon57738
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
if_pppolac.h 30 __u16 tunnel, session; member in struct:sockaddr_pppolac::__anon58516

Completed in 1047 milliseconds

<<51525354555657585960>>