Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/videosurface/impl/
DVideoSurfaceTextureImpl.java122 if (surfaceDimensions != null && createSurface(surfaceDimensions.x, surfaceDimensions.y)) { in attachToTextureView()
147 private boolean createSurface(int width, int height) { in createSurface() method in VideoSurfaceTextureImpl
204 surfaceCreated = createSurface(width, height); in onSurfaceTextureAvailable()
/packages/apps/Gallery2/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()
/packages/services/Car/evs/app/
DWindowSurface.cpp61 sp<SurfaceControl> sc = surfaceComposerClient->createSurface( in WindowSurface()
/packages/services/Car/evs/sampleDriver/
DGlWrapper.cpp228 mFlingerSurfaceControl = mFlinger->createSurface( in initialize()