Searched refs:getIndex (Results 1 – 16 of 16) sorted by relevance
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/ |
D | HwcLayerList.h | 78 return l->getIndex() - r->getIndex(); in do_compare()
|
D | HwcLayerList.cpp | 196 if (hwcLayer->getIndex() != mLayerCount - 2) { in checkCursorSupported() 645 zlayer->hwcLayer->getIndex(), in attachPlanes() 647 zlayer->plane->getIndex(), in attachPlanes() 668 int targetLayerIndex = target->getIndex(); in useAsFrameBufferTarget() 962 planeIndex = plane->getIndex(); in dump() 1020 planeIndex = plane->getIndex(); in dump()
|
D | HwcLayer.h | 67 int getIndex() const;
|
D | HwcLayer.cpp | 166 int HwcLayer::getIndex() const in getIndex() function in android::intel::HwcLayer
|
/hardware/intel/img/hwcomposer/merrifield/common/base/ |
D | HwcLayerList.h | 79 return l->getIndex() - r->getIndex(); in do_compare()
|
D | HwcLayerList.cpp | 137 if (hwcLayer->getIndex() != mLayerCount - 2) { in checkCursorSupported() 574 zlayer->hwcLayer->getIndex(), in attachPlanes() 576 zlayer->plane->getIndex(), in attachPlanes() 597 int targetLayerIndex = target->getIndex(); in useAsFrameBufferTarget() 809 int preIndex = hwcLayer->getIndex(); in setupSmartComposition2() 814 int index = hwcLayer->getIndex(); in setupSmartComposition2() 1020 planeIndex = plane->getIndex(); in dump() 1078 planeIndex = plane->getIndex(); in dump()
|
D | HwcLayer.h | 73 int getIndex() const;
|
D | HwcLayer.cpp | 186 int HwcLayer::getIndex() const in getIndex() function in android::intel::HwcLayer
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/planes/ |
D | DisplayPlaneManager.cpp | 201 index = plane.getIndex(); in putPlane() 261 int index = plane.getIndex(); in reclaimPlane()
|
/hardware/intel/img/hwcomposer/merrifield/common/planes/ |
D | DisplayPlaneManager.cpp | 201 index = plane.getIndex(); in putPlane() 261 int index = plane.getIndex(); in reclaimPlane()
|
/hardware/intel/img/hwcomposer/merrifield/include/ |
D | DisplayPlane.h | 78 virtual int getIndex() const { return mIndex; } in getIndex() function
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/ |
D | DisplayPlane.h | 78 virtual int getIndex() const { return mIndex; } in getIndex() function
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/ |
D | AnnPlaneManager.cpp | 380 i, l->planeType, l->plane->getIndex(), l->zorder); in assignPlanes()
|
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/ |
D | AnnPlaneManager.cpp | 417 i, l->planeType, l->plane->getIndex(), l->zorder); in assignPlanes()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
D | OverlayPlaneBase.cpp | 191 if (plane->getIndex() == 0) { in setZOrderConfig() 193 } else if (plane->getIndex() == 1) { in setZOrderConfig()
|
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
D | OverlayPlaneBase.cpp | 195 if (plane->getIndex() == 0) { in setZOrderConfig() 197 } else if (plane->getIndex() == 1) { in setZOrderConfig()
|