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

123

/frameworks/av/drm/mediadrm/plugins/clearkey/
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.h46 mSession(session),
62 audio_session_t mSession; member in class:android::SessionRoute
/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;
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/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()))
H A DPlayerService.java37 private PlayerSession mSession; field in class:PlayerService
48 if (mSession == null) {
49 mSession = onCreatePlayerController();
50 mSession.createSession();
51 mSession.setListener(mPlayerListener);
52 mNotifyHelper = new NotificationHelper(this, mSession.mSession);
73 mSession.onDestroy();
74 mSession = null;
126 mSession
[all...]
H A DPlayerSession.java42 protected MediaSession mSession; field in class:PlayerSession
78 mSession = new MediaSession(mContext, "OneMedia");
79 mSession.setCallback(mCallback);
80 mSession.setPlaybackState(mPlaybackState);
81 mSession.setFlags(MediaSession.FLAG_HANDLES_TRANSPORT_CONTROLS
83 mSession.setActive(true);
96 if (mSession != null) {
97 mSession.release();
98 mSession = null;
107 return mSession
[all...]
/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/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasObexClientSession.java53 private ClientSession mSession; field in class:BluetoothMasObexClientSession.ClientThread
92 mRequest.execute(mSession);
112 mSession = new ClientSession(mTransport);
117 headerset = mSession.connect(headerset);
130 mSession.disconnect(null);
135 mSession.close();
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h92 sp<SurfaceComposerClient> mSession; member in class:android::BootAnimation
/frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/
H A DBrowserService.java104 private MediaSession mSession; field in class:BrowserService
110 mSession = new MediaSession(this, "com.example.android.musicservicedemo.BrowserService");
111 setSessionToken(mSession.getSessionToken());
/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.getSystemViewInfos();
73 return mSession.getDefaultProperties(viewObject);
92 mLastResult = mSession.acquire(timeout);
95 mSession.invalidateRenderingSize();
97 mLastResult = mSession.render(false /*freshRender*/);
100 mSession
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioCapability.java88 private int mSession; field in class:RadioCapability
130 mSession = session;
161 return mSession;
205 + " mSession=" + getSession()
/frameworks/base/core/java/android/service/textservice/
H A DSpellCheckerService.java238 private final Session mSession; field in class:SpellCheckerService.InternalISpellCheckerSession
245 mSession = session;
258 mSession.onGetSuggestionsMultiple(
270 mSession.onGetSentenceSuggestionsMultiple(textInfos, suggestionsLimit));
280 mSession.onCancel();
291 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);
75 mSession.wallpaperOffsetsComplete(asBinder());
96 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/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DMobileDataControllerImpl.java61 private INetworkStatsSession mSession; field in class:MobileDataControllerImpl
79 if (mSession == null) {
81 mSession = mStatsService.openSession();
88 return mSession;
121 final NetworkStatsHistory history = mSession.getHistoryForNetwork(template, FIELDS);
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
H A DBlockingSessionCallback.java253 private volatile CameraCaptureSession mSession; field in class:BlockingSessionCallback.SessionFuture
257 mSession = session;
273 return mSession != null;
279 return mSession;
290 if (mSession == null) {
293 return mSession;
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.h115 // notifications to mSession
120 sp<LiveSession> mSession; member in struct:android::PlaylistFetcher

Completed in 1267 milliseconds

123