Searched defs:OutputLayerPartialMockForUpdateCompositionState (Results 1 – 1 of 1) sorted by relevance
526 struct OutputLayerPartialMockForUpdateCompositionState : public impl::OutputLayer { struct527 OutputLayerPartialMockForUpdateCompositionState(const compositionengine::Output& output, in OutputLayerPartialMockForUpdateCompositionState() function536 const compositionengine::Output& getOutput() const override { return mOutput; } in getOutput()537 compositionengine::LayerFE& getLayerFE() const override { return *mLayerFE; } in getLayerFE()538 const impl::OutputLayerCompositionState& getState() const override { return mState; } in getState()539 impl::OutputLayerCompositionState& editState() override { return mState; } in editState()544 const compositionengine::Output& mOutput;545 sp<compositionengine::LayerFE> mLayerFE;546 impl::OutputLayerCompositionState mState;