Searched defs:mSurface (Results 1 - 25 of 57) sorted by relevance

123

/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.h142 sp<IBinder> mSurface; member in class:android::CameraClient
/frameworks/base/services/core/java/com/android/server/wm/
H A DStrictModeFlash.java38 private final Surface mSurface = new Surface(); field in class:StrictModeFlash
53 mSurface.copyFrom(ctrl);
71 c = mSurface.lockCanvas(dirty);
92 mSurface.unlockCanvasAndPost(c);
H A DEmulatorDisplayOverlay.java45 private final Surface mSurface = new Surface(); field in class:EmulatorDisplayOverlay
72 mSurface.copyFrom(ctrl);
90 c = mSurface.lockCanvas(dirty);
103 mSurface.unlockCanvasAndPost(c);
H A DWatermark.java51 private final Surface mSurface = new Surface(); field in class:Watermark
123 mSurface.copyFrom(ctrl);
147 c = mSurface.lockCanvas(dirty);
176 mSurface.unlockCanvasAndPost(c);
H A DCircularDisplayMask.java48 private final Surface mSurface = new Surface(); field in class:CircularDisplayMask
82 mSurface.copyFrom(ctrl);
103 c = mSurface.lockCanvas(dirty);
131 mSurface.unlockCanvasAndPost(c);
/frameworks/native/libs/gui/tests/
H A DMultiTextureConsumer_test.cpp42 mSurface = new Surface(producer);
43 mANW = mSurface.get();
64 sp<Surface> mSurface; member in class:android::MultiTextureConsumerTest
108 mSurface->lock(&buffer, NULL);
110 mSurface->unlockAndPost();
H A DSurface_test.cpp56 mSurface = mSurfaceControl->getSurface();
57 ASSERT_TRUE(mSurface != NULL);
64 sp<Surface> mSurface; member in class:android::SurfaceTest
70 sp<ANativeWindow> anw(mSurface);
81 sp<ANativeWindow> anw(mSurface);
91 sp<ANativeWindow> anw(mSurface);
136 sp<ANativeWindow> anw(mSurface);
/frameworks/av/services/camera/libcameraservice/
H A DCameraFlashlight.h169 sp<Surface> mSurface; member in class:android::CameraDeviceClientFlashControl
222 sp<Surface> mSurface; member in class:android::CameraHardwareInterfaceFlashControl
/frameworks/base/core/java/android/hardware/display/
H A DVirtualDisplay.java38 private Surface mSurface; field in class:VirtualDisplay
45 mSurface = surface;
59 return mSurface;
75 if (mSurface != surface) {
77 mSurface = surface;
110 + ", surface=" + mSurface + "}";
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DCanvasTextureViewActivity.java72 private final TextureView mSurface; field in class:CanvasTextureViewActivity.RenderingThread
76 mSurface = surface;
90 final Canvas canvas = mSurface.lockCanvas(null);
95 mSurface.unlockCanvasAndPost(canvas);
98 if (x + 20.0f + speedX >= mSurface.getWidth() || x + speedX <= 0.0f) {
101 if (y + 20.0f + speedY >= mSurface.getHeight() || y + speedY <= 0.0f) {
H A DHardwareCanvasSurfaceViewActivity.java106 private final Surface mSurface; field in class:HardwareCanvasSurfaceViewActivity.RenderingThread
111 mSurface = surface;
130 final Canvas canvas = mSurface.lockHardwareCanvas();
135 mSurface.unlockCanvasAndPost(canvas);
H A DHardwareCanvasTextureViewActivity.java74 private final Surface mSurface; field in class:HardwareCanvasTextureViewActivity.RenderingThread
79 mSurface = new Surface(mView.getSurfaceTexture());
93 final Canvas canvas = mSurface.lockHardwareCanvas();
98 mSurface.unlockCanvasAndPost(canvas);
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.h87 sp<Surface> mSurface; member in struct:android::SimplePlayer
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.h60 sp<Surface> mSurface; member in struct:android::NuPlayer::Decoder
/frameworks/av/media/ndk/
H A DNdkImageReaderPriv.h132 sp<Surface> mSurface; member in struct:AImageReader
/frameworks/base/core/java/android/hardware/camera2/params/
H A DOutputConfiguration.java182 mSurface = surface;
203 this.mSurface = other.mSurface;
222 mSurface = surface;
224 mConfiguredSize = SurfaceUtils.getSurfaceSize(mSurface);
225 mConfiguredFormat = SurfaceUtils.getSurfaceFormat(mSurface);
226 mConfiguredDataspace = SurfaceUtils.getSurfaceDataspace(mSurface);
227 mConfiguredGenerationId = mSurface.getGenerationId();
237 return mSurface;
294 mSurface
336 private final Surface mSurface; field in class:OutputConfiguration
[all...]
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.h44 EGLSurface mSurface; member in class:android::uirenderer::renderthread::Frame
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/ui/
H A DSurfaceTargetFilter.java50 private Surface mSurface; field in class:SurfaceTargetFilter
91 if (mSurface == null) {
237 mSurfaceId = mGlEnv.registerSurface(mSurface);
239 throw new RuntimeException("Could not register Surface: " + mSurface);
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
H A DDisplaySinkService.java48 private Surface mSurface; field in class:DisplaySinkService
136 if (mSurface == surface && mSurfaceWidth == width && mSurfaceHeight == height) {
140 mSurface = surface;
151 if (mSurface != null) {
160 mCodec.configure(format, mSurface, null, 0);
/frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/
H A DRsYuv.java48 private Surface mSurface; field in class:RsYuv
59 mAllocationOut.setSurface(mSurface);
61 if (mSurface != null) {
129 mSurface = new Surface(surface);
136 mSurface = new Surface(surface);
143 mSurface = null;
/frameworks/av/include/media/stagefright/
H A DCameraSource.h195 sp<IGraphicBufferProducer> mSurface; member in class:android::CameraSource
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h112 EGLDisplay mSurface; member in class:android::BootAnimation
/frameworks/base/core/java/com/android/internal/view/
H A DBaseSurfaceHolder.java40 public Surface mSurface = new Surface(); field in class:BaseSurfaceHolder
184 c = mSurface.lockCanvas(dirty);
215 mSurface.unlockCanvasAndPost(canvas);
220 return mSurface;
/frameworks/base/core/tests/coretests/src/android/hardware/display/
H A DVirtualDisplayTest.java73 private Surface mSurface; field in class:VirtualDisplayTest
88 mSurface = mImageReader.getSurface();
102 mSurface = null;
114 WIDTH, HEIGHT, DENSITY, mSurface, 0);
137 WIDTH, HEIGHT, DENSITY, mSurface,
165 WIDTH, HEIGHT, DENSITY, mSurface,
218 WIDTH, HEIGHT, DENSITY, mSurface,
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
H A DCameraDeviceBinderTest.java73 private Surface mSurface; field in class:CameraDeviceBinderTest
173 mSurface = mImageReader.getSurface();
174 mOutputConfiguration = new OutputConfiguration(mSurface);
191 request.addTarget(mSurface);
243 mSurface.release();
330 builder.addTarget(mSurface);

Completed in 5018 milliseconds

123