Searched refs:createWindow (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/tests/
H A DTestContext.h31 android::sp<android::SurfaceControl> createWindow(int width = -1, int height = -1);
H A DTestContext.cpp35 sp<SurfaceControl> createWindow(int width, int height) { function
H A Dmain.cpp75 sp<SurfaceControl> control = createWindow(width, height);
/frameworks/av/cmds/screenrecord/
H A DEglWindow.h45 status_t createWindow(const sp<IGraphicBufferProducer>& surface);
H A DEglWindow.cpp37 status_t EglWindow::createWindow(const sp<IGraphicBufferProducer>& surface) { function in class:EglWindow
H A DOverlay.cpp137 err = mEglWindow.createWindow(mOutputSurface);
290 err = window.createWindow(outputSurface);
/frameworks/base/services/core/java/com/android/server/display/
H A DOverlayDisplayWindow.java122 createWindow();
180 private void createWindow() { method in class:OverlayDisplayWindow

Completed in 107 milliseconds