Searched refs:SurfaceControl (Results 1 - 20 of 20) sorted by relevance

/frameworks/native/include/gui/
H A DSurface.h46 class SurfaceControl : public RefBase class in namespace:android
49 static bool isValid(const sp<SurfaceControl>& surface) {
56 const sp<SurfaceControl>& lhs, const sp<SurfaceControl>& rhs);
76 const sp<SurfaceControl>& control, Parcel* parcel);
82 SurfaceControl& operator = (SurfaceControl& rhs);
83 SurfaceControl(const SurfaceControl& rhs);
88 SurfaceControl(
[all...]
H A DSurfaceComposerClient.h80 sp<SurfaceControl> createSurface(
/frameworks/native/libs/gui/
H A DSurface.cpp46 // SurfaceControl
49 SurfaceControl::SurfaceControl( function in class:android::SurfaceControl
58 SurfaceControl::~SurfaceControl()
63 void SurfaceControl::destroy()
76 void SurfaceControl::clear()
87 bool SurfaceControl::isSameSurface(
88 const sp<SurfaceControl>& lhs, const sp<SurfaceControl>
[all...]
H A DSurfaceComposerClient.cpp444 sp<SurfaceControl> SurfaceComposerClient::createSurface(
451 sp<SurfaceControl> result;
457 result = new SurfaceControl(this, surface, data);
/frameworks/av/media/libstagefright/wifi-display/sink/
H A DTunnelRenderer.h28 struct SurfaceControl;
64 sp<SurfaceControl> mSurfaceControl;
/frameworks/native/services/surfaceflinger/tests/surface/
H A Dsurface.cpp39 sp<SurfaceControl> surfaceControl = client->createSurface(
47 SurfaceControl::writeSurfaceToParcel(surfaceControl, &parcel);
/frameworks/wilhelm/tests/sandbox/
H A Dnativewindow.cpp41 sp<SurfaceControl> gControl;
52 sp<SurfaceControl> control =
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp158 static sp<SurfaceControl> getSurfaceControl(JNIEnv* env, jobject surfaceObj) {
159 return reinterpret_cast<SurfaceControl*>(
164 const sp<SurfaceControl>& surface) {
165 SurfaceControl* const p = reinterpret_cast<SurfaceControl*>(
184 * If we don't have a SurfaceControl, it means we're in a different
188 SurfaceControl* const control = reinterpret_cast<SurfaceControl*>(
280 sp<SurfaceControl> surface = client->createSurface(
316 sp<SurfaceControl> surfaceContro
[all...]
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h35 class SurfaceControl;
96 sp<SurfaceControl> mFlingerSurfaceControl;
H A DBootAnimation.cpp228 sp<SurfaceControl> control = session()->createSurface(String8("BootAnimation"),
/frameworks/base/services/input/
H A DSpriteController.h194 sp<SurfaceControl> surfaceControl;
234 inline void setSurfaceLocked(const sp<SurfaceControl>& surfaceControl,
275 Vector<sp<SurfaceControl> > disposedSurfaces;
281 void disposeSurfaceLocked(const sp<SurfaceControl>& surfaceControl);
288 sp<SurfaceControl> obtainSurface(int32_t width, int32_t height);
H A DSpriteController.cpp88 void SpriteController::disposeSurfaceLocked(const sp<SurfaceControl>& surfaceControl) {
349 Vector<sp<SurfaceControl> > disposedSurfaces;
368 sp<SurfaceControl> SpriteController::obtainSurface(int32_t width, int32_t height) {
371 sp<SurfaceControl> surfaceControl = mSurfaceComposerClient->createSurface(
/frameworks/native/services/surfaceflinger/tests/
H A DTransaction_test.cpp32 static void fillSurfaceRGBA8(const sp<SurfaceControl>& sc,
165 sp<SurfaceControl> mBGSurfaceControl;
166 sp<SurfaceControl> mFGSurfaceControl;
170 sp<SurfaceControl> mSyncSurfaceControl;
/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp56 sp<SurfaceControl> mSurfaceControl;
H A DSurfaceTexture_test.cpp279 sp<SurfaceControl> mSurfaceControl;
/frameworks/av/cmds/stagefright/
H A Dstream.cpp319 sp<SurfaceControl> control =
H A Dcodec.cpp376 sp<SurfaceControl> control;
H A Dsf2.cpp606 sp<SurfaceControl> control;
H A Dstagefright.cpp916 sp<SurfaceControl> control;
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp337 sp<SurfaceControl> mSurfaceControl;

Completed in 1385 milliseconds