Searched refs:createWindow (Results 1 – 7 of 7) sorted by relevance
31 android::sp<android::SurfaceControl> createWindow(int width = -1, int height = -1);
35 sp<SurfaceControl> createWindow(int width, int height) { in createWindow() function
75 sp<SurfaceControl> control = createWindow(width, height); in main()
45 status_t createWindow(const sp<IGraphicBufferProducer>& surface);
137 err = mEglWindow.createWindow(mOutputSurface); in setup_l()290 err = window.createWindow(outputSurface); in drawInfoPage()
37 status_t EglWindow::createWindow(const sp<IGraphicBufferProducer>& surface) { in createWindow() function in EglWindow
122 createWindow(); in OverlayDisplayWindow()180 private void createWindow() { in createWindow() method in OverlayDisplayWindow