Searched refs:session (Results 251 - 275 of 283) sorted by relevance

<<1112

/frameworks/base/
H A Dcompiled-classes-phone2575 android.media.session.IActiveSessionsListener
2576 android.media.session.IActiveSessionsListener$Stub
2577 android.media.session.IActiveSessionsListener$Stub$Proxy
2578 android.media.session.ISession
2579 android.media.session.ISession$Stub
2580 android.media.session.ISession$Stub$Proxy
2581 android.media.session.ISessionCallback
2582 android.media.session.ISessionCallback$Stub
2583 android.media.session.ISessionCallback$Stub$Proxy
2584 android.media.session
[all...]
H A DAndroid.mk391 media/java/android/media/session/IActiveSessionsListener.aidl \
392 media/java/android/media/session/ISessionController.aidl \
393 media/java/android/media/session/ISessionControllerCallback.aidl \
394 media/java/android/media/session/ISession.aidl \
395 media/java/android/media/session/ISessionCallback.aidl \
396 media/java/android/media/session/ISessionManager.aidl \
537 frameworks/base/media/java/android/media/session/PlaybackState.aidl \
538 frameworks/base/media/java/android/media/session/MediaSession.aidl \
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp86 sp<SurfaceComposerClient> BootAnimation::session() const { function in class:android::BootAnimation
238 sp<SurfaceControl> control = session()->createSurface(String8("BootAnimation"),
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerService.java556 public boolean deliverNewSession(IBinder token, IVoiceInteractionSession session, argument
565 return mImpl.deliverNewSessionLocked(token, session, interactor);
/frameworks/av/services/audioflinger/
H A DThreads.cpp1219 ALOGV("updateSuspendedSessions_l() restore removing session %d",
1244 // another session. This gives the priority to well behaved effect control panels
1246 // Enabling post processing in AUDIO_SESSION_OUTPUT_STAGE session does not affect
1326 ALOGV("createEffect_l() thread %p effect %s on session %d", this, desc->name, sessionId);
1331 // check for existing effect chain with the requested audio session
1334 // create a new chain for this session
1335 ALOGV("createEffect_l() new effect chain for session %d", sessionId);
1421 // check for existing effect chain with the requested audio session
1431 // create a new chain for this session
1432 ALOGV("addEffect_l() new effect chain for session
2684 audio_session_t session = chain->sessionId(); local
2756 audio_session_t session = chain->sessionId(); local
[all...]
H A DAudioFlinger.h258 /* Get the HW synchronization source used for an audio session */
588 // If effects are later created on the same session, they will reuse the same
590 // return ALREADY_EXISTS if a chain with the same session already exists in
592 // chain for a given session and it is attached to only one thread at a time.
594 // Get an effect chain for the specified session in mOrphanEffectChains and remove
596 sp<EffectChain> getOrphanEffectChain_l(audio_session_t session);
698 Vector < sp<SyncEvent> > mPendingSyncEvents; // sync events awaiting for a session
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteControllerDialog.java33 import android.support.v4.media.session.MediaControllerCompat;
34 import android.support.v4.media.session.MediaSessionCompat;
35 import android.support.v4.media.session.PlaybackStateCompat;
271 * Set the session to use for metadata and transport controls. The dialog
272 * will listen to changes on this session and update the UI automatically in
275 * @param sessionToken The token for the session to use.
304 * Gets the session to use for metadata and transport controls.
306 * @return The token for the session to use or null if none.
355 // Start the session activity when a content item (album art, title or subtitle) is clicked.
/frameworks/base/core/java/android/view/
H A DWindow.java35 import android.media.session.MediaController;
1678 * @param controller The controller for the session which should receive
1680 * @see android.app.Activity#setMediaController(android.media.session.MediaController)
1689 * @see #setMediaController(android.media.session.MediaController)
/frameworks/base/media/java/android/media/session/
H A DMediaController.java17 package android.media.session;
45 * Allows an app to interact with an ongoing media session. Media buttons and
46 * other commands can be sent to the session. A callback may be registered to
47 * receive updates from the session, such as metadata and play state changes.
52 * directly from the session owner.
102 * Create a new MediaController from a session's token.
105 * @param token The token for the session.
113 * the associated session.
122 * Send the specified media button event to the session. Only media keys can
126 * @return true if the event was sent to the session, fals
[all...]
/frameworks/base/media/java/android/service/media/
H A DMediaBrowserService.java30 import android.media.session.MediaSession;
450 * Call to set the media session.
462 throw new IllegalStateException("The session token has already been set.");
483 * Gets the session token, or null if it has not yet been created
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowView.java32 import android.media.session.MediaSessionLegacyHelper;
H A DPhoneStatusBar.java57 import android.media.session.MediaController;
58 import android.media.session.MediaSession;
59 import android.media.session.MediaSessionManager;
60 import android.media.session.PlaybackState;
662 // in session state
1978 // We have a new media session
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogController.java33 import android.media.session.MediaController.PlaybackInfo;
34 import android.media.session.MediaSession.Token;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java110 * Class implementing the render session.
112 * A session is a stateful representation of a layout file. It is initialized with data coming
1445 public void setScene(RenderSession session) { argument
1446 mScene = session;
/frameworks/base/core/java/android/app/
H A DActivityManagerNative.java303 IVoiceInteractionSession session = IVoiceInteractionSession.Stub.asInterface(
314 resolvedType, session, interactor, startFlags, profilerInfo, options, userId);
409 IVoiceInteractionSession session = IVoiceInteractionSession.Stub.asInterface(
411 finishVoiceTask(session);
2781 IVoiceInteractionSession session = IVoiceInteractionSession.Stub.asInterface(
2784 setVoiceKeepAwake(session, keepAwake);
3249 Intent intent, String resolvedType, IVoiceInteractionSession session,
3260 data.writeStrongBinder(session.asBinder());
3405 public void finishVoiceTask(IVoiceInteractionSession session) throws RemoteException { argument
3409 data.writeStrongBinder(session
3248 startVoiceActivity(String callingPackage, int callingPid, int callingUid, Intent intent, String resolvedType, IVoiceInteractionSession session, IVoiceInteractor interactor, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
6721 setVoiceKeepAwake(IVoiceInteractionSession session, boolean keepAwake) argument
[all...]
H A DSystemServiceRegistry.java67 import android.media.session.MediaSessionManager;
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp141 const sp<LiveSession> &session,
146 mSession(session),
985 // If this is a live session, start 3 segments from the end on connect
1154 // decrypt a junk buffer to prefetch key; since a session uses only one http connection,
139 PlaylistFetcher( const sp<AMessage> &notify, const sp<LiveSession> &session, const char *uri, int32_t id, int32_t subtitleGeneration) argument
/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp392 android_media_AudioSystem_recording_callback(int event, audio_session_t session, int source, argument
429 event, session, source, recParamArray);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java221 boolean pendingVoiceInteractionStart; // Waiting for activity-invoked voice session
222 IVoiceInteractionSession voiceSession; // Voice interaction session for this activity
1375 void setVoiceSessionLocked(IVoiceInteractionSession session) { argument
1376 voiceSession = session;
H A DActivityManagerService.java1218 * We want to hold a wake lock while running a voice interaction session, since
1557 // VoiceInteraction session ID that changes for each new request except when
1558 // being called for multiwindow assist in a single session.
2962 IVoiceInteractionSession session;
2963 if (last != null && ((session = last.task.voiceSession) != null
2964 || (session = last.voiceSession) != null)) {
2965 // We had been in a voice interaction session, but now focused has
2966 // move to something different. Just finish the session, we can't
2969 finishVoiceTask(session);
4446 Intent intent, String resolvedType, IVoiceInteractionSession session,
4445 startVoiceActivity(String callingPackage, int callingPid, int callingUid, Intent intent, String resolvedType, IVoiceInteractionSession session, IVoiceInteractor interactor, int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, int userId) argument
4530 setVoiceKeepAwake(IVoiceInteractionSession session, boolean keepAwake) argument
4932 finishVoiceTask(IVoiceInteractionSession session) argument
11707 startRunningVoiceLocked(IVoiceInteractionSession session, int targetUid) argument
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentActivity.java32 import android.support.v4.media.session.MediaControllerCompat;
191 * active {@link android.support.v4.media.session.MediaSessionCompat} and media button receiver
194 * @param mediaController The controller for the session which should receive
196 * @see #setMediaController(android.media.session.MediaController)
209 * @see #setSupportMediaController(android.support.v4.media.session.MediaController)
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java2636 // Only allow system to start session
2639 "uid %s cannot stat add account session.",
2779 // Get the session bundle created by authenticator. The
2780 // bundle contains data necessary for finishing the session
2781 // later. The session bundle will be encrypted here and
2782 // decrypted later when trying to finish the session.
2788 Log.w(TAG, "Account type in session bundle doesn't match request.");
2790 // Add accountType info to session bundle. This will
2794 // Encrypt session bundle before returning to caller.
2801 Log.v(TAG, "Failed to encrypt session bundl
[all...]
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java425 public ActiveRestoreSession session; field in class:BackupManagerService.RestoreGetSetsParams
431 session = _session;
936 // cache the result in the active session
937 synchronized (params.session) {
938 params.session.mRestoreSets = sets;
954 // Done: reset the session timeout clock
973 // Client app left the restore session dangling. We know that it
977 Slog.w(TAG, "Restore session timed out; aborting");
8768 // Clear any ongoing session timeout.
8779 // We were invoked via an active restore session, no
10359 EndRestoreRunnable(BackupManagerService manager, ActiveRestoreSession session) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java4215 int session = p.readInt();
4222 ", session=" + session +
4228 mInstanceId.intValue(), session, phase, rat, logicModemUuid, status);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java1393 config.session = profile.name;

Completed in 1499 milliseconds

<<1112