Home
last modified time | relevance | path

Searched refs:mFlingerSurface (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/evs/sampleDriver/
DGlWrapper.cpp235 mFlingerSurface = mFlingerSurfaceControl->getSurface(); in initialize()
272 mSurface = eglCreateWindowSurface(mDisplay, egl_config, mFlingerSurface.get(), nullptr); in initialize()
338 mFlingerSurface.clear(); in shutdown()
DGlWrapper.h58 sp<Surface> mFlingerSurface; variable