Searched refs:surfaceControl (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/libs/input/
H A DSpriteController.cpp93 void SpriteController::disposeSurfaceLocked(const sp<SurfaceControl>& surfaceControl) { argument
95 mLocked.disposedSurfaces.push(surfaceControl);
138 if (update.state.surfaceControl == NULL && update.state.wantSurfaceVisible()) {
143 update.state.surfaceControl = obtainSurface(
145 if (update.state.surfaceControl != NULL) {
156 if (update.state.surfaceControl != NULL && update.state.wantSurfaceVisible()) {
166 status_t status = update.state.surfaceControl->setSize(desiredWidth, desiredHeight);
178 status = update.state.surfaceControl->hide();
202 if (update.state.surfaceControl != NULL && !update.state.surfaceDrawn
204 sp<Surface> surface = update.state.surfaceControl
374 sp<SurfaceControl> surfaceControl = mSurfaceComposerClient->createSurface( local
[all...]
H A DSpriteController.h194 sp<SurfaceControl> surfaceControl; member in struct:android::SpriteController::SpriteState
234 inline void setSurfaceLocked(const sp<SurfaceControl>& surfaceControl, argument
236 mLocked.state.surfaceControl = surfaceControl;
281 void disposeSurfaceLocked(const sp<SurfaceControl>& surfaceControl);
/frameworks/native/cmds/surfacereplayer/replayer/
H A DBufferQueueScheduler.cpp26 const sp<SurfaceControl>& surfaceControl, const HSV& color, int id)
27 : mSurfaceControl(surfaceControl), mColor(color), mSurfaceId(id), mContinueScheduling(true) {}
68 const sp<SurfaceControl>& surfaceControl, const HSV& color) {
70 mSurfaceControl = surfaceControl;
25 BufferQueueScheduler( const sp<SurfaceControl>& surfaceControl, const HSV& color, int id) argument
67 setSurfaceControl( const sp<SurfaceControl>& surfaceControl, const HSV& color) argument
H A DBufferQueueScheduler.h55 BufferQueueScheduler(const sp<SurfaceControl>& surfaceControl, const HSV& color, int id);
61 void setSurfaceControl(const sp<SurfaceControl>& surfaceControl, const HSV& color);
H A DReplayer.cpp585 sp<SurfaceControl> surfaceControl = mComposerClient->createSurface(
588 if (surfaceControl == nullptr) {
595 layer = surfaceControl;
/frameworks/av/camera/tests/
H A DCameraZSLTests.cpp169 sp<SurfaceControl> surfaceControl; local
249 surfaceControl = mComposerClient->createSurface(
256 ASSERT_TRUE(nullptr != surfaceControl.get());
257 ASSERT_TRUE(surfaceControl->isValid());
260 ASSERT_EQ(NO_ERROR, surfaceControl->setLayer(0x7fffffff));
261 ASSERT_EQ(NO_ERROR, surfaceControl->show());
264 previewSurface = surfaceControl->getSurface();
/frameworks/native/cmds/flatland/
H A DGLHelper.h58 sp<SurfaceControl>* surfaceControl, EGLSurface* surface);
H A DGLHelper.cpp246 sp<SurfaceControl>* surfaceControl, EGLSurface* surface) {
298 *surfaceControl = sc;
/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java356 final SurfaceControl surfaceControl = mService.mDragState.mSurfaceControl;
361 surfaceControl.setPosition(touchX - thumbCenterX,
363 surfaceControl.setLayer(mService.mDragState.getDragLayerLw());
364 surfaceControl.setLayerStack(display.getLayerStack());
365 surfaceControl.show();
H A DWindowSurfacePlacer.java700 SurfaceControl surfaceControl = new SurfaceControl(mService.mFxSession,
705 surfaceControl.setLayerStack(display.getLayerStack());
707 Slog.i(TAG, " THUMBNAIL " + surfaceControl + ": CREATE");
712 drawSurface.copyFrom(surfaceControl);
744 openingAppAnimator.thumbnail = surfaceControl;
H A DAccessibilityController.java705 SurfaceControl surfaceControl = null;
708 surfaceControl = new SurfaceControl(mWindowManagerService.mFxSession,
714 mSurfaceControl = surfaceControl;
/frameworks/base/services/core/java/com/android/server/display/
H A DColorFade.java738 int displayId, SurfaceControl surfaceControl) {
741 mSurfaceControl = surfaceControl;
737 NaturalSurfaceLayout(DisplayManagerInternal displayManagerInternal, int displayId, SurfaceControl surfaceControl) argument

Completed in 105 milliseconds