Searched defs:surfaceControl (Results 1 - 5 of 5) sorted by relevance

/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
/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/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/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 113 milliseconds