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

  /frameworks/native/include/gui/
Surface.h 46 class SurfaceControl : public RefBase
49 static bool isValid(const sp<SurfaceControl>& surface) {
56 const sp<SurfaceControl>& lhs, const sp<SurfaceControl>& rhs);
78 const sp<SurfaceControl>& control, Parcel* parcel);
84 SurfaceControl& operator = (SurfaceControl& rhs);
85 SurfaceControl(const SurfaceControl& rhs);
90 SurfaceControl(
    [all...]
SurfaceComposerClient.h 66 sp<SurfaceControl> createSurface(
75 sp<SurfaceControl> createSurface(
  /frameworks/native/libs/gui/
Surface.cpp 46 // SurfaceControl
49 SurfaceControl::SurfaceControl(
58 SurfaceControl::~SurfaceControl()
63 void SurfaceControl::destroy()
76 void SurfaceControl::clear()
87 bool SurfaceControl::isSameSurface(
88 const sp<SurfaceControl>& lhs, const sp<SurfaceControl>& rhs)
    [all...]
SurfaceComposerClient.cpp 354 sp<SurfaceControl> SurfaceComposerClient::createSurface(
371 sp<SurfaceControl> SurfaceComposerClient::createSurface(
379 sp<SurfaceControl> result;
385 result = new SurfaceControl(this, surface, data);
  /frameworks/base/core/jni/
android_view_Surface.cpp 71 jfieldID surfaceControl;
140 static sp<SurfaceControl> getSurfaceControl(JNIEnv* env, jobject clazz)
142 SurfaceControl* const p =
143 (SurfaceControl*)env->GetIntField(clazz, so.surfaceControl);
144 return sp<SurfaceControl>(p);
148 const sp<SurfaceControl>& surface)
150 SurfaceControl* const p =
151 (SurfaceControl*)env->GetIntField(clazz, so.surfaceControl);
    [all...]
  /frameworks/base/cmds/bootanimation/
BootAnimation.h 35 class SurfaceControl;
96 sp<SurfaceControl> mFlingerSurfaceControl;
BootAnimation.cpp 225 sp<SurfaceControl> control = session()->createSurface(
  /frameworks/native/services/surfaceflinger/tests/surface/
surface.cpp 39 sp<SurfaceControl> surfaceControl = client->createSurface(
42 surfaceControl->setLayer(100000);
47 SurfaceControl::writeSurfaceToParcel(surfaceControl, &parcel);
  /frameworks/wilhelm/tests/sandbox/
nativewindow.cpp 41 sp<SurfaceControl> gControl;
52 sp<SurfaceControl> control =
  /frameworks/base/services/input/
SpriteController.h 194 sp<SurfaceControl> surfaceControl;
234 inline void setSurfaceLocked(const sp<SurfaceControl>& surfaceControl,
236 mLocked.state.surfaceControl = surfaceControl;
275 Vector<sp<SurfaceControl> > disposedSurfaces;
281 void disposeSurfaceLocked(const sp<SurfaceControl>& surfaceControl);
288 sp<SurfaceControl> obtainSurface(int32_t width, int32_t height)
    [all...]
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...]
  /frameworks/native/services/surfaceflinger/tests/
Transaction_test.cpp 31 static void fillSurfaceRGBA8(const sp<SurfaceControl>& sc,
158 sp<SurfaceControl> mBGSurfaceControl;
159 sp<SurfaceControl> mFGSurfaceControl;
163 sp<SurfaceControl> mSyncSurfaceControl;
  /frameworks/native/libs/gui/tests/
Surface_test.cpp 56 sp<SurfaceControl> mSurfaceControl;
SurfaceTexture_test.cpp 279 sp<SurfaceControl> mSurfaceControl;
    [all...]
  /frameworks/av/cmds/stagefright/
stream.cpp 312 sp<SurfaceControl> control =
codec.cpp 374 sp<SurfaceControl> control;
sf2.cpp 606 sp<SurfaceControl> control;
stagefright.cpp 916 sp<SurfaceControl> control;
    [all...]
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 337 sp<SurfaceControl> mSurfaceControl;
    [all...]
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 39 sp<SurfaceControl> surfaceControl;
756 surfaceControl = client->createSurface(0,
761 previewSurface = surfaceControl->getSurface();
764 surfaceControl->setLayer(0x7fffffff);
765 surfaceControl->setPosition(0, 0);
766 surfaceControl->setSize(previewWidth, previewHeight);
767 surfaceControl->show();
804 if ( NULL != surfaceControl.get() ) {
805 surfaceControl->clear()
    [all...]

Completed in 678 milliseconds