Searched defs:mSession (Results 1 - 19 of 19) 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
348 if (mReverb == null || session != mSession) {
349 if (session != mSession && mReverb != null) {
355 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
507 if (mReverb == null || session != mSession) {
508 if (session != mSession && mReverb != null) {
514 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
423 if (mVisualizer == null || session != mSession) {
424 if (session != mSession && mVisualizer != null) {
430 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;
105 RenderSession session = mSession.getSession();
135 result = mSession.acquire(250);
150 if (mSession.render(false /*freshRender*/).isSuccess()) {
154 mSession.release();
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h86 sp<SurfaceComposerClient> mSession; member in class:android::BootAnimation
/frameworks/base/core/java/android/service/textservice/
H A DSpellCheckerService.java175 private final Session mSession; field in class:SpellCheckerService.InternalISpellCheckerSession
182 mSession = session;
195 mSession.onGetSuggestionsMultiple(
208 mSession.onCancel();
219 mSession.onClose();
/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/base/core/java/android/view/textservice/
H A DSpellCheckerSession.java224 public ISpellCheckerSession mSession; field in class:SpellCheckerSession.SpellCheckerSessionListenerImpl.SpellCheckerParams
273 scp.mSession = session;
304 processTask(scp.mSession, scp, true);
/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java29 private IWindowSession mSession; field in class:BaseIWindow
33 mSession = session;
40 mSession.finishDrawing(this);
64 mSession.wallpaperOffsetsComplete(asBinder());
82 mSession.wallpaperCommandComplete(asBinder(), null);
/frameworks/base/voip/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.java97 IWindowSession mSession; field in class:SurfaceView
208 mSession = getWindowSession();
251 mSession.remove(mWindow);
257 mSession = null;
452 mSession.addWithoutInputChannel(mWindow, mWindow.mSeq, mLayout,
470 relayoutResult = mSession.relayout(
564 mSession.finishDrawing(mWindow);
566 mSession.performDeferredDestroy(mWindow);
H A DView.java5887 mAttachInfo.mSession.getDisplayFrame(mAttachInfo.mWindow, outRect);
9762 return mAttachInfo != null ? mAttachInfo.mSession : null;
13376 IBinder token = mAttachInfo.mSession.prepareDrag(mAttachInfo.mWindow,
13397 okay = mAttachInfo.mSession.performDrag(mAttachInfo.mWindow, token,
14433 final IWindowSession mSession; field in class:View.AttachInfo
14664 mSession = session;
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java162 IWindowSession mSession; field in class:WallpaperService.Engine
595 if (mSession.add(mWindow, mWindow.mSeq, mLayout, View.VISIBLE, mContentInsets,
609 final int relayoutResult = mSession.relayout(
721 mSession.finishDrawing(mWindow);
744 mSession = ViewRootImpl.getWindowSession(getMainLooper());
746 mWindow.setSession(mSession);
841 mSession.wallpaperOffsetsComplete(mWindow.asBinder());
858 mSession.wallpaperCommandComplete(mWindow.asBinder(), result);
909 mSession.remove(mWindow);
/frameworks/base/voip/java/com/android/server/sip/
H A DSipService.java638 private SipSessionGroup.SipSessionImpl mSession; field in class:SipService.IntervalMeasurementProcess
653 if (mSession != null) {
675 mSession = (SipSessionGroup.SipSessionImpl)
677 mSession.startKeepAliveProcess(mInterval, this);
686 if (mSession != null) {
687 mSession.stopKeepAliveProcess();
688 mSession = null;
701 if (mSession == null) return;
705 mSession.stopKeepAliveProcess();
707 mSession
791 private SipSessionGroup.SipSessionImpl mSession; field in class:SipService.AutoRegistrationProcess
[all...]
/frameworks/base/services/java/com/android/server/wm/
H A DWindowState.java64 final Session mSession; field in class:WindowState
304 mSession = s;
395 mSession.windowAddedLocked();
673 + mSession.mSurfaceSession + " window " + this
707 mSession.mSurfaceSession, mSession.mPid,
713 + mSession.mSurfaceSession
714 + ": pid=" + mSession.mPid + " format="
805 + mSurface + ", session " + mSession, e);
835 + " surface " + mSurface + " session " + mSession
[all...]
/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java5647 ActiveRestoreSession mSession; field in class:BackupManagerService.ActiveRestoreSession.EndRestoreRunnable
5651 mSession = session;
5656 synchronized (mSession) {
5658 if (mSession.mRestoreTransport != null) {
5659 mSession.mRestoreTransport.finishRestore();
5664 mSession.mRestoreTransport = null;
5665 mSession.mEnded = true;
5671 mBackupManager.clearRestoreSession(mSession);

Completed in 5439 milliseconds