Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/
DExynosHWC.h68 uint32_t* outNumElements, hwc2_layer_t* outLayers, int32_t* outTypes);
79 uint32_t* outNumElements, hwc2_layer_t* outLayers, int32_t* outLayerRequests);
87 hwc2_layer_t* outLayers, int32_t* outFences);
DExynosHWC.cpp303 uint32_t* outNumElements, hwc2_layer_t* outLayers, in exynos_getChangedCompositionTypes() argument
311 return exynosDisplay->getChangedCompositionTypes(outNumElements, outLayers, outTypes); in exynos_getChangedCompositionTypes()
426 uint32_t* outNumElements, hwc2_layer_t* outLayers, in exynos_getDisplayRequests() argument
434 …return exynosDisplay->getDisplayRequests(outDisplayRequests, outNumElements, outLayers, outLayerRe… in exynos_getDisplayRequests()
498 uint32_t* outNumElements, hwc2_layer_t* outLayers, int32_t* outFences) in exynos_getReleaseFences() argument
505 return exynosDisplay->getReleaseFences(outNumElements, outLayers, outFences); in exynos_getReleaseFences()
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
DHwcHal.h383 Error presentDisplay(Display display, int32_t* outPresentFence, std::vector<Layer>* outLayers, in presentDisplay() argument
398 outLayers->resize(count); in presentDisplay()
400 err = mDispatch.getReleaseFences(mDevice, display, &count, outLayers->data(), in presentDisplay()
404 outLayers->clear(); in presentDisplay()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
DHWC2On1Adapter.h209 hwc2_layer_t* outLayers, int32_t* outTypes);
219 hwc2_layer_t* outLayers, int32_t* outFences);
221 uint32_t* outNumElements, hwc2_layer_t* outLayers,
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/
DHWC2OnFbAdapter.cpp336 uint32_t* outNumElements, hwc2_layer_t* outLayers, in getChangedCompositionTypesHook() argument
348 if (outLayers && outTypes) { in getChangedCompositionTypesHook()
352 outLayers[i] = *iter++; in getChangedCompositionTypesHook()
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.h196 hwc2_layer_t* outLayers, int32_t* outTypes);
206 hwc2_layer_t* outLayers, int32_t* outFences);
208 uint32_t* outNumElements, hwc2_layer_t* outLayers,
DHWC2On1Adapter.cpp665 uint32_t* outNumElements, hwc2_layer_t* outLayers, int32_t* outTypes) in getChangedCompositionTypes() argument
675 if ((outLayers == nullptr) || (outTypes == nullptr)) { in getChangedCompositionTypes()
689 outLayers[numWritten] = layerId; in getChangedCompositionTypes()
770 hwc2_layer_t* outLayers, int32_t* outFences) in getReleaseFences() argument
775 bool outputsNonNull = (outLayers != nullptr) && (outFences != nullptr); in getReleaseFences()
784 outLayers[numWritten] = layer->getId(); in getReleaseFences()
796 uint32_t* outNumElements, hwc2_layer_t* outLayers, in getRequests() argument
805 if (outLayers == nullptr || outLayerRequests == nullptr) { in getRequests()
816 outLayers[numWritten] = request.first; in getRequests()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp626 uint32_t* outNumElements, hwc2_layer_t* outLayers, int32_t* outTypes) { in getChangedCompositionTypes() argument
635 if ((outLayers == nullptr) || (outTypes == nullptr)) { in getChangedCompositionTypes()
649 outLayers[numWritten] = layerId; in getChangedCompositionTypes()
725 hwc2_layer_t* outLayers, int32_t* outFences) { in getReleaseFences() argument
729 bool outputsNonNull = (outLayers != nullptr) && (outFences != nullptr); in getReleaseFences()
738 outLayers[numWritten] = layer->getId(); in getReleaseFences()
750 uint32_t* outNumElements, hwc2_layer_t* outLayers, in getRequests() argument
758 if (outLayers == nullptr || outLayerRequests == nullptr) { in getRequests()
772 outLayers[numWritten] = request.first; in getRequests()
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerHal.h110 std::vector<Layer>* outLayers,
/hardware/libhardware/include_all/hardware/
Dhwcomposer2.h1466 uint32_t* outNumElements, hwc2_layer_t* outLayers,
1663 uint32_t* outNumElements, hwc2_layer_t* outLayers,
1803 hwc2_layer_t* outLayers, int32_t* outFences);
/hardware/libhardware/include/hardware/
Dhwcomposer2.h1466 uint32_t* outNumElements, hwc2_layer_t* outLayers,
1663 uint32_t* outNumElements, hwc2_layer_t* outLayers,
1803 hwc2_layer_t* outLayers, int32_t* outFences);
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.h727 uint32_t* outNumElements, hwc2_layer_t* outLayers,
776 uint32_t* outNumElements, hwc2_layer_t* outLayers,
797 hwc2_layer_t* outLayers, int32_t* outFences);
DExynosDisplay.cpp3087 uint32_t* outNumElements, hwc2_layer_t* outLayers, in getChangedCompositionTypes() argument
3090 if ((outLayers == NULL) || (outTypes == NULL)) { in getChangedCompositionTypes()
3128 *outNumElements, outLayers, outTypes)) < 0) { in getChangedCompositionTypes()
3139 count, *outNumElements, outLayers, outTypes)) < 0) { in getChangedCompositionTypes()
3152 if ((outLayers == NULL) || (outTypes == NULL)) in getChangedCompositionTypes()
3244 uint32_t* outNumElements, hwc2_layer_t* outLayers, in getDisplayRequests() argument
3258 if ((outLayers == NULL) || (outLayerRequests == NULL)) { in getDisplayRequests()
3280 if ((outLayers != NULL) && (outLayerRequests != NULL)) { in getDisplayRequests()
3283 outLayers[requestNum] = (hwc2_layer_t)layer; in getDisplayRequests()
3290 if ((outLayers == NULL) || (outLayerRequests == NULL)) in getDisplayRequests()
[all …]
/hardware/google/graphics/common/hwc3/include/
DIComposerHal.h171 std::vector<int64_t>* outLayers,
/hardware/google/graphics/common/hwc3/impl/
DHalImpl.h99 std::vector<int64_t>* outLayers,
DHalImpl.cpp735 std::vector<int64_t>* outLayers, in presentDisplay() argument
770 h2a::translate(sfLayers, *outLayers); in presentDisplay()