Searched defs:mSession (Results 1 - 25 of 61) 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 DAudioSession.h47 audio_session_t session() const { return mSession; }
67 const audio_session_t mSession; member in class:android::AudioSession
H A DSessionRoute.h46 mSession(session),
62 audio_session_t mSession; member in class:android::SessionRoute
/frameworks/base/core/tests/coretests/src/android/print/mockservice/
H A DPrinterDiscoverySessionCallbacks.java27 private StubbablePrinterDiscoverySession mSession; field in class:PrinterDiscoverySessionCallbacks
30 mSession = session;
34 return mSession;
/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()))
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...]
/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/core/java/android/app/
H A DActivityManagerInternal.java103 IVoiceInteractionSession mSession,
102 onLocalVoiceInteractionStarted(IBinder callingActivity, IVoiceInteractionSession mSession, IVoiceInteractor mInteractor) argument
/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.java45 private final RenderSessionImpl mSession; field in class:BridgeRenderSession
55 return mSession.getImage();
60 return mSession.isAlphaChannelImage();
65 return mSession.getViewInfos();
70 return mSession.getSystemViewInfos();
75 return mSession.getDefaultProperties();
82 mLastResult = mSession.acquire(timeout);
85 mSession.invalidateRenderingSize();
87 mLastResult = mSession.render(false /*freshRender*/);
90 mSession
[all...]
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasObexClientSession.java56 private ClientSession mSession; field in class:BluetoothMasObexClientSession
136 mSession = new ClientSession(mTransport);
141 headerset = mSession.connect(headerset);
155 if (mSession != null) {
157 mSession.disconnect(null);
162 mSession.close();
173 request.execute(mSession);
/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/cmds/bootanimation/
H A DBootAnimation.h103 sp<SurfaceComposerClient> mSession; member in class:android::BootAnimation
/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.java31 private IWindowSession mSession; field in class:BaseIWindow
35 mSession = session;
44 mSession.finishDrawing(this);
78 mSession.wallpaperOffsetsComplete(asBinder());
103 mSession.wallpaperCommandComplete(asBinder(), null);
/frameworks/base/media/java/android/media/tv/
H A DTvRecordingClient.java47 private TvInputManager.Session mSession; field in class:TvRecordingClient
120 if (mSession != null) {
121 mSession.tune(channelUri, params);
147 if (mSession != null) {
148 mSession.release();
149 mSession = null;
176 if (mSession != null) {
177 mSession.startRecording(programUri);
198 if (mSession != null) {
199 mSession
[all...]

Completed in 6636 milliseconds

123