HomeSort by relevance Sort by last modified time
    Searched full:hwcid (Results 1 - 7 of 7) sorted by null

  /frameworks/native/services/surfaceflinger/
Layer.cpp 382 bool Layer::createHwcLayer(HWComposer* hwc, int32_t hwcId) {
383 LOG_ALWAYS_FATAL_IF(mHwcLayers.count(hwcId) != 0,
384 "Already have a layer for hwcId %d", hwcId);
385 HWC2::Layer* layer = hwc->createLayer(hwcId);
389 HWCInfo& hwcInfo = mHwcLayers[hwcId];
393 [this, hwcId] (HWC2::Layer* /*layer*/){mHwcLayers.erase(hwcId);});
397 void Layer::destroyHwcLayer(int32_t hwcId) {
398 if (mHwcLayers.count(hwcId) == 0)
    [all...]
Layer.h 321 void forceClientComposition(int32_t hwcId);
326 void setCompositionType(int32_t hwcId, HWC2::Composition type,
328 HWC2::Composition getCompositionType(int32_t hwcId) const;
330 void setClearClientTarget(int32_t hwcId, bool clear);
331 bool getClearClientTarget(int32_t hwcId) const;
453 bool createHwcLayer(HWComposer* hwc, int32_t hwcId);
454 void destroyHwcLayer(int32_t hwcId);
457 bool hasHwcLayer(int32_t hwcId) {
458 return mHwcLayers.count(hwcId) > 0;
461 HWC2::Layer* getHwcLayer(int32_t hwcId) {
    [all...]
SurfaceFlinger.cpp     [all...]
DisplayDevice.h 90 int32_t hwcId,
DisplayDevice.cpp 87 int32_t hwcId,
100 mHwcDisplayId(hwcId),
626 result.appendFormat(" type=%x, hwcId=%d, layerStack=%u, (%4dx%4d), ANativeWindow=%p "
SurfaceFlinger_hwc1.cpp 566 int32_t hwcId = allocateHwcDisplayId(type);
568 type, hwcId, mHwc->getFormat(hwcId), isSecure, token,
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 770 auto hwcId = displayData.hwcDisplay->getId();
771 mHwcDisplaySlots.erase(hwcId);
774 mHwcDevice->destroyDisplay(hwcId);

Completed in 1489 milliseconds