Home
last modified time | relevance | path

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

12

/frameworks/native/libs/gui/
DISurfaceComposerClient.cpp52 virtual status_t createSurface(const String8& name, uint32_t w, in createSurface() function in android::BpSurfaceComposerClient
95 status_t result = createSurface(name, w, h, format, flags, in onTransact()
DSurfaceComposerClient.cpp472 sp<SurfaceControl> SurfaceComposerClient::createSurface( in createSurface() function in android::SurfaceComposerClient
483 status_t err = mClient->createSurface(name, w, h, format, flags, in createSurface()
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp106 mBGSurfaceControl = mComposerClient->createSurface( in SetUp()
114 mFGSurfaceControl = mComposerClient->createSurface( in SetUp()
122 mSyncSurfaceControl = mComposerClient->createSurface( in SetUp()
/frameworks/native/include/gui/
DISurfaceComposerClient.h58 virtual status_t createSurface(
DSurfaceComposerClient.h81 sp<SurfaceControl> createSurface(
/frameworks/native/services/surfaceflinger/tests/resize/
Dresize.cpp41 sp<SurfaceControl> surfaceControl = client->createSurface(String8("resize"), in main()
/frameworks/wilhelm/tests/sandbox/
Dnativewindow.cpp53 composerClient->createSurface( in getNativeWindow_()
/frameworks/native/services/surfaceflinger/
DClient.h55 virtual status_t createSurface(
DClient.cpp109 status_t Client::createSurface( in createSurface() function in android::Client
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DBlockingGLTextureView.java192 public boolean createSurface(SurfaceTexture surface) { in createSurface() method in BlockingGLTextureView.EglHelper
398 if (mEglHelper.createSurface(mSurface)) { in handleMessageLocked()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp42 mSurfaceControl = mComposerClient->createSurface( in SetUp()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DRenderTarget.java91 EGLSurface eglSurface = createSurface(egl, eglDisplay, width, height); in newTarget()
390 private static EGLSurface createSurface(EGL10 egl, EGLDisplay display, int width, int height) { in createSurface() method in RenderTarget
/frameworks/base/services/java/com/android/server/power/
DElectronBeam.java171 if (createSurface()) { in tryPrepare()
501 private boolean createSurface() { in createSurface() method in ElectronBeam
/frameworks/av/cmds/stagefright/
Dstream.cpp321 composerClient->createSurface( in main()
Dcodec.cpp393 control = composerClient->createSurface( in main()
Dsf2.cpp613 control = composerClient->createSurface( in main()
Dstagefright.cpp921 control = composerClient->createSurface( in main()
/frameworks/native/cmds/flatland/
DGLHelper.cpp258 sp<SurfaceControl> sc = mSurfaceComposerClient->createSurface( in createWindowSurface()
/frameworks/base/core/java/android/view/
DHardwareRenderer.java1241 if (!createSurface(surface)) { in createEglSurface()
1328 if (!createSurface(surface)) { in invalidate()
1340 private boolean createSurface(Surface surface) { in createSurface() method in HardwareRenderer.GlRenderer
/frameworks/base/opengl/java/android/opengl/
DGLSurfaceView.java1049 public boolean createSurface() { in createSurface() method in GLSurfaceView.EglHelper
1472 if (mEglHelper.createSurface()) { in guardedRun()
/frameworks/av/camera/tests/
DProCameraTests.cpp398 mSurfaceControl = mComposerClient->createSurface( in createOnScreenSurface()
423 mDepthSurfaceControl = mDepthComposerClient->createSurface( in createDepthOnScreenSurface()
/frameworks/base/services/input/
DSpriteController.cpp372 sp<SurfaceControl> surfaceControl = mSurfaceComposerClient->createSurface( in obtainSurface()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp98 sp<SurfaceControl> surface = client->createSurface( in nativeCreate()
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp228 sp<SurfaceControl> control = session()->createSurface(String8("BootAnimation"), in readyToRun()
/frameworks/av/media/libstagefright/tests/
DSurfaceMediaSource_test.cpp94 mSurfaceControl = mComposerClient->createSurface( in SetUp()

12