Searched refs:mustRecompose (Results 1 – 7 of 7) sorted by relevance
38 virtual status_t beginFrame(bool mustRecompose) = 0;
42 virtual status_t beginFrame(bool mustRecompose);
84 virtual status_t beginFrame(bool mustRecompose);
99 status_t VirtualDisplaySurface::beginFrame(bool mustRecompose) { in beginFrame() argument103 mMustRecompose = mustRecompose; in beginFrame()
131 status_t beginFrame(bool mustRecompose) const;
208 status_t DisplayDevice::beginFrame(bool mustRecompose) const { in beginFrame()209 return mDisplaySurface->beginFrame(mustRecompose); in beginFrame()
1030 bool mustRecompose = dirty && !(empty && wasEmpty); in setUpHWComposer() local1034 mustRecompose ? "doing" : "skipping", in setUpHWComposer()1039 mDisplays[dpy]->beginFrame(mustRecompose); in setUpHWComposer()1041 if (mustRecompose) { in setUpHWComposer()