Home
last modified time | relevance | path

Searched refs:WrappedScreenView (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/guest/hals/hwcomposer/common/
Dstats_keeper.h149 class WrappedScreenView : public ScreenView {
151 WrappedScreenView(std::unique_ptr<ScreenView> screen_view, in WrappedScreenView() function
154 virtual ~WrappedScreenView() = default;
190 new WrappedScreenView(std::move(screen_view), in StatsKeepingComposer()