HomeSort by relevance Sort by last modified time
    Searched defs:getPlane (Results 1 - 3 of 3) sorted by null

  /hardware/intel/img/hwcomposer/common/planes/
DisplayPlaneManager.cpp 109 int DisplayPlaneManager::getPlane(uint32_t& mask)
140 int DisplayPlaneManager::getPlane(uint32_t& mask, int index)
154 DisplayPlane* DisplayPlaneManager::getPlane(int type, int index)
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/
HwcLayer.cpp 221 DisplayPlane* HwcLayer::getPlane() const
HwcLayerList.cpp 836 if (hwcLayer->getPlane() &&
902 DisplayPlane* HwcLayerList::getPlane(uint32_t index) const
923 return hwcLayer->getPlane();
970 plane = hwcLayer->getPlane();
1025 DisplayPlane *plane = mLayers[i]->getPlane();
    [all...]

Completed in 6303 milliseconds