Searched refs:callLayerFunction (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/ |
D | HWC2On1Adapter.h | 615 static int32_t callLayerFunction(hwc2_device_t* device, in callLayerFunction() function 630 return HWC2On1Adapter::callLayerFunction(device, displayId, layerId, in layerHook() 639 return callLayerFunction(device, display, layer, in setLayerBlendModeHook() 646 return callLayerFunction(device, display, layer, in setLayerCompositionTypeHook() 653 return callLayerFunction(device, display, layer, &Layer::setDataspace, in setLayerDataspaceHook() 660 return callLayerFunction(device, display, layer, &Layer::setTransform, in setLayerTransformHook()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | HWC2On1Adapter.h | 582 static int32_t callLayerFunction(hwc2_device_t* device, in callLayerFunction() function 597 return HWC2On1Adapter::callLayerFunction(device, displayId, layerId, in layerHook() 606 return callLayerFunction(device, display, layer, in setLayerBlendModeHook() 613 return callLayerFunction(device, display, layer, in setLayerCompositionTypeHook() 620 return callLayerFunction(device, display, layer, &Layer::setDataspace, in setLayerDataspaceHook() 627 return callLayerFunction(device, display, layer, &Layer::setTransform, in setLayerTransformHook()
|