HomeSort by relevance Sort by last modified time
    Searched refs:mHwcLayers (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/surfaceflinger/
Layer.h 357 if (mHwcLayers.count(hwcId) == 0) {
360 if (mHwcLayers[hwcId].layer->isAbandoned()) {
362 mHwcLayers.erase(hwcId);
369 if (mHwcLayers.count(hwcId) == 0) {
372 return mHwcLayers[hwcId].layer;
377 mHwcLayers[hwcId].layer = layer;
379 mHwcLayers.erase(hwcId);
574 std::unordered_map<int32_t, HWCInfo> mHwcLayers;
Layer.cpp 195 if (mHwcLayers.empty()) {
505 auto& hwcInfo = mHwcLayers[hwcId];
676 if (mHwcLayers.count(hwcId) == 0) {
681 mHwcLayers[hwcId].forceClientComposition = true;
693 auto& hwcLayer = mHwcLayers[hwcId].layer;
723 mHwcLayers[hwcId].forceClientComposition) {
780 if (mHwcLayers.count(hwcId) == 0 ||
804 auto error = mHwcLayers[hwcId].layer->setCursorPosition(position.left,
    [all...]

Completed in 598 milliseconds