Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DDisplaySurfaceUser.cpp29 if (mBoundSurface != nullptr) { in ~DisplaySurfaceUser()
37 if (mBoundSurface != nullptr) { in bindToSurface()
44 mBoundSurface = surface; in bindToSurface()
50 if (mBoundSurface != nullptr) { in unbindFromSurface()
51 mBoundSurface->unregisterUser(this); in unbindFromSurface()
52 mBoundSurface = nullptr; in unbindFromSurface()
DDisplaySurfaceUser.h42 const DisplaySurface* getBoundSurface() const { return mBoundSurface; } in getBoundSurface()
49 DisplaySurface* mBoundSurface = nullptr; variable