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

<<111213

/frameworks/base/services/core/java/com/android/server/
H A DTextServicesManagerService.java570 Slog.w(TAG, "Existing bind found. Return a spell checker session now. "
574 final ISpellCheckerSession session =
577 if (session != null) {
578 tsListener.onServiceConnected(session);
587 Slog.e(TAG, "Exception in getting spell checker session: " + e);
618 Slog.w(TAG, "Start spell checker session inner locked.");
836 // SpellCheckerBindGroup contains active text service session listeners.
864 final ISpellCheckerSession session = spellChecker.getISpellCheckerSession(
868 listener.mTsListener.onServiceConnected(session);
872 Slog.e(TAG, "Exception in getting the spell checker session
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java1868 public int addWindow(Session session, IWindow client, int seq, argument
1895 if (!displayContent.hasAccess(session.mUid)) {
2049 WindowState win = new WindowState(this, session, client, token,
2385 public void removeWindow(Session session, IWindow client) { argument
2387 WindowState win = windowForClientLocked(session, client, false);
2691 void setTransparentRegionWindow(Session session, IWindow client, Region region) { argument
2695 WindowState w = windowForClientLocked(session, client, false);
2708 void setInsetsWindow(Session session, IWindow client, int touchableInsets, Rect contentInsets, argument
2713 WindowState w = windowForClientLocked(session, client, false);
2739 public void getWindowDisplayFrame(Session session, IWindo argument
2770 pokeDrawLock(Session session, IBinder token) argument
2779 repositionChild(Session session, IWindow client, int left, int top, int right, int bottom, long frameNumber, Rect outFrame) argument
2837 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, Rect outBackdropFrame, Configuration outConfig, Surface outSurface) argument
3212 performDeferredDestroyWindow(Session session, IWindow client) argument
3229 outOfMemoryWindow(Session session, IWindow client) argument
3245 finishDrawingWindow(Session session, IWindow client) argument
5758 dispatchNewAnimatorScaleLocked(Session session) argument
7946 prepareDragSurface(IWindow window, SurfaceSession session, int flags, int width, int height, Surface outSurface) argument
9404 windowForClientLocked(Session session, IWindow client, boolean throwOnError) argument
9409 windowForClientLocked(Session session, IBinder client, boolean throwOnError) argument
[all...]
/frameworks/base/core/java/android/content/pm/
H A DPackageInstaller.java58 * {@link PackageInstaller.Session}, which any app can create. Once the session
60 * decides to either commit or destroy the session. Committing may require user
81 * Activity Action: Show details about a particular install session. This
85 * session. Clients should use {@link SessionInfo#createDetailsIntent()} to
91 * The session to show details for is defined in {@link #EXTRA_SESSION_ID}.
101 * An integer session ID that an operation is working with.
206 * user actively declined requested permissions, or the session was
278 * Create a new session using the given parameters, returning a unique ID
279 * that represents the session. Once created, the session ca
644 Session(IPackageInstallerSession session) argument
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAvrcpController.java24 import android.media.session.PlaybackState;
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeUI.java32 import android.media.session.MediaSessionManager;
/frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
H A DCameraView.java192 public void onCaptureCompleted(CameraCaptureSession session, CaptureRequest request,
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DBrowseFragment.java24 import android.support.v4.media.session.MediaControllerCompat;
132 Log.d(TAG, "onConnected: session token " + mMediaBrowser.getSessionToken());
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DBrowseFragment.java24 import android.support.v4.media.session.MediaControllerCompat;
132 Log.d(TAG, "onConnected: session token " + mMediaBrowser.getSessionToken());
/frameworks/av/media/ndk/
H A DNdkMediaDrm.cpp241 Vector<uint8_t> session; local
242 status_t status = mObj->mDrm->openSession(session);
244 mObj->mIds.push_front(session);
/frameworks/base/media/java/android/media/
H A DMediaRouter.java34 import android.media.session.MediaSession;
2281 MediaSession session = mRcc.getMediaSession();
2282 if (session == null) {
2284 Log.d(TAG, "Rcc has no session to configure volume");
2303 session.setPlaybackToRemote(mSvp);
2309 session.setPlaybackToLocal(bob.build());
H A DMediaMetadata.java24 import android.media.session.MediaController;
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp342 result.append("Global session refs:\n");
343 result.append(" session pid count\n");
655 ALOGE("createTrack() invalid session ID %d", *sessionId);
660 // check if an effect chain with the same session ID is present on another
673 // if no audio session id is provided, create one here
686 // move effect chain to this output thread if an effect on same session was waiting
695 // Look for sync events awaiting for a session to be used.
1134 // collect all of the thread's session IDs
1136 // suspend effects associated with those session IDs
1366 ALOGV(" removing entry for pid %d session
2959 audio_session_t session = chain->sessionId(); local
2970 getOrphanEffectChain_l(audio_session_t session) argument
2985 audio_session_t session = effect->sessionId(); local
[all...]
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
1325 // only post processing on output stage session
1328 " on output stage session", desc->name);
1421 ALOGV("createEffect_l() thread %p effect %s on session %d", this, desc->name, sessionId);
1431 // check for existing effect chain with the requested audio session
1434 // create a new chain for this session
1435 ALOGV("createEffect_l() new effect chain for session %d", sessionId);
1521 // check for existing effect chain with the requested audio session
2830 audio_session_t session = chain->sessionId(); local
2902 audio_session_t session = chain->sessionId(); local
[all...]
H A DAudioFlinger.h258 /* Get the HW synchronization source used for an audio session */
591 // If effects are later created on the same session, they will reuse the same
593 // return ALREADY_EXISTS if a chain with the same session already exists in
595 // chain for a given session and it is attached to only one thread at a time.
597 // Get an effect chain for the specified session in mOrphanEffectChains and remove
599 sp<EffectChain> getOrphanEffectChain_l(audio_session_t session);
702 Vector < sp<SyncEvent> > mPendingSyncEvents; // sync events awaiting for a session
/frameworks/av/media/libmedia/
H A DIAudioFlinger.cpp764 virtual status_t moveEffects(audio_session_t session, audio_io_handle_t srcOutput, argument
769 data.writeInt32(session);
1312 audio_session_t session = (audio_session_t) data.readInt32(); local
1315 reply->writeInt32(moveEffects(session, srcOutput, dstOutput));
/frameworks/base/media/java/android/media/session/
H A DPlaybackState.java16 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 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/media-compat/java/android/support/v4/media/
H A DMediaMetadataCompat.java28 import android.support.v4.media.session.MediaControllerCompat;
823 * {@link android.support.v4.media.session.MediaSessionCompat#setMetadata} is called.
/frameworks/support/media-compat/java/android/support/v4/media/session/
H A DPlaybackStateCompat.java16 package android.support.v4.media.session;
66 * Indicates this session supports the stop command.
73 * Indicates this session supports the pause command.
80 * Indicates this session supports the play command.
87 * Indicates this session supports the rewind command.
94 * Indicates this session supports the previous command.
101 * Indicates this session supports the next command.
108 * Indicates this session supports the fast forward command.
115 * Indicates this session supports the set rating command.
122 * Indicates this session support
[all...]
/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.mk395 media/java/android/media/session/IActiveSessionsListener.aidl \
396 media/java/android/media/session/ISessionController.aidl \
397 media/java/android/media/session/ISessionControllerCallback.aidl \
398 media/java/android/media/session/ISession.aidl \
399 media/java/android/media/session/ISessionCallback.aidl \
400 media/java/android/media/session/ISessionManager.aidl \
544 frameworks/base/media/java/android/media/session/PlaybackState.aidl \
545 frameworks/base/media/java/android/media/session/MediaSession.aidl \
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp109 sp<SurfaceComposerClient> BootAnimation::session() const { function in class:android::BootAnimation
259 sp<SurfaceControl> control = session()->createSurface(String8("BootAnimation"),
/frameworks/base/core/java/android/app/
H A DIActivityManager.java93 Intent intent, String resolvedType, IVoiceInteractionSession session,
104 public void finishVoiceTask(IVoiceInteractionSession session) throws RemoteException; argument
601 public void setVoiceKeepAwake(IVoiceInteractionSession session, boolean keepAwake) argument
92 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/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteControllerDialog.java34 import android.support.v4.media.session.MediaControllerCompat;
35 import android.support.v4.media.session.MediaSessionCompat;
36 import android.support.v4.media.session.PlaybackStateCompat;
279 * Set the session to use for metadata and transport controls. The dialog
280 * will listen to changes on this session and update the UI automatically in
283 * @param sessionToken The token for the session to use.
313 * Gets the session to use for metadata and transport controls.
315 * @return The token for the session to use or null if none.
364 // 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)

Completed in 655 milliseconds

<<111213