Searched refs:mustRecompose (Results 1 – 10 of 10) sorted by relevance
30 MOCK_METHOD1(beginFrame, status_t(bool mustRecompose));
39 MOCK_METHOD1(beginFrame, status_t(bool mustRecompose));
43 virtual status_t beginFrame(bool mustRecompose) = 0;
71 virtual status_t beginFrame(bool mustRecompose) = 0;
44 virtual status_t beginFrame(bool mustRecompose);
88 virtual status_t beginFrame(bool mustRecompose);
122 status_t VirtualDisplaySurface::beginFrame(bool mustRecompose) { in beginFrame() argument127 mMustRecompose = mustRecompose; in beginFrame()
109 status_t RenderSurface::beginFrame(bool mustRecompose) { in beginFrame() argument110 return mDisplaySurface->beginFrame(mustRecompose); in beginFrame()
54 status_t beginFrame(bool mustRecompose) override;
2406 bool mustRecompose = dirty && !(empty && wasEmpty); in beginFrame() local2411 __FUNCTION__, mustRecompose ? "doing" : "skipping", in beginFrame()2415 display->getRenderSurface()->beginFrame(mustRecompose); in beginFrame()2417 if (mustRecompose) { in beginFrame()