Home
last modified time | relevance | path

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

/packages/services/Car/evs/sampleDriver/
DGlWrapper.cpp228 mFlingerSurfaceControl = mFlinger->createSurface( in initialize()
231 if (mFlingerSurfaceControl == nullptr || !mFlingerSurfaceControl->isValid()) { in initialize()
235 mFlingerSurface = mFlingerSurfaceControl->getSurface(); in initialize()
339 mFlingerSurfaceControl.clear(); in shutdown()
345 if (mFlingerSurfaceControl != nullptr) { in showWindow()
347 .setLayer(mFlingerSurfaceControl, 0x7FFFFFFF) // always on top in showWindow()
348 .show(mFlingerSurfaceControl) in showWindow()
355 if (mFlingerSurfaceControl != nullptr) { in hideWindow()
357 .hide(mFlingerSurfaceControl) in hideWindow()
DGlWrapper.h57 sp<SurfaceControl> mFlingerSurfaceControl; variable