Searched refs:getPlane (Results 1 - 8 of 8) sorted by relevance

/hardware/intel/img/hwcomposer/include/
H A DDisplayPlaneManager.h79 int getPlane(uint32_t& mask);
80 int getPlane(uint32_t& mask, int index);
81 DisplayPlane* getPlane(int type, int index);
/hardware/intel/img/hwcomposer/common/planes/
H A DDisplayPlaneManager.cpp109 int DisplayPlaneManager::getPlane(uint32_t& mask) function in class:android::intel::DisplayPlaneManager
140 int DisplayPlaneManager::getPlane(uint32_t& mask, int index) function in class:android::intel::DisplayPlaneManager
154 DisplayPlane* DisplayPlaneManager::getPlane(int type, int index) function in class:android::intel::DisplayPlaneManager
163 int freePlaneIndex = getPlane(mReclaimedPlanes[type], index);
167 freePlaneIndex = getPlane(mFreePlanes[type], index);
183 int freePlaneIndex = getPlane(mReclaimedPlanes[type]);
187 freePlaneIndex = getPlane(mFreePlanes[type]);
/hardware/intel/img/hwcomposer/common/base/
H A DHwcLayer.h78 DisplayPlane* getPlane() const;
H A DHwcLayerList.h41 virtual DisplayPlane* getPlane(uint32_t index) const;
H A DHwcLayerList.cpp832 if (hwcLayer->getPlane() &&
898 DisplayPlane* HwcLayerList::getPlane(uint32_t index) const function in class:android::intel::HwcLayerList
919 return hwcLayer->getPlane();
966 plane = hwcLayer->getPlane();
1021 DisplayPlane *plane = mLayers[i]->getPlane();
H A DHwcLayer.cpp221 DisplayPlane* HwcLayer::getPlane() const function in class:android::intel::HwcLayer
/hardware/intel/img/hwcomposer/ips/anniedale/
H A DAnnPlaneManager.cpp340 zLayer->plane = getPlane(desc.type, desc.index);
349 zLayer->plane = getPlane(desc.type, desc.index);
/hardware/intel/img/hwcomposer/ips/tangier/
H A DTngDisplayContext.cpp97 DisplayPlane* plane = layerList->getPlane(i);

Completed in 86 milliseconds