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/Car/SystemUI/src/com/android/systemui/car/input/
DDisplayInputSink.java70 mSurfaceControl = createSurface(display.getLayerStack()); in DisplayInputSink()
76 private SurfaceControl createSurface(int layerStack) { in createSurface() method in DisplayInputSink
/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/cpp/displayproxy/src/
DCarDisplayProxy.cpp293 client->createSurface(::android::String8::format("CarDisplayProxy::%" PRIx64, id), in getDisplayRecord()