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

/hardware/intel/img/hwcomposer/merrifield/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/moorefield_hdmi/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/merrifield/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/moorefield_hdmi/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/merrifield/ips/tangier/
H A DTngPlaneManager.cpp178 return getPlane(type, index);
183 DisplayPlane *plane = getPlane(type, index);
185 plane = getPlane(type, !index);
H A DTngDisplayContext.cpp96 DisplayPlane* plane = layerList->getPlane(i);
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
H A DHwcLayer.h78 DisplayPlane* getPlane() const;
H A DHwcLayerList.h41 virtual DisplayPlane* getPlane(uint32_t index) const;
H A DHwcLayerList.cpp835 if (hwcLayer->getPlane() &&
901 DisplayPlane* HwcLayerList::getPlane(uint32_t index) const function in class:android::intel::HwcLayerList
922 return hwcLayer->getPlane();
969 plane = hwcLayer->getPlane();
1024 DisplayPlane *plane = mLayers[i]->getPlane();
H A DHwcLayer.cpp221 DisplayPlane* HwcLayer::getPlane() const function in class:android::intel::HwcLayer
/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DHwcLayer.h84 DisplayPlane* getPlane() const;
H A DHwcLayerList.h41 virtual DisplayPlane* getPlane(uint32_t index) const;
H A DHwcLayerList.cpp789 if (hwcLayer->getPlane() &&
884 if (hwcLayer->getPlane() &&
950 DisplayPlane* HwcLayerList::getPlane(uint32_t index) const function in class:android::intel::HwcLayerList
971 return hwcLayer->getPlane();
1018 plane = hwcLayer->getPlane();
1073 DisplayPlane *plane = mLayers[i]->getPlane();
H A DHwcLayer.cpp241 DisplayPlane* HwcLayer::getPlane() const function in class:android::intel::HwcLayer
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
H A DAnnPlaneManager.cpp375 zLayer->plane = getPlane(desc.type, desc.index);
385 zLayer->plane = getPlane(desc.type, desc.index);
/hardware/intel/img/hwcomposer/moorefield_hdmi/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/moorefield_hdmi/ips/tangier/
H A DTngDisplayContext.cpp96 DisplayPlane* plane = layerList->getPlane(i);

Completed in 161 milliseconds