Searched defs:mSession (Results 1 - 25 of 96) sorted by relevance

1234

/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
H A DCryptoPlugin.h59 android::sp<Session> mSession; member in class:clearkeydrm::CryptoPlugin
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DEffectDescriptor.h35 int mSession; // audio session the effect is on member in class:android::EffectDescriptor
H A DSessionRoute.h47 mSession(session),
63 audio_session_t mSession; member in class:android::SessionRoute
/frameworks/support/browser/src/androidTest/java/androidx/browser/customtabs/
H A DPostMessageTest.java60 private CustomTabsSession mSession; field in class:PostMessageTest
92 mSession = client.newSession(mCallback);
133 assertTrue(mSession.requestPostMessageChannel(Uri.EMPTY));
134 assertEquals(CustomTabsService.RESULT_SUCCESS, mSession.postMessage("", null));
H A DTestCustomTabsService.java31 private CustomTabsSessionToken mSession; field in class:TestCustomTabsService
40 mSession = sessionToken;
63 if (mSession == null) return false;
65 mSession.getCallback().extraCallback(CALLBACK_BIND_TO_POST_MESSAGE, null);
/frameworks/support/media/src/androidTest/java/androidx/media/
H A DMediaSessionManager_MediaSession2Test.java44 private MediaSession2 mSession; field in class:MediaSessionManager_MediaSession2Test
55 mSession = new MediaSession2.Builder(mContext)
67 mSession.close();
75 final MockPlayer player = (MockPlayer) mSession.getPlayer();
107 mSession.close();
108 mSession = new MediaSession2.Builder(mContext).setPlayer(new MockPlayer(0))
135 mSession.close();
H A DMockMediaSessionService2.java40 private MediaSession2 mSession; field in class:MockMediaSessionService2
65 mSession = new MediaSession2.Builder(this)
69 return mSession;
/frameworks/support/media/version-compat-tests/current/service/src/androidTest/java/android/support/mediacompat/service/
H A DStubMediaBrowserServiceCompatWithDelayedMediaSession.java39 private MediaSessionCompat mSession; field in class:StubMediaBrowserServiceCompatWithDelayedMediaSession
45 mSession = new MediaSessionCompat(
63 setSessionToken(mSession.getSessionToken());
/frameworks/support/media/version-compat-tests/previous/service/src/androidTest/java/android/support/mediacompat/service/
H A DStubMediaBrowserServiceCompatWithDelayedMediaSession.java38 private MediaSessionCompat mSession; field in class:StubMediaBrowserServiceCompatWithDelayedMediaSession
44 mSession = new MediaSessionCompat(
62 setSessionToken(mSession.getSessionToken());
/frameworks/base/core/java/android/se/omapi/
H A DChannel.java45 private Session mSession; field in class:Channel
56 mSession = session;
187 return mSession;
H A DSession.java47 private final ISecureElementSession mSession; field in class:Session
57 mSession = session;
83 return mSession.getAtr();
100 mSession.close();
114 return mSession.isClosed();
132 mSession.closeChannels();
207 ISecureElementChannel channel = mSession.openBasicChannel(aid, p2,
312 ISecureElementChannel channel = mSession.openLogicalChannel(
/frameworks/support/mediarouter/src/androidTest/java/androidx/mediarouter/media/
H A DMediaRouterTest.java48 private MediaSessionCompat mSession; field in class:MediaRouterTest
58 mSession = new MediaSessionCompat(mContext, SESSION_TAG);
65 mSession.release();
78 mSession.setCallback(mSessionCallback);
79 mRouter.setMediaSessionCompat(mSession);
83 MediaControllerCompat controller = mSession.getController();
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
H A DCryptoPlugin.h94 sp<Session> mSession; member in struct:android::hardware::drm::V1_1::clearkey::CryptoPlugin
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSessionService.java44 VoiceInteractionSession mSession; field in class:VoiceInteractionSessionService
86 if (mSession != null) {
87 mSession.onConfigurationChanged(newConfig);
94 if (mSession != null) {
95 mSession.onLowMemory();
102 if (mSession != null) {
103 mSession.onTrimMemory(level);
109 if (mSession == null) {
113 mSession.dump(" ", fd, writer, args);
118 if (mSession !
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaBassBoostTest.java50 private int mSession = -1; field in class:MediaBassBoostTest
185 if (mBassBoost == null || session != mSession) {
186 if (session != mSession && mBassBoost != null) {
192 mSession = session;
H A DMediaPresetReverbTest.java57 private int mSession = -1; field in class:MediaPresetReverbTest
354 if (mReverb == null || session != mSession) {
355 if (session != mSession && mReverb != null) {
361 mSession = session;
H A DMediaVirtualizerTest.java50 private int mSession = -1; field in class:MediaVirtualizerTest
186 if (mVirtualizer == null || session != mSession) {
187 if (session != mSession && mVirtualizer != null) {
193 mSession = session;
H A DMediaEnvReverbTest.java63 private int mSession = -1; field in class:MediaEnvReverbTest
513 if (mReverb == null || session != mSession) {
514 if (session != mSession && mReverb != null) {
520 mSession = session;
H A DMediaEqualizerTest.java54 private int mSession = -1; field in class:MediaEqualizerTest
254 if (mEqualizer == null || session != mSession) {
255 if (session != mSession && mEqualizer != null) {
261 mSession = session;
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
H A DChartDataLoader.java44 private final INetworkStatsSession mSession; field in class:ChartDataLoader
61 mSession = session;
89 data.network = mSession.getHistoryForNetwork(template, fields);
135 final NetworkStatsHistory history = mSession.getHistoryForUid(
H A DSummaryForAllUidLoader.java32 private final INetworkStatsSession mSession; field in class:SummaryForAllUidLoader
45 mSession = session;
62 return mSession.getSummaryForAllUid(template, start, end, false);
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DNotificationHelper.java36 private final MediaSession mSession; field in class:NotificationHelper
48 mSession = session;
228 .setMediaSession(mSession.getSessionToken()))
/frameworks/layoutlib/bridge/src/android/animation/
H A DAnimationThread.java67 private final RenderSessionImpl mSession; field in class:AnimationThread
75 mSession = scene;
110 RenderSession session = mSession.getSession();
140 result = mSession.acquire(250);
155 if (mSession.render(false /*freshRender*/).isSuccess()) {
159 mSession.release();
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridgeRenderSession.java44 private final RenderSessionImpl mSession; field in class:BridgeRenderSession
55 return mSession != null ? mSession.getImage() :
61 return mSession != null && mSession.isAlphaChannelImage();
66 return mSession != null ? mSession.getViewInfos() : Collections.emptyList();
71 return mSession != null ? mSession.getSystemViewInfos() : Collections.emptyList();
76 return mSession !
[all...]
/frameworks/av/packages/MediaComponents/src/com/android/media/
H A DMediaSessionService2Impl.java53 private MediaSession2 mSession; field in class:MediaSessionService2Impl
69 return mSession;
90 mSession = mInstance.onCreateSession(token.getId());
91 if (mSession == null || !token.getId().equals(mSession.getToken().getId())) {
93 + ", but got " + mSession);
96 // mSession.registerPlayerEventCallback(mCallback, mSession.getExecutor());
105 return ((MediaSession2Impl) mSession.getProvider()).getSessionStub().asBinder();

Completed in 507 milliseconds

1234