/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/ |
BridgeRenderSession.java | 43 private final RenderSessionImpl mSession; 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.animate(targetObject, animationName, isFrameworkAnimation [all...] |
/frameworks/opt/net/voip/src/java/android/net/sip/ |
SipSession.java | 236 private final ISipSession mSession; 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.unregister() [all...] |
/frameworks/base/core/java/com/android/internal/view/ |
BaseIWindow.java | 29 private IWindowSession mSession; 33 mSession = session; 41 mSession.finishDrawing(this); 79 mSession.wallpaperOffsetsComplete(asBinder()); 100 mSession.wallpaperCommandComplete(asBinder(), null);
|
/frameworks/base/tools/layoutlib/bridge/src/android/animation/ |
AnimationThread.java | 68 private final RenderSessionImpl mSession; 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/core/java/android/service/textservice/ |
SpellCheckerService.java | 239 private final Session mSession; 246 mSession = session; 259 mSession.onGetSuggestionsMultiple( 271 mSession.onGetSentenceSuggestionsMultiple(textInfos, suggestionsLimit)); 281 mSession.onCancel(); 292 mSession.onClose();
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppTransfer.java | 95 private BluetoothOppObexSession mSession; 112 mSession = session; 128 * Receives events from mConnectThread & mSession back in the main thread. 187 mSession.stop(); 209 mSession.stop(); 411 if (mSession != null) { 412 if (V) Log.v(TAG, "Stop mSession"); 413 mSession.stop(); 439 mSession = new BluetoothOppObexClientSession(mContext, mTransport); 444 * mSession instance [all...] |
BluetoothOppObexServerSession.java | 88 private ServerSession mSession; 122 mSession = new ServerSession(mTransport, this, null); 148 if (mSession != null) { 150 mSession.close(); 157 mSession = null;
|
/frameworks/base/cmds/bootanimation/ |
BootAnimation.h | 88 sp<SurfaceComposerClient> mSession;
|
/packages/apps/Settings/src/com/android/settings/net/ |
ChartDataLoader.java | 44 private final INetworkStatsSession mSession; 61 mSession = session; 89 data.network = mSession.getHistoryForNetwork(template, fields); 135 final NetworkStatsHistory history = mSession.getHistoryForUid(
|
SummaryForAllUidLoader.java | 32 private final INetworkStatsSession mSession; 45 mSession = session; 62 return mSession.getSummaryForAllUid(template, start, end, false);
|
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
SipService.java | 612 private SipSessionGroup.SipSessionImpl mSession; 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.startKeepAliveProcess(mInterval, this) [all...] |
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
NetworkStatsServiceTest.java | 118 private INetworkStatsSession mSession; 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( [all...] |
/packages/experimental/PrintService/src/foo/bar/printservice/ |
MyPrintService.java | 73 private FakePrinterDiscoverySession mSession; 96 if (mSession != null) { 97 mSession.cancellAddingFakePrinters();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ViewHierarchy.java | 118 private RenderSession mSession; 130 if (mSession != null) { 131 mSession.dispose(); 132 mSession = null; 155 if (mSession != null) { 156 mSession.dispose(); 159 mSession = session; 341 return mSession; 709 if (mSession != null) { 710 return mSession.getDefaultProperties(viewObject) [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
PresetReverbTest.java | 36 private int mSession = -1; 236 if (mReverb == null || session != mSession) { 237 if (session != mSession && mReverb != null) { 243 mSession = session;
|
VisualizerTest.java | 36 private int mSession = -1; 234 if (mVisualizer == null || session != mSession) { 235 if (session != mSession && mVisualizer != null) { 241 mSession = session;
|
BassBoostTest.java | 37 private int mSession = -1; 272 if (mBassBoost == null || session != mSession) { 273 if (session != mSession && mBassBoost != null) { 279 mSession = session;
|
/frameworks/av/media/libstagefright/httplive/ |
PlaylistFetcher.h | 95 // notifications to mSession 99 sp<LiveSession> mSession;
|
/frameworks/av/services/audioflinger/ |
AudioPolicyService.h | 245 int mSession;
|
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/ |
SimplePlayer.java | 59 int mSession; 93 mSession = session; 111 if (mSession != 0) { 112 mMediaPlayer.setAudioSessionId(mSession); 113 Log.d(TAG, "mMediaPlayer.setAudioSessionId(): "+ mSession);
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/ |
MediaBassBoostTest.java | 50 private int mSession = -1; 185 if (mBassBoost == null || session != mSession) { 186 if (session != mSession && mBassBoost != null) { 192 mSession = session;
|
MediaEqualizerTest.java | 54 private int mSession = -1; 254 if (mEqualizer == null || session != mSession) { 255 if (session != mSession && mEqualizer != null) { 261 mSession = session;
|
MediaVirtualizerTest.java | 50 private int mSession = -1; 186 if (mVirtualizer == null || session != mSession) { 187 if (session != mSession && mVirtualizer != null) { 193 mSession = session;
|
/packages/apps/Browser/src/com/android/browser/ |
Preloader.java | 41 private volatile PreloaderSession mSession; 54 mSession = null; 60 if (mSession == null) { 62 mSession = new PreloaderSession(id); 64 mSession.getWebView()); 65 return mSession; 66 } else if (mSession.mId.equals(id)) { 68 return mSession; 71 if (LOGD_ENABLED) Log.d(LOGTAG, "Existing session in progress : " + mSession.mId + 78 if (mSession != null && mSession.mId.equals(id)) [all...] |
/frameworks/base/core/java/android/view/ |
SurfaceView.java | 102 IWindowSession mSession; 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); [all...] |