Home
last modified time | relevance | path

Searched refs:getLayer (Results 1 – 12 of 12) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_utils.h131 hwc_layer_1_t* getLayer(uint32_t index) const;
144 inline hwc_layer_1_t* LayerRotMap::getLayer(uint32_t index) const { in getLayer() function
Dhwc_utils.cpp689 ctx->mLayerRotMap[dpy]->getLayer(i)->acquireFenceFd; in hwc_sync()
698 ctx->mLayerRotMap[dpy]->getLayer(i)->releaseFenceFd = in hwc_sync()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_utils.h181 hwc_layer_1_t* getLayer(uint32_t index) const;
194 inline hwc_layer_1_t* LayerRotMap::getLayer(uint32_t index) const { in getLayer() function
Dhwc_utils.cpp1319 hwc_layer_1_t* currLayer = ctx->mLayerRotMap[dpy]->getLayer(i); in hwc_sync()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_utils.h206 hwc_layer_1_t* getLayer(uint32_t index) const;
219 inline hwc_layer_1_t* LayerRotMap::getLayer(uint32_t index) const { in getLayer() function
Dhwc_utils.cpp1307 hwc_layer_1_t* currLayer = ctx->mLayerRotMap[dpy]->getLayer(i); in hwc_sync()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.h223 hwc_layer_1_t* getLayer(uint32_t index) const;
269 inline hwc_layer_1_t* LayerRotMap::getLayer(uint32_t index) const { in getLayer() function
DHWC2On1Adapter.h585 auto result = getAdapter(device)->getLayer(displayId, layerId); in callLayerFunction()
641 std::tuple<Layer*, HWC2::Error> getLayer(hwc2_display_t displayId,
Dhwc_utils.cpp1533 hwc_layer_1_t* currLayer = ctx->mLayerRotMap[dpy]->getLayer(i); in hwc_sync()
2604 hwc_layer_1_t* layer = getLayer(index); in isRotCached()
DHWC2On1Adapter.cpp2376 std::tuple<HWC2On1Adapter::Layer*, Error> HWC2On1Adapter::getLayer( in getLayer() function in android::HWC2On1Adapter
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
DHWC2On1Adapter.h618 auto result = getAdapter(device)->getLayer(displayId, layerId); in callLayerFunction()
674 std::tuple<Layer*, HWC2::Error> getLayer(hwc2_display_t displayId,
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp2285 std::tuple<HWC2On1Adapter::Layer*, Error> HWC2On1Adapter::getLayer( in getLayer() function in android::HWC2On1Adapter