Home
last modified time | relevance | path

Searched refs:mustRecompose (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
DDisplaySurface.h38 virtual status_t beginFrame(bool mustRecompose) = 0;
DFramebufferSurface.h42 virtual status_t beginFrame(bool mustRecompose);
DVirtualDisplaySurface.h84 virtual status_t beginFrame(bool mustRecompose);
DVirtualDisplaySurface.cpp99 status_t VirtualDisplaySurface::beginFrame(bool mustRecompose) { in beginFrame() argument
103 mMustRecompose = mustRecompose; in beginFrame()
/frameworks/native/services/surfaceflinger/
DDisplayDevice.h131 status_t beginFrame(bool mustRecompose) const;
DDisplayDevice.cpp208 status_t DisplayDevice::beginFrame(bool mustRecompose) const { in beginFrame()
209 return mDisplaySurface->beginFrame(mustRecompose); in beginFrame()
DSurfaceFlinger.cpp1030 bool mustRecompose = dirty && !(empty && wasEmpty); in setUpHWComposer() local
1034 mustRecompose ? "doing" : "skipping", in setUpHWComposer()
1039 mDisplays[dpy]->beginFrame(mustRecompose); in setUpHWComposer()
1041 if (mustRecompose) { in setUpHWComposer()