Searched refs:mustRecompose (Results 1 – 8 of 8) sorted by relevance
33 MOCK_METHOD1(beginFrame, status_t(bool mustRecompose));
39 virtual status_t beginFrame(bool mustRecompose) = 0;
43 virtual status_t beginFrame(bool mustRecompose);
85 virtual status_t beginFrame(bool mustRecompose);
118 status_t VirtualDisplaySurface::beginFrame(bool mustRecompose) { in beginFrame() argument122 mMustRecompose = mustRecompose; in beginFrame()
339 status_t DisplayDevice::beginFrame(bool mustRecompose) const { in beginFrame()340 return mDisplaySurface->beginFrame(mustRecompose); in beginFrame()
144 status_t beginFrame(bool mustRecompose) const;
1976 bool mustRecompose = dirty && !(empty && wasEmpty); in setUpHWComposer() local1980 mustRecompose ? "doing" : "skipping", in setUpHWComposer()1985 mDisplays[dpy]->beginFrame(mustRecompose); in setUpHWComposer()1987 if (mustRecompose) { in setUpHWComposer()