Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
DMockDisplaySurface.h33 MOCK_METHOD1(beginFrame, status_t(bool mustRecompose));
/frameworks/native/services/surfaceflinger/DisplayHardware/
DDisplaySurface.h39 virtual status_t beginFrame(bool mustRecompose) = 0;
DFramebufferSurface.h43 virtual status_t beginFrame(bool mustRecompose);
DVirtualDisplaySurface.h85 virtual status_t beginFrame(bool mustRecompose);
DVirtualDisplaySurface.cpp118 status_t VirtualDisplaySurface::beginFrame(bool mustRecompose) { in beginFrame() argument
122 mMustRecompose = mustRecompose; in beginFrame()
/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp339 status_t DisplayDevice::beginFrame(bool mustRecompose) const { in beginFrame()
340 return mDisplaySurface->beginFrame(mustRecompose); in beginFrame()
DDisplayDevice.h144 status_t beginFrame(bool mustRecompose) const;
DSurfaceFlinger.cpp1976 bool mustRecompose = dirty && !(empty && wasEmpty); in setUpHWComposer() local
1980 mustRecompose ? "doing" : "skipping", in setUpHWComposer()
1985 mDisplays[dpy]->beginFrame(mustRecompose); in setUpHWComposer()
1987 if (mustRecompose) { in setUpHWComposer()