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

/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;
H A DMediaVisualizerTest.java56 private int mSession = -1; field in class:MediaVisualizerTest
545 if (mVisualizer == null || session != mSession) {
546 if (session != mSession && mVisualizer != null) {
552 mSession = session;
/frameworks/base/tools/layoutlib/bridge/src/android/animation/
H A DAnimationThread.java68 private final RenderSessionImpl mSession; field in class:AnimationThread
76 mSession = scene;
111 RenderSession session = mSession.getSession();
141 result = mSession.acquire(250);
156 if (mSession.render(false /*freshRender*/).isSuccess()) {
160 mSession.release();
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h88 sp<SurfaceComposerClient> mSession; member in class:android::BootAnimation
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridgeRenderSession.java43 private final RenderSessionImpl mSession; field in class:BridgeRenderSession
53 return mSession.getImage();
58 return mSession.isAlphaChannelImage();
63 return mSession.getViewInfos();
68 return mSession.getDefaultProperties(viewObject);
87 mLastResult = mSession.acquire(timeout);
89 mLastResult = mSession.render(false /*freshRender*/);
92 mSession.release();
104 mLastResult = mSession.acquire(RenderParams.DEFAULT_TIMEOUT);
106 mLastResult = mSession
[all...]
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.h95 // notifications to mSession
99 sp<LiveSession> mSession; member in struct:android::PlaylistFetcher
/frameworks/base/core/java/android/service/textservice/
H A DSpellCheckerService.java239 private final Session mSession; field in class:SpellCheckerService.InternalISpellCheckerSession
246 mSession = session;
259 mSession.onGetSuggestionsMultiple(
271 mSession.onGetSentenceSuggestionsMultiple(textInfos, suggestionsLimit));
281 mSession.onCancel();
292 mSession.onClose();
/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java29 private IWindowSession mSession; field in class:BaseIWindow
33 mSession = session;
41 mSession.finishDrawing(this);
79 mSession.wallpaperOffsetsComplete(asBinder());
100 mSession.wallpaperCommandComplete(asBinder(), null);
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DSimplePlayer.java59 int mSession; field in class:SimplePlayer
93 mSession = session;
111 if (mSession != 0) {
112 mMediaPlayer.setAudioSessionId(mSession);
113 Log.d(TAG, "mMediaPlayer.setAudioSessionId(): "+ mSession);
/frameworks/av/services/audioflinger/
H A DAudioPolicyService.h245 int mSession; member in class:android::AudioPolicyService::AudioCommandThread::StopOutputData
/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerSession.java248 public ISpellCheckerSession mSession; field in class:SpellCheckerSession.SpellCheckerSessionListenerImpl.SpellCheckerParams
308 scp.mSession = session;
339 processTask(scp.mSession, scp, true);
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipSession.java236 private final ISipSession mSession; field in class:SipSession
240 mSession = realSession;
262 return mSession.getLocalIp();
276 return mSession.getLocalProfile();
291 return mSession.getPeerProfile();
306 return mSession.getState();
320 return mSession.isInCall();
334 return mSession.getCallId();
365 mSession.register(duration);
382 mSession
[all...]
/frameworks/base/core/java/android/view/
H A DSurfaceView.java102 IWindowSession mSession; field in class:SurfaceView
214 mSession = getWindowSession();
267 mSession.remove(mWindow);
273 mSession = null;
491 mSession.addToDisplayWithoutInputChannel(mWindow, mWindow.mSeq, mLayout,
509 relayoutResult = mSession.relayout(
603 mSession.finishDrawing(mWindow);
605 mSession.performDeferredDestroy(mWindow);
H A DView.java8052 mAttachInfo.mSession.getDisplayFrame(mAttachInfo.mWindow, outRect);
12513 mAttachInfo.mIWindowId = mAttachInfo.mSession.getWindowId(
12560 return mAttachInfo != null ? mAttachInfo.mSession : null;
17286 IBinder token = mAttachInfo.mSession.prepareDrag(mAttachInfo.mWindow,
17307 okay = mAttachInfo.mSession.performDrag(mAttachInfo.mWindow, token,
18728 final IWindowSession mSession; field in class:View.AttachInfo
19026 mSession = session;
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkStatsServiceTest.java118 private INetworkStatsSession mSession; field in class:NetworkStatsServiceTest
157 mSession = mService.openSession();
177 mSession.close();
355 history = mSession.getHistoryForNetwork(sTemplateWifi, FIELD_ALL);
373 history = mSession.getHistoryForNetwork(sTemplateWifi, FIELD_ALL);
658 NetworkStats stats = mSession.getSummaryForAllUid(
667 stats = mSession.getSummaryForAllUid(
729 final NetworkStats stats = mSession.getSummaryForAllUid(
848 final NetworkStatsHistory history = mSession.getHistoryForNetwork(template, FIELD_ALL);
852 final NetworkStats stats = mSession
[all...]
/frameworks/av/media/libstagefright/foundation/
H A DANetworkSession.cpp62 ANetworkSession *mSession; member in struct:android::ANetworkSession::NetworkThread
146 : mSession(session) {
153 mSession->threadLoop();
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java162 IWindowSession mSession; field in class:WallpaperService.Engine
615 if (mSession.addToDisplay(mWindow, mWindow.mSeq, mLayout, View.VISIBLE,
629 final int relayoutResult = mSession.relayout(
741 mSession.finishDrawing(mWindow);
765 mSession = WindowManagerGlobal.getWindowSession();
767 mWindow.setSession(mSession);
862 mSession.wallpaperOffsetsComplete(mWindow.asBinder());
879 mSession.wallpaperCommandComplete(mWindow.asBinder(), result);
931 mSession.remove(mWindow);
/frameworks/base/services/java/com/android/server/wm/
H A DWindowStateAnimator.java62 final Session mSession; field in class:WindowStateAnimator
170 mSession = win.mSession;
650 + mSession.mSurfaceSession + " window " + this
686 mSession.mSurfaceSession,
691 mSession.mSurfaceSession,
699 + mSession.mSurfaceSession
700 + ": pid=" + mSession.mPid + " format="
777 + mSurfaceControl + ", session " + mSession, e);
808 + " surface " + mSurfaceControl + " session " + mSession
[all...]
H A DWindowState.java74 final Session mSession; field in class:WindowState
310 mSession = s;
448 mSession.windowAddedLocked();
1008 mSession.windowRemovedLocked();
1047 WindowState win = mService.windowForClientLocked(mSession, mClient, false);
1050 mService.removeWindowLocked(mSession, win);
1053 mService.removeWindowLocked(mSession, WindowState.this);
1306 pw.print(" mSession="); pw.print(mSession);
1476 + " u" + UserHandle.getUserId(mSession
[all...]
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipService.java612 private SipSessionGroup.SipSessionImpl mSession; field in class:SipService.SipKeepAliveProcessCallback
627 if (mSession != null) {
649 mSession = (SipSessionGroup.SipSessionImpl)
651 mSession.startKeepAliveProcess(mInterval, this);
660 if (mSession != null) {
661 mSession.stopKeepAliveProcess();
662 mSession = null;
676 if (mSession == null) return;
680 mSession.stopKeepAliveProcess();
682 mSession
779 private SipSessionGroup.SipSessionImpl mSession; field in class:SipService.SipAutoReg
[all...]
/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java6162 ActiveRestoreSession mSession; field in class:BackupManagerService.ActiveRestoreSession.EndRestoreRunnable
6166 mSession = session;
6171 synchronized (mSession) {
6173 if (mSession.mRestoreTransport != null) {
6174 mSession.mRestoreTransport.finishRestore();
6179 mSession.mRestoreTransport = null;
6180 mSession.mEnded = true;
6186 mBackupManager.clearRestoreSession(mSession);

Completed in 1080 milliseconds