/hardware/google/graphics/common/libhwc2.1/ |
D | ExynosHWC.h | 68 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);
|
D | ExynosHWC.cpp | 303 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/ |
D | HwcHal.h | 383 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/ |
D | HWC2On1Adapter.h | 209 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/ |
D | HWC2OnFbAdapter.cpp | 336 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/ |
D | HWC2On1Adapter.h | 196 hwc2_layer_t* outLayers, int32_t* outTypes); 206 hwc2_layer_t* outLayers, int32_t* outFences); 208 uint32_t* outNumElements, hwc2_layer_t* outLayers,
|
D | HWC2On1Adapter.cpp | 665 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/ |
D | HWC2On1Adapter.cpp | 626 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/ |
D | ComposerHal.h | 110 std::vector<Layer>* outLayers,
|
/hardware/libhardware/include_all/hardware/ |
D | hwcomposer2.h | 1466 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/ |
D | hwcomposer2.h | 1466 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/ |
D | ExynosDisplay.h | 727 uint32_t* outNumElements, hwc2_layer_t* outLayers, 776 uint32_t* outNumElements, hwc2_layer_t* outLayers, 797 hwc2_layer_t* outLayers, int32_t* outFences);
|
D | ExynosDisplay.cpp | 3087 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/ |
D | IComposerHal.h | 171 std::vector<int64_t>* outLayers,
|
/hardware/google/graphics/common/hwc3/impl/ |
D | HalImpl.h | 99 std::vector<int64_t>* outLayers,
|
D | HalImpl.cpp | 735 std::vector<int64_t>* outLayers, in presentDisplay() argument 770 h2a::translate(sfLayers, *outLayers); in presentDisplay()
|