Searched refs:session (Results 301 - 325 of 349) sorted by relevance

<<11121314

/frameworks/support/media-compat/tests/src/android/support/v4/media/session/
H A DPlaybackStateCompatTest.java17 package android.support.v4.media.session;
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DBrowseFragment.java25 import android.support.v4.media.session.MediaControllerCompat;
136 Log.d(TAG, "onConnected: session token " + mMediaBrowser.getSessionToken());
/frameworks/av/media/ndk/
H A DNdkMediaDrm.cpp242 Vector<uint8_t> session; local
243 status_t status = mObj->mDrm->openSession(session);
245 mObj->mIds.push_front(session);
/frameworks/base/media/java/android/media/
H A DMediaRouter.java35 import android.media.session.MediaSession;
2295 MediaSession session = mRcc.getMediaSession();
2296 if (session == null) {
2298 Log.d(TAG, "Rcc has no session to configure volume");
2317 session.setPlaybackToRemote(mSvp);
2323 session.setPlaybackToLocal(bob.build());
H A DMediaMetadata.java24 import android.media.session.MediaController;
808 * {@link android.media.session.MediaSession#setMetadata} is called.
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp398 result.append("Global session refs:\n");
399 result.append(" session pid count\n");
719 ALOGE("createTrack() invalid session ID %d", *sessionId);
724 // check if an effect chain with the same session ID is present on another
737 // if no audio session id is provided, create one here
751 // move effect chain to this output thread if an effect on same session was waiting
760 // Look for sync events awaiting for a session to be used.
1200 // collect all of the thread's session IDs
1202 // suspend effects associated with those session IDs
1437 ALOGV(" removing entry for pid %d session
3216 audio_session_t session = chain->sessionId(); local
3227 getOrphanEffectChain_l(audio_session_t session) argument
3242 audio_session_t session = effect->sessionId(); local
[all...]
/frameworks/base/
H A DAndroid.mk453 media/java/android/media/session/IActiveSessionsListener.aidl \
454 media/java/android/media/session/ICallback.aidl \
455 media/java/android/media/session/IOnMediaKeyListener.aidl \
456 media/java/android/media/session/IOnVolumeKeyLongPressListener.aidl \
457 media/java/android/media/session/ISession.aidl \
458 media/java/android/media/session/ISessionCallback.aidl \
459 media/java/android/media/session/ISessionController.aidl \
460 media/java/android/media/session/ISessionControllerCallback.aidl \
461 media/java/android/media/session/ISessionManager.aidl \
623 frameworks/base/media/java/android/media/session/PlaybackStat
[all...]
H A Dcompiled-classes-phone2704 android.media.session.IActiveSessionsListener
2705 android.media.session.IActiveSessionsListener$Stub
2706 android.media.session.IActiveSessionsListener$Stub$Proxy
2707 android.media.session.ICallback
2708 android.media.session.ICallback$Stub
2709 android.media.session.ICallback$Stub$Proxy
2710 android.media.session.IOnMediaKeyListener
2711 android.media.session.IOnVolumeKeyLongPressListener
2712 android.media.session.ISession
2713 android.media.session
[all...]
H A Dpreloaded-classes1686 android.media.session.IActiveSessionsListener
1687 android.media.session.IActiveSessionsListener$Stub
1688 android.media.session.ISessionController
1689 android.media.session.ISessionController$Stub
1690 android.media.session.ISessionControllerCallback
1691 android.media.session.ISessionControllerCallback$Stub
1692 android.media.session.ISessionManager
1693 android.media.session.ISessionManager$Stub
1694 android.media.session.MediaController
1695 android.media.session
[all...]
/frameworks/base/core/java/android/app/
H A DIActivityManager.aidl404 in Intent intent, in String resolvedType, in IVoiceInteractionSession session,
413 void finishVoiceTask(in IVoiceInteractionSession session);
453 void setVoiceKeepAwake(in IVoiceInteractionSession session, boolean keepAwake);
/frameworks/av/media/libaudioclient/
H A DIAudioFlinger.cpp770 virtual status_t moveEffects(audio_session_t session, audio_io_handle_t srcOutput, argument
775 data.writeInt32(session);
1344 audio_session_t session = (audio_session_t) data.readInt32(); local
1347 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/base/services/tests/notification/src/com/android/server/notification/
H A DNotificationComparatorTest.java32 import android.media.session.MediaSession;
/frameworks/support/media-compat/java/android/support/v4/media/
H A DMediaMetadataCompat.java28 import android.support.v4.media.session.MediaControllerCompat.TransportControls;
845 * {@link android.support.v4.media.session.MediaSessionCompat#setMetadata} is called.
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp109 sp<ICameraDeviceSession> session;
112 /*out*/ &session);
115 SET_ERR_L("Could not open camera session: %s (%d)", strerror(-res), res);
122 session->close();
127 auto requestQueueRet = session->getCaptureRequestMetadataQueue(
141 auto resultQueueRet = session->getCaptureResultMetadataQueue(
151 ALOGE("Transaction error when getting result metadata queue from camera session: %s",
156 mInterface = std::make_unique<HalInterface>(session, queue);
2870 sp<ICameraDeviceSession> &session,
2873 mHidlSession(session),
2869 HalInterface( sp<ICameraDeviceSession> &session, std::shared_ptr<RequestMetadataQueue> queue) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogControllerImpl.java33 import android.media.session.MediaController.PlaybackInfo;
34 import android.media.session.MediaSession.Token;
/frameworks/av/services/camera/libcameraservice/tests/
H A DCameraProviderManagerTest.cpp72 const ::android::sp<ICameraDeviceSession>& session)>;
/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.");
484 * 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.java33 import android.media.session.MediaSessionLegacyHelper;
/frameworks/support/media-compat/java/android/support/v4/media/session/
H A DPlaybackStateCompat.java16 package android.support.v4.media.session;
67 * Indicates this session supports the stop command.
74 * Indicates this session supports the pause command.
81 * Indicates this session supports the play command.
88 * Indicates this session supports the rewind command.
95 * Indicates this session supports the previous command.
102 * Indicates this session supports the next command.
109 * Indicates this session supports the fast forward command.
116 * Indicates this session supports the set rating command.
123 * Indicates this session support
[all...]
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp131 sp<SurfaceComposerClient> BootAnimation::session() const { function in class:android::BootAnimation
280 sp<SurfaceControl> control = session()->createSurface(String8("BootAnimation"),
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerService.java580 public boolean deliverNewSession(IBinder token, IVoiceInteractionSession session, argument
589 return mImpl.deliverNewSessionLocked(token, session, interactor);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java112 * Class implementing the render session.
114 * A session is a stateful representation of a layout file. It is initialized with data coming
1520 public void setScene(RenderSession session) { argument
1521 mScene = session;
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp141 const sp<LiveSession> &session,
146 mSession(session),
1067 // this is a live session
1233 // 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

Completed in 3564 milliseconds

<<11121314