Home
last modified time | relevance | path

Searched defs:outLayers (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DComposerHal.cpp303 std::vector<Layer>* outLayers, in getChangedCompositionTypes()
415 uint32_t* outDisplayRequestMask, std::vector<Layer>* outLayers, in getDisplayRequests()
486 std::vector<Layer>* outLayers, std::vector<int>* outReleaseFences) in getReleaseFences()
1480 std::vector<Layer>* outLayers, in takeChangedCompositionTypes()
1497 uint32_t* outDisplayRequestMask, std::vector<Layer>* outLayers, in takeDisplayRequests()
1516 std::vector<Layer>* outLayers, std::vector<int>* outReleaseFences) in takeReleaseFences()
/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DCredentials_test.cpp314 std::vector<LayerDebugInfo> outLayers; in TEST_F() local
/aosp12/hardware/google/graphics/common/libhwc2.1/
H A DExynosHWC.cpp303 uint32_t* outNumElements, hwc2_layer_t* outLayers, in exynos_getChangedCompositionTypes()
426 uint32_t* outNumElements, hwc2_layer_t* outLayers, in exynos_getDisplayRequests()
498 uint32_t* outNumElements, hwc2_layer_t* outLayers, int32_t* outFences) in exynos_getReleaseFences()
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/
H A DHWC2On1Adapter.cpp665 uint32_t* outNumElements, hwc2_layer_t* outLayers, int32_t* outTypes) in getChangedCompositionTypes()
770 hwc2_layer_t* outLayers, int32_t* outFences) in getReleaseFences()
796 uint32_t* outNumElements, hwc2_layer_t* outLayers, in getRequests()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
H A DHWC2On1Adapter.cpp626 uint32_t* outNumElements, hwc2_layer_t* outLayers, int32_t* outTypes) { in getChangedCompositionTypes()
725 hwc2_layer_t* outLayers, int32_t* outFences) { in getReleaseFences()
750 uint32_t* outNumElements, hwc2_layer_t* outLayers, in getRequests()
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosDisplay.cpp2674 uint32_t* outNumElements, hwc2_layer_t* outLayers, in getChangedCompositionTypes()
2825 uint32_t* outNumElements, hwc2_layer_t* outLayers, in getDisplayRequests()
2906 hwc2_layer_t* outLayers, int32_t* outFences) { in getReleaseFences()
/aosp12/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp576 status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) override { in getLayerDebugInfo()
1595 std::vector<LayerDebugInfo> outLayers; in onTransact() local
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/
H A DHWC2OnFbAdapter.cpp336 uint32_t* outNumElements, hwc2_layer_t* outLayers, in getChangedCompositionTypesHook()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
H A DHwcHal.h383 Error presentDisplay(Display display, int32_t* outPresentFence, std::vector<Layer>* outLayers, in presentDisplay()
/aosp12/frameworks/native/services/vr/hardware_composer/impl/
H A Dvr_hwc.cpp537 std::vector<Layer>* outLayers, in presentDisplay()
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1518 status_t SurfaceFlinger::getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) { in getLayerDebugInfo()