Searched defs:OutputLayerPartialMockForUpdateCompositionState (Results 1 – 1 of 1) sorted by relevance
485 struct OutputLayerPartialMockForUpdateCompositionState : public impl::OutputLayer { struct486 OutputLayerPartialMockForUpdateCompositionState(const compositionengine::Output& output, in OutputLayerPartialMockForUpdateCompositionState() function495 const compositionengine::Output& getOutput() const override { return mOutput; } in getOutput()496 compositionengine::LayerFE& getLayerFE() const override { return *mLayerFE; } in getLayerFE()497 const impl::OutputLayerCompositionState& getState() const override { return mState; } in getState()498 impl::OutputLayerCompositionState& editState() override { return mState; } in editState()503 const compositionengine::Output& mOutput;504 sp<compositionengine::LayerFE> mLayerFE;505 impl::OutputLayerCompositionState mState;