HomeSort by relevance Sort by last modified time
    Searched defs:mSession (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /frameworks/av/drm/mediadrm/plugins/clearkey/
CryptoPlugin.h 59 android::sp<Session> mSession;
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionSessionService.java 44 VoiceInteractionSession mSession;
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 != null)
    [all...]
  /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.getSystemViewInfos();
73 return mSession.getDefaultProperties(viewObject);
92 mLastResult = mSession.acquire(timeout);
95 mSession.invalidateRenderingSize();
97 mLastResult = mSession.render(false /*freshRender*/);
100 mSession.release()
    [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);
75 mSession.wallpaperOffsetsComplete(asBinder());
96 mSession.wallpaperCommandComplete(asBinder(), null);
  /cts/tests/tests/print/src/android/print/cts/services/
PrinterDiscoverySessionCallbacks.java 25 private StubbablePrinterDiscoverySession mSession;
28 mSession = session;
32 return mSession;
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
EffectDescriptor.h 35 int mSession; // audio session the effect is on
SessionRoute.h 46 mSession(session),
62 audio_session_t mSession;
  /packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
AndroidCameraCaptureSessionProxy.java 80 private final CameraCaptureSession mSession;
83 mSession = session;
89 mSession.abortCaptures();
99 return mSession.capture(request, new AndroidCaptureCallback(listener), handler);
109 return mSession.captureBurst(requests, new AndroidCaptureCallback(listener), handler);
117 mSession.close();
122 return new AndroidCameraDeviceProxy(mSession.getDevice());
129 return mSession.setRepeatingBurst(requests, new AndroidCaptureCallback(listener), handler);
139 return mSession.setRepeatingRequest(request, new AndroidCaptureCallback(listener),
149 mSession.stopRepeating()
    [all...]
  /frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/
BrowserService.java 104 private MediaSession mSession;
110 mSession = new MediaSession(this, "com.example.android.musicservicedemo.BrowserService");
111 setSessionToken(mSession.getSessionToken());
  /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();
  /packages/apps/Camera2/src/com/android/camera/one/v2/imagesaver/
JpegImageBackendImageSaver.java 60 private final CaptureSession mSession;
68 mSession = session;
89 mCrop), mExecutor, taskFlagsSet, mSession,
100 private final CaptureSession mSession;
109 mSession = session;
135 mSession.updateCaptureIndicatorThumbnail(bitmap, rotation);
YuvImageBackendImageSaver.java 61 private final CaptureSession mSession;
68 mSession = session;
90 mCrop), mExecutor, taskFlagsSet, mSession,
100 private final CaptureSession mSession;
107 mSession = session;
128 mSession.setProgress(PERCENTAGE_COMPRESSION_DONE);
142 mSession.updateCaptureIndicatorThumbnail(bitmap, mImageRotation.getDegrees());
153 mSession.updateThumbnail(bitmapIntermediateRotated);
154 mSession.setProgressMessage(R.string.session_saving_image);
155 mSession.setProgress(PERCENTAGE_INTERMEDIATE_THUMBNAIL_DONE)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/photo/
PictureTakerImpl.java 50 private final CaptureSession mSession;
57 mSession = session;
66 mSession.cancel();
  /cts/tests/tests/media/src/android/media/cts/
PostProcTestBase.java 27 protected int mSession = -1;
  /packages/apps/Camera2/src/com/android/camera/processing/
ProcessingTask.java 34 public final CaptureSession mSession;
42 mSession = session;
  /cts/hostsidetests/devicepolicy/app/PackageInstaller/src/com/android/cts/packageinstaller/
BasePackageInstallTest.java 56 private PackageInstaller.Session mSession;
108 if (mSession != null) {
109 mSession.abandon();
157 mSession = mPackageInstaller.openSession(sessionId);
161 OutputStream out = mSession.openWrite("SilentPackageInstallerTest", 0, file.length());
167 mSession.fsync(out);
169 mSession.commit(getCommitCallback(sessionId));
170 mSession.close();
  /frameworks/base/tests/OneMedia/src/com/android/onemedia/
PlayerService.java 37 private PlayerSession mSession;
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.setContent(params)
    [all...]
  /frameworks/base/core/java/android/service/textservice/
SpellCheckerService.java 238 private final Session mSession;
245 mSession = session;
258 mSession.onGetSuggestionsMultiple(
270 mSession.onGetSentenceSuggestionsMultiple(textInfos, suggestionsLimit));
280 mSession.onCancel();
291 mSession.onClose();
  /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
VoiceInteractionSessionConnection.java 82 IVoiceInteractionSession mSession;
269 if (mSession != null) {
271 mSession.show(mShowArgs, mShowFlags, showCallback);
334 if (mSession == null) {
368 mSession.handleAssist(assistData, structure, content);
376 mSession.handleScreenshot(mScreenshot);
392 if (mSession != null) {
394 mSession.hide();
405 if (mSession != null) {
407 mAm.finishVoiceTask(mSession);
    [all...]
  /frameworks/base/media/java/android/media/tv/
TvView.java 80 private Session mSession;
202 if (hasWindowFocus() && mSession != null) {
203 mSession.setMain();
265 if (mSession == null) {
269 mSession.setStreamVolume(volume);
302 if (mSession != null) {
303 mSession.tune(channelUri, params);
346 if (mSession != null) {
350 mSession.release();
351 mSession = null
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
AppInfoBase.java 58 protected ApplicationsState.Session mSession;
80 mSession = mState.newSession(this);
94 mSession.resume();
104 mSession.pause();
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
BackupAppsStepFragment.java 46 private ApplicationsState.Session mSession;
91 mSession = mApplicationsState.newSession(this);
99 mSession.resume();
106 mSession.pause();
130 final List<ApplicationsState.AppEntry> entries = mSession.rebuild(mAppFilter,
166 final List<ApplicationsState.AppEntry> entries = mSession.rebuild(mAppFilter,
  /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
BluetoothPbapClient.java 376 private final BluetoothPbapSession mSession;
519 mSession = new BluetoothPbapSession(device, mSessionHandler);
527 mSession.start();
532 if (mSession != null) {
533 mSession.stop();
541 mSession.stop();
548 mSession.abort();
565 return mSession.makeRequest(req);
578 return mSession.makeRequest(req);
592 return mSession.makeRequest(req)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RadioCapability.java 88 private int mSession;
130 mSession = session;
161 return mSession;
205 + " mSession=" + getSession()

Completed in 702 milliseconds

1 2 3 4