Searched refs:mHwcLayers (Results 1 – 5 of 5) sorted by relevance
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()[all …]
136 std::unordered_map<int32_t, HWCInfo> mHwcLayers; variable515 return getBE().mHwcLayers.count(hwcId) > 0; in hasHwcLayer()519 if (getBE().mHwcLayers.count(hwcId) == 0) { in getHwcLayer()522 return getBE().mHwcLayers[hwcId].layer; in getHwcLayer()
69 auto& hwcInfo = getBE().mHwcLayers[hwcId]; in setPerFrameData()
80 if (!getBE().mHwcLayers.empty()) { in ~BufferLayer()625 auto& hwcInfo = getBE().mHwcLayers[hwcId]; in setPerFrameData()
4156 if (!layer->visibleRegion.isEmpty() && layer->getBE().mHwcLayers.count(hwcId)) { in dumpVisibleLayersProtoInfo()