Lines Matching refs:getBE
223 LOG_ALWAYS_FATAL_IF(getBE().mHwcLayers.count(hwcId) != 0, in createHwcLayer()
229 LayerBE::HWCInfo& hwcInfo = getBE().mHwcLayers[hwcId]; in createHwcLayer()
233 [this, hwcId](HWC2::Layer* /*layer*/) { getBE().mHwcLayers.erase(hwcId); }); in createHwcLayer()
238 if (getBE().mHwcLayers.count(hwcId) == 0) { in destroyHwcLayer()
241 auto& hwcInfo = getBE().mHwcLayers[hwcId]; in destroyHwcLayer()
247 LOG_ALWAYS_FATAL_IF(getBE().mHwcLayers.count(hwcId) != 0, in destroyHwcLayer()
253 size_t numLayers = getBE().mHwcLayers.size(); in destroyAllHwcLayers()
255 LOG_ALWAYS_FATAL_IF(getBE().mHwcLayers.empty(), "destroyAllHwcLayers failed"); in destroyAllHwcLayers()
256 destroyHwcLayer(getBE().mHwcLayers.begin()->first); in destroyAllHwcLayers()
258 LOG_ALWAYS_FATAL_IF(!getBE().mHwcLayers.empty(), in destroyAllHwcLayers()
269 } else if (getBE().compositionInfo.mBuffer != nullptr) { in getContentCrop()
271 crop = getBE().compositionInfo.mBuffer->getBounds(); in getContentCrop()
489 auto& hwcInfo = getBE().mHwcLayers[hwcId]; in setGeometry()
650 if (getBE().mHwcLayers.count(hwcId) == 0) { in forceClientComposition()
655 getBE().mHwcLayers[hwcId].forceClientComposition = true; in forceClientComposition()
659 if (getBE().mHwcLayers.count(hwcId) == 0) { in getForceClientComposition()
664 return getBE().mHwcLayers[hwcId].forceClientComposition; in getForceClientComposition()
669 if (getBE().mHwcLayers.count(hwcId) == 0 || in updateCursorPosition()
693 auto error = getBE().mHwcLayers[hwcId].layer->setCursorPosition(position.left, in updateCursorPosition()
721 computeGeometry(renderArea, getBE().mMesh, false); in clearWithOpenGL()
723 engine.drawMesh(getBE().mMesh); in clearWithOpenGL()
731 if (getBE().mHwcLayers.count(hwcId) == 0) { in setCompositionType()
735 auto& hwcInfo = getBE().mHwcLayers[hwcId]; in setCompositionType()
759 if (getBE().mHwcLayers.count(hwcId) == 0) { in getCompositionType()
763 return getBE().mHwcLayers.at(hwcId).compositionType; in getCompositionType()
767 if (getBE().mHwcLayers.count(hwcId) == 0) { in setClearClientTarget()
771 getBE().mHwcLayers[hwcId].clearClientTarget = clear; in setClearClientTarget()
775 if (getBE().mHwcLayers.count(hwcId) == 0) { in getClearClientTarget()
779 return getBE().mHwcLayers.at(hwcId).clearClientTarget; in getClearClientTarget()
1032 (getBE().compositionInfo.mBuffer != nullptr); in doTransaction()
1034 if (resizePending && getBE().compositionInfo.hwc.sidebandStream == nullptr) { in doTransaction()
1424 sp<const GraphicBuffer> buffer = getBE().compositionInfo.mBuffer; in getLayerDebugInfo()
1457 if (getBE().mHwcLayers.count(hwcId) == 0) { in miniDump()
1475 const LayerBE::HWCInfo& hwcInfo = getBE().mHwcLayers.at(hwcId); in miniDump()
1856 if (p->isFixedSize() && p->getBE().compositionInfo.mBuffer != nullptr) { in getTransform()
1860 bufferWidth = p->getBE().compositionInfo.mBuffer->getWidth(); in getTransform()
1861 bufferHeight = p->getBE().compositionInfo.mBuffer->getHeight(); in getTransform()
1863 bufferHeight = p->getBE().compositionInfo.mBuffer->getWidth(); in getTransform()
1864 bufferWidth = p->getBE().compositionInfo.mBuffer->getHeight(); in getTransform()
1968 auto buffer = getBE().compositionInfo.mBuffer; in writeToProto()
1982 const auto& hwcInfo = getBE().mHwcLayers.at(hwcId); in writeToProto()