Home
last modified time | relevance | path

Searched defs:mLayers (Results 1 – 21 of 21) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/
H A DClient.h74 DefaultKeyedVector< wp<IBinder>, wp<Layer> > mLayers; variable
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
H A DPredictor.h101 std::vector<const LayerState> mLayers; variable
H A DCachedSet.h155 std::vector<Layer> mLayers; variable
H A DFlattener.h215 std::vector<CachedSet> mLayers; variable
/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DFakeComposerClient.h290 std::vector<std::unique_ptr<LayerImpl>> mLayers; variable
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/include/hwc2onfbadapter/
H A DHWC2OnFbAdapter.h93 std::unordered_set<hwc2_layer_t> mLayers; variable
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.h244 Layers mLayers; variable
/aosp12/frameworks/native/cmds/surfacereplayer/replayer/
H A DReplayer.h152 std::unordered_map<layer_id, sp<SurfaceControl>> mLayers; variable
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DHardwareBgDrawable.java31 private final Drawable[] mLayers; field in HardwareBgDrawable
/aosp12/packages/services/Car/car-lib/src/android/car/vms/
H A DVmsSubscriptionState.java54 private @NonNull Set<VmsLayer> mLayers; field in VmsSubscriptionState
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DDrawFrameTask.h122 std::vector<sp<DeferredLayerUpdater> > mLayers; variable
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
H A DHWC2On1Adapter.h446 std::multiset<std::shared_ptr<Layer>, SortLayersByZ> mLayers; variable
703 std::map<hwc2_layer_t, std::shared_ptr<Layer>> mLayers; variable
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/
H A DHWC2On1Adapter.h395 std::multiset<std::shared_ptr<Layer>, SortLayersByZ> mLayers; variable
668 std::map<hwc2_layer_t, std::shared_ptr<Layer>> mLayers; variable
/aosp12/hardware/interfaces/graphics/composer/2.2/vts/functional/
H A DVtsHalGraphicsComposerV2_2ReadbackTest.cpp1009 std::vector<std::shared_ptr<TestLayer>> mLayers; member in android::hardware::graphics::composer::V2_2::vts::__anon58174ba30110::GraphicsBlendModeCompositionTest
1214 std::vector<std::shared_ptr<TestLayer>> mLayers; member in android::hardware::graphics::composer::V2_2::vts::__anon58174ba30110::GraphicsTransformCompositionTest
/aosp12/frameworks/native/cmds/flatland/
H A DMain.cpp577 Layer mLayers[MAX_NUM_LAYERS]; member in BenchmarkRunner
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DSetFrameRateTest.cpp129 std::vector<sp<Layer>> mLayers; member in android::SetFrameRateTest
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayAreaPolicyBuilder.java615 private final boolean[] mLayers; field in DisplayAreaPolicyBuilder.Feature.Builder
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DGcSnapshot.java75 private final ArrayList<Layer> mLayers = new ArrayList<Layer>(); field in GcSnapshot
/aosp12/hardware/google/graphics/common/libacryl/include/hardware/exynos/
H A Dacryl.h1234 struct AcrylicPerformanceRequestLayer *mLayers; member
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosDisplay.h430 ExynosSortedLayer mLayers; variable
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DOutputTest.cpp3730 std::array<Layer, 3> mLayers; member