Searched refs:createSurface (Results 1 - 25 of 25) sorted by relevance

/frameworks/native/libs/gui/
H A DISurfaceComposerClient.cpp52 virtual status_t createSurface(const String8& name, uint32_t w, function in class:android::BpSurfaceComposerClient
95 status_t result = createSurface(name, w, h, format, flags,
H A DSurfaceComposerClient.cpp467 sp<SurfaceControl> SurfaceComposerClient::createSurface( function in class:android::SurfaceComposerClient
478 status_t err = mClient->createSurface(name, w, h, format, flags,
480 ALOGE_IF(err, "SurfaceComposerClient::createSurface error %s", strerror(-err));
/frameworks/native/include/gui/
H A DISurfaceComposerClient.h40 // flags for createSurface()
58 virtual status_t createSurface(
H A DSurfaceComposerClient.h81 sp<SurfaceControl> createSurface(
/frameworks/native/services/surfaceflinger/
H A DClient.h55 virtual status_t createSurface(
H A DClient.cpp108 status_t Client::createSurface( function in class:android::Client
115 * createSurface must be called from the GL thread so that it can
/frameworks/native/services/surfaceflinger/tests/resize/
H A Dresize.cpp41 sp<SurfaceControl> surfaceControl = client->createSurface(String8("resize"),
/frameworks/wilhelm/tests/sandbox/
H A Dnativewindow.cpp53 composerClient->createSurface(
/frameworks/native/services/surfaceflinger/tests/
H A DTransaction_test.cpp106 mBGSurfaceControl = mComposerClient->createSurface(
114 mFGSurfaceControl = mComposerClient->createSurface(
122 mSyncSurfaceControl = mComposerClient->createSurface(
/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp41 mSurfaceControl = mComposerClient->createSurface(
H A DSurfaceTexture_test.cpp88 mSurfaceControl = mComposerClient->createSurface(
/frameworks/base/services/java/com/android/server/power/
H A DElectronBeam.java170 if (createSurface()) {
500 private boolean createSurface() { method in class:ElectronBeam
/frameworks/av/cmds/stagefright/
H A Dstream.cpp321 composerClient->createSurface(
H A Dcodec.cpp393 control = composerClient->createSurface(
H A Dsf2.cpp613 control = composerClient->createSurface(
H A Dstagefright.cpp923 control = composerClient->createSurface(
/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java1156 if (!createSurface(surface)) {
1238 if (!createSurface(surface)) {
1250 private boolean createSurface(Surface surface) { method in class:HardwareRenderer.GlRenderer
/frameworks/native/cmds/flatland/
H A DGLHelper.cpp255 sp<SurfaceControl> sc = mSurfaceComposerClient->createSurface(
/frameworks/av/camera/tests/
H A DProCameraTests.cpp399 mSurfaceControl = mComposerClient->createSurface(
424 mDepthSurfaceControl = mDepthComposerClient->createSurface(
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java1049 public boolean createSurface() { method in class:GLSurfaceView.EglHelper
1051 Log.w("EglHelper", "createSurface() tid=" + Thread.currentThread().getId());
1470 Log.w("GLThread", "egl createSurface");
1472 if (mEglHelper.createSurface()) {
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp228 sp<SurfaceControl> control = session()->createSurface(String8("BootAnimation"),
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp129 sp<SurfaceControl> surface = client->createSurface(
/frameworks/base/services/input/
H A DSpriteController.cpp372 sp<SurfaceControl> surfaceControl = mSurfaceComposerClient->createSurface(
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp92 mSurfaceControl = mComposerClient->createSurface(
/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java2951 private ViewManager.ChildView createSurface(View pluginView) { method in class:WebViewCore
2976 ViewManager.ChildView view = createSurface(pluginView);

Completed in 490 milliseconds