Home
last modified time | relevance | path

Searched defs:Layer (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DCompositionEngineTest.cpp125 struct Layer { struct
126 Layer() { EXPECT_CALL(outputLayer, getLayerFE()).WillRepeatedly(ReturnRef(*layerFE)); } in Layer() argument
128 StrictMock<mock::OutputLayer> outputLayer;
129 sp<StrictMock<mock::LayerFE>> layerFE = sp<StrictMock<mock::LayerFE>>::make();
130 LayerFECompositionState layerFEState;
DOutputTest.cpp1191 struct Layer { struct
1192 StrictMock<mock::OutputLayer> outputLayer;
1193 sp<StrictMock<mock::LayerFE>> layerFE = sp<StrictMock<mock::LayerFE>>::make();
1366 struct Layer { struct
1367 Layer() { in Layer() argument
1372 StrictMock<mock::OutputLayer> outputLayer;
1373 impl::OutputLayerCompositionState outputLayerState;
1374 sp<StrictMock<mock::LayerFE>> layerFE = sp<StrictMock<mock::LayerFE>>::make();
2087 struct Layer { struct
2088 Layer() { in Layer() argument
[all …]
DDisplayTest.cpp75 struct Layer { struct
76 Layer() { in Layer() argument
81 sp<StrictMock<mock::LayerFE>> layerFE = sp<StrictMock<mock::LayerFE>>::make();
82 StrictMock<mock::OutputLayer>* outputLayer = new StrictMock<mock::OutputLayer>();
83 StrictMock<HWC2::mock::Layer> hwc2Layer;
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DOutputLayer.h45 class Layer; variable
DOutput.h45 class Layer; variable
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.h63 class Layer; variable
185 class Layer; variable
DHWC2.cpp162 Error Display::getChangedCompositionTypes(std::unordered_map<HWC2::Layer*, Composition>* outTypes) { in getChangedCompositionTypes()
255 std::unordered_map<HWC2::Layer*, LayerRequest>* outLayerRequests) { in getRequests()
363 Error Display::getReleaseFences(std::unordered_map<HWC2::Layer*, sp<Fence>>* outFences) const { in getReleaseFences()
652 Layer::Layer(android::Hwc2::Composer& composer, in Layer() function in android::HWC2::impl::Layer
/frameworks/native/vulkan/libvulkan/
Dlayers_extensions.cpp53 struct Layer { struct
54 VkLayerProperties properties;
55 size_t library_idx;
58 bool is_global;
60 std::vector<VkExtensionProperties> instance_extensions;
61 std::vector<VkExtensionProperties> device_extensions;
/frameworks/native/services/surfaceflinger/
DTunnelModeEnabledReporter.h29 class Layer; variable
DClient.h31 class Layer; variable
DLayerVector.h26 class Layer; variable
DLayerRenderArea.h30 class Layer; variable
DFpsReporter.h31 class Layer; variable
DSurfaceFlingerFactory.h40 class Layer; variable
DRegionSamplingThread.h39 class Layer; variable
/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerHandle.h24 class Layer; variable
/frameworks/base/libs/hwui/
DReadback.h37 class Layer; variable
DLayer.cpp30 Layer::Layer(RenderState& renderState, sk_sp<SkColorFilter> colorFilter, int alpha, in Layer() function in android::uirenderer::Layer
/frameworks/av/media/libstagefright/include/media/stagefright/
DFrameCaptureProcessor.h46 struct Layer : public RefBase { struct
/frameworks/base/libs/hwui/renderstate/
DRenderState.h27 class Layer; variable
/frameworks/native/services/surfaceflinger/Scheduler/
DLayerHistory.h36 class Layer; variable
/frameworks/base/packages/SystemUI/checks/src/com/android/internal/systemui/lint/
DCleanArchitectureDependencyViolationDetector.kt95 private enum class Layer( in <lambda>() class in com.android.internal.systemui.lint.CleanArchitectureDependencyViolationDetector
/frameworks/native/cmds/flatland/
DMain.cpp284 class Layer { class
288 Layer() : in Layer() function in Layer
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DOutputLayerCompositionState.h46 class Layer; variable
/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
DCachedSet.cpp59 CachedSet::Layer::Layer(const LayerState* state, std::chrono::steady_clock::time_point lastUpdate) in Layer() function in android::compositionengine::impl::planner::CachedSet::Layer

12