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 362 if (mHwcLayers.count(hwcId) == 0) {
365 if (mHwcLayers[hwcId].layer->isAbandoned()) {
367 mHwcLayers.erase(hwcId);
374 if (mHwcLayers.count(hwcId) == 0) {
377 return mHwcLayers[hwcId].layer;
382 mHwcLayers[hwcId].layer = layer;
384 mHwcLayers.erase(hwcId);
598 std::unordered_map<int32_t, HWCInfo> mHwcLayers;
Layer.cpp 198 if (mHwcLayers.empty()) {
508 auto& hwcInfo = mHwcLayers[hwcId];
685 if (mHwcLayers.count(hwcId) == 0) {
690 mHwcLayers[hwcId].forceClientComposition = true;
702 auto& hwcLayer = mHwcLayers[hwcId].layer;
731 if (mHwcLayers[hwcId].forceClientComposition ||
804 if (mHwcLayers.count(hwcId) == 0 ||
828 auto error = mHwcLayers[hwcId].layer->setCursorPosition(position.left,
    [all...]

Completed in 97 milliseconds