Searched refs:createSurface (Results 1 – 4 of 4) sorted by relevance
122 if (surfaceDimensions != null && createSurface(surfaceDimensions.x, surfaceDimensions.y)) { in attachToTextureView()147 private boolean createSurface(int width, int height) { in createSurface() method in VideoSurfaceTextureImpl204 surfaceCreated = createSurface(width, height); in onSurfaceTextureAvailable()
70 mSurfaceControl = createSurface(display.getLayerStack()); in DisplayInputSink()76 private SurfaceControl createSurface(int layerStack) { in createSurface() method in DisplayInputSink
192 public boolean createSurface(SurfaceTexture surface) { in createSurface() method in BlockingGLTextureView.EglHelper398 if (mEglHelper.createSurface(mSurface)) { in handleMessageLocked()
293 client->createSurface(::android::String8::format("CarDisplayProxy::%" PRIx64, id), in getDisplayRecord()