Searched refs:session (Results 201 - 225 of 243) sorted by relevance

12345678910

/frameworks/support/v4/ics/android/support/v4/media/session/
H A DMediaSessionCompatApi14.java16 package android.support.v4.media.session;
/frameworks/base/media/java/android/media/
H A DAudioManager.java30 import android.media.session.MediaController;
31 import android.media.session.MediaSession;
32 import android.media.session.MediaSessionLegacyHelper;
33 import android.media.session.MediaSessionManager;
1755 * Return a new audio session identifier not associated with any player or effect.
1756 * An audio session identifier is a system wide unique identifier for a set of audio streams
1758 * <p>The primary use of the audio session ID is to associate audio effects to audio players,
1760 * session ID will be applied to the mixed audio content of the players that share the same
1761 * audio session.
1763 * {@link android.media.audiofx.AudioEffect} objects to define the audio session o
[all...]
H A DMediaRouter.java33 import android.media.session.MediaSession;
2207 MediaSession session = mRcc.getMediaSession();
2208 if (session == null) {
2210 Log.d(TAG, "Rcc has no session to configure volume");
2228 session.setPlaybackToRemote(mSvp);
2234 session.setPlaybackToLocal(bob.build());
H A DMediaMetadata.java23 import android.media.session.MediaController;
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp719 audio_session_t session)
726 data->mSession = session;
734 audio_session_t session)
741 data->mSession = session;
1111 int aps_move_effects(void *service __unused, int session,
717 stopOutputCommand(audio_io_handle_t output, audio_stream_type_t stream, audio_session_t session) argument
732 releaseOutputCommand(audio_io_handle_t output, audio_stream_type_t stream, audio_session_t session) argument
/frameworks/base/services/core/java/com/android/server/
H A DTextServicesManagerService.java534 Slog.w(TAG, "Existing bind found. Return a spell checker session now. "
538 final ISpellCheckerSession session =
541 if (session != null) {
542 tsListener.onServiceConnected(session);
551 Slog.e(TAG, "Exception in getting spell checker session: " + e);
582 Slog.w(TAG, "Start spell checker session inner locked.");
815 // SpellCheckerBindGroup contains active text service session listeners.
843 final ISpellCheckerSession session = spellChecker.getISpellCheckerSession(
847 listener.mTsListener.onServiceConnected(session);
851 Slog.e(TAG, "Exception in getting the spell checker session
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java2353 public int addWindow(Session session, IWindow client, int seq, argument
2379 if (!displayContent.hasAccess(session.mUid)) {
2501 WindowState win = new WindowState(this, session, client, token,
2696 public void removeWindow(Session session, IWindow client) { argument
2698 WindowState win = windowForClientLocked(session, client, false);
2947 void setTransparentRegionWindow(Session session, IWindow client, Region region) { argument
2951 WindowState w = windowForClientLocked(session, client, false);
2961 void setInsetsWindow(Session session, IWindow client, argument
2967 WindowState w = windowForClientLocked(session, client, false);
2991 public void getWindowDisplayFrame(Session session, IWindo argument
3078 pokeDrawLock(Session session, IBinder token) argument
3087 relayoutWindow(Session session, IWindow client, int seq, WindowManager.LayoutParams attrs, int requestedWidth, int requestedHeight, int viewVisibility, int flags, Rect outFrame, Rect outOverscanInsets, Rect outContentInsets, Rect outVisibleInsets, Rect outStableInsets, Rect outOutsets, Configuration outConfig, Surface outSurface) argument
3414 performDeferredDestroyWindow(Session session, IWindow client) argument
3430 outOfMemoryWindow(Session session, IWindow client) argument
3446 finishDrawingWindow(Session session, IWindow client) argument
5610 dispatchNewAnimatorScaleLocked(Session session) argument
7494 prepareDragSurface(IWindow window, SurfaceSession session, int flags, int width, int height, Surface outSurface) argument
8725 windowForClientLocked(Session session, IWindow client, boolean throwOnError) argument
8730 windowForClientLocked(Session session, IBinder client, boolean throwOnError) argument
[all...]
/frameworks/base/
H A DAndroid.mk360 media/java/android/media/session/IActiveSessionsListener.aidl \
361 media/java/android/media/session/ISessionController.aidl \
362 media/java/android/media/session/ISessionControllerCallback.aidl \
363 media/java/android/media/session/ISession.aidl \
364 media/java/android/media/session/ISessionCallback.aidl \
365 media/java/android/media/session/ISessionManager.aidl \
470 frameworks/base/media/java/android/media/session/PlaybackState.aidl \
471 frameworks/base/media/java/android/media/session/MediaSession.aidl \
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp90 sp<SurfaceComposerClient> BootAnimation::session() const { function in class:android::BootAnimation
242 sp<SurfaceControl> control = session()->createSurface(String8("BootAnimation"),
/frameworks/base/core/java/android/content/pm/
H A DPackageInstaller.java60 * {@link PackageInstaller.Session}, which any app can create. Once the session
62 * decides to either commit or destroy the session. Committing may require user
83 * Activity Action: Show details about a particular install session. This
87 * session. Clients should use {@link SessionInfo#createDetailsIntent()} to
93 * The session to show details for is defined in {@link #EXTRA_SESSION_ID}.
103 * An integer session ID that an operation is working with.
208 * user actively declined requested permissions, or the session was
280 * Create a new session using the given parameters, returning a unique ID
281 * that represents the session. Once created, the session ca
661 Session(IPackageInstallerSession session) argument
[all...]
/frameworks/base/media/java/android/service/media/
H A DMediaBrowserService.java28 import android.media.session.MediaSession;
368 * Call to set the media session.
380 throw new IllegalStateException("The session token has already been set.");
401 * 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.java27 import android.media.session.MediaSessionLegacyHelper;
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeUI.java32 import android.media.session.MediaSessionManager;
H A DVolumeDialogController.java33 import android.media.session.MediaController.PlaybackInfo;
34 import android.media.session.MediaSession.Token;
/frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
H A DCameraView.java192 public void onCaptureCompleted(CameraCaptureSession session, CaptureRequest request,
/frameworks/av/media/ndk/
H A DNdkMediaDrm.cpp246 Vector<uint8_t> session; local
247 status_t status = mObj->mDrm->openSession(session);
249 mObj->mIds.push_front(session);
/frameworks/base/core/java/android/app/
H A DIActivityManager.java90 Intent intent, String resolvedType, IVoiceInteractionSession session,
100 public void finishVoiceTask(IVoiceInteractionSession session) throws RemoteException; argument
507 public void setVoiceKeepAwake(IVoiceInteractionSession session, boolean keepAwake) argument
89 startVoiceActivity(String callingPackage, int callingPid, int callingUid, Intent intent, String resolvedType, IVoiceInteractionSession session, IVoiceInteractor interactor, int flags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
/frameworks/av/media/libmedia/
H A DIAudioFlinger.cpp756 virtual status_t moveEffects(int session, audio_io_handle_t srcOutput, argument
761 data.writeInt32(session);
1286 int session = data.readInt32(); local
1289 reply->writeInt32(moveEffects(session, srcOutput, dstOutput));
/frameworks/base/media/java/android/media/session/
H A DPlaybackState.java16 package android.media.session;
38 * Indicates this session supports the stop command.
45 * Indicates this session supports the pause command.
52 * Indicates this session supports the play command.
59 * Indicates this session supports the rewind command.
66 * Indicates this session supports the previous command.
73 * Indicates this session supports the next command.
80 * Indicates this session supports the fast forward command.
87 * Indicates this session supports the set rating command.
94 * Indicates this session support
[all...]
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/support/v4/java/android/support/v4/media/session/
H A DPlaybackStateCompat.java16 package android.support.v4.media.session;
51 * Indicates this session supports the stop command.
58 * Indicates this session supports the pause command.
65 * Indicates this session supports the play command.
72 * Indicates this session supports the rewind command.
79 * Indicates this session supports the previous command.
86 * Indicates this session supports the next command.
93 * Indicates this session supports the fast forward command.
100 * Indicates this session supports the set rating command.
107 * Indicates this session support
[all...]
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerService.java459 public boolean deliverNewSession(IBinder token, IVoiceInteractionSession session, argument
468 return mImpl.deliverNewSessionLocked(token, session, interactor);
/frameworks/av/services/audioflinger/
H A DThreads.cpp1091 ALOGV("updateSuspendedSessions_l() restore removing session %d",
1116 // another session. This gives the priority to well behaved effect control panels
1118 // Enabling post processing in AUDIO_SESSION_OUTPUT_STAGE session does not affect
1198 ALOGV("createEffect_l() thread %p effect %s on session %d", this, desc->name, sessionId);
1203 // check for existing effect chain with the requested audio session
1206 // create a new chain for this session
1207 ALOGV("createEffect_l() new effect chain for session %d", sessionId);
1291 // check for existing effect chain with the requested audio session
1301 // create a new chain for this session
1302 ALOGV("addEffect_l() new effect chain for session
2554 int session = chain->sessionId(); local
2623 int session = chain->sessionId(); local
[all...]
H A DAudioFlinger.h263 /* Get the HW synchronization source used for an audio session */
571 // Allocate an audio_io_handle_t, session ID, effect ID, or audio_module_handle_t.
599 // If effects are later created on the same session, they will reuse the same
601 // return ALREADY_EXISTS if a chain with the same session already exists in
603 // chain for a given session and it is attached to only one thread at a time.
605 // Get an effect chain for the specified session in mOrphanEffectChains and remove
607 sp<EffectChain> getOrphanEffectChain_l(audio_session_t session);
710 Vector < sp<SyncEvent> > mPendingSyncEvents; // sync events awaiting for a session
/frameworks/base/core/java/android/view/
H A DWindow.java33 import android.media.session.MediaController;
1433 * @param controller The controller for the session which should receive
1435 * @see android.app.Activity#setMediaController(android.media.session.MediaController)
1444 * @see #setMediaController(android.media.session.MediaController)

Completed in 3232 milliseconds

12345678910