HomeSort by relevance Sort by last modified time
    Searched defs:hwcId (Results 1 - 4 of 4) sorted by null

  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 774 auto hwcId = displayData.hwcDisplay->getId();
775 mHwcDisplaySlots.erase(hwcId);
  /frameworks/native/services/surfaceflinger/
Layer.cpp 507 const auto hwcId = displayDevice->getHwcDisplayId();
508 auto& hwcInfo = mHwcLayers[hwcId];
678 void Layer::forceClientComposition(int32_t hwcId) {
679 if (mHwcLayers.count(hwcId) == 0) {
680 ALOGE("forceClientComposition: no HWC layer found (%d)", hwcId);
684 mHwcLayers[hwcId].forceClientComposition = true;
695 auto hwcId = displayDevice->getHwcDisplayId();
696 auto& hwcLayer = mHwcLayers[hwcId].layer;
713 setCompositionType(hwcId, HWC2::Composition::Sideband);
725 if (mHwcLayers[hwcId].forceClientComposition |
    [all...]
SurfaceFlinger.cpp     [all...]
SurfaceFlinger_hwc1.cpp 507 int32_t hwcId = allocateHwcDisplayId(type);
509 type, hwcId, mHwc->getFormat(hwcId), isSecure, token,
    [all...]

Completed in 62 milliseconds