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

/frameworks/native/services/surfaceflinger/tests/surface/
H A Dsurface.cpp39 sp<SurfaceControl> surfaceControl = client->createSurface( local
42 surfaceControl->setLayer(100000);
47 SurfaceControl::writeSurfaceToParcel(surfaceControl, &parcel);
/frameworks/base/services/input/
H A DSpriteController.cpp88 void SpriteController::disposeSurfaceLocked(const sp<SurfaceControl>& surfaceControl) { argument
90 mLocked.disposedSurfaces.push(surfaceControl);
133 if (update.state.surfaceControl == NULL && update.state.wantSurfaceVisible()) {
138 update.state.surfaceControl = obtainSurface(
140 if (update.state.surfaceControl != NULL) {
151 if (update.state.surfaceControl != NULL && update.state.wantSurfaceVisible()) {
161 status_t status = update.state.surfaceControl->setSize(desiredWidth, desiredHeight);
173 status = update.state.surfaceControl->hide();
197 if (update.state.surfaceControl != NULL && !update.state.surfaceDrawn
199 sp<Surface> surface = update.state.surfaceControl
371 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/core/jni/
H A Dandroid_view_Surface.cpp316 sp<SurfaceControl> surfaceControl(getSurfaceControl(env, surfaceObj));
317 if (SurfaceControl::isValid(surfaceControl)) {
318 surfaceControl->clear();
325 sp<SurfaceControl> surfaceControl(getSurfaceControl(env, surfaceObj));
326 if (surfaceControl != NULL) {
327 return SurfaceControl::isValid(surfaceControl) ? JNI_TRUE : JNI_FALSE;

Completed in 167 milliseconds