Lines Matching refs:mHwcLayers
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()
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()
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()
1457 if (getBE().mHwcLayers.count(hwcId) == 0) { in miniDump()
1475 const LayerBE::HWCInfo& hwcInfo = getBE().mHwcLayers.at(hwcId); in miniDump()
1982 const auto& hwcInfo = getBE().mHwcLayers.at(hwcId); in writeToProto()