HomeSort by relevance Sort by last modified time
    Searched refs:surfaceControl (Results 1 - 6 of 6) sorted by null

  /frameworks/base/services/surfaceflinger/tests/surface/
surface.cpp 40 sp<SurfaceControl> surfaceControl = client->createSurface(
43 surfaceControl->setLayer(100000);
48 SurfaceControl::writeSurfaceToParcel(surfaceControl, &parcel);
  /frameworks/base/services/input/
SpriteController.cpp 88 void SpriteController::disposeSurfaceLocked(const sp<SurfaceControl>& surfaceControl) {
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.surfaceDraw
    [all...]
SpriteController.h 196 sp<SurfaceControl> surfaceControl;
236 inline void setSurfaceLocked(const sp<SurfaceControl>& surfaceControl,
238 mLocked.state.surfaceControl = surfaceControl;
277 Vector<sp<SurfaceControl> > disposedSurfaces;
283 void disposeSurfaceLocked(const sp<SurfaceControl>& surfaceControl);
290 sp<SurfaceControl> obtainSurface(int32_t width, int32_t height)
    [all...]
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 42 sp<SurfaceControl> surfaceControl;
760 surfaceControl = client->createSurface(0,
765 previewSurface = surfaceControl->getSurface();
768 surfaceControl->setLayer(0x7fffffff);
769 surfaceControl->setPosition(0, 0);
770 surfaceControl->setSize(previewWidth, previewHeight);
771 surfaceControl->show();
808 if ( NULL != surfaceControl.get() ) {
809 surfaceControl->clear()
    [all...]
  /frameworks/base/core/jni/
android_view_Surface.cpp 69 jfieldID surfaceControl;
138 static sp<SurfaceControl> getSurfaceControl(JNIEnv* env, jobject clazz)
140 SurfaceControl* const p =
141 (SurfaceControl*)env->GetIntField(clazz, so.surfaceControl);
142 return sp<SurfaceControl>(p);
146 const sp<SurfaceControl>& surface)
148 SurfaceControl* const p =
149 (SurfaceControl*)env->GetIntField(clazz, so.surfaceControl);
    [all...]
  /external/mesa3d/test/
egl.cpp     [all...]

Completed in 96 milliseconds