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

  /frameworks/native/services/surfaceflinger/
ColorLayer.cpp 68 auto hwcId = displayDevice->getHwcDisplayId();
DisplayDevice.h 137 int32_t getHwcDisplayId() const { return mHwcDisplayId; }
SurfaceFlinger.cpp 705 getBE().mHwc->getHwcDisplayId(HWC_DISPLAY_PRIMARY).value_or(0),
    [all...]
BufferLayer.cpp 624 auto hwcId = displayDevice->getHwcDisplayId();
    [all...]
Layer.cpp 488 const auto hwcId = displayDevice->getHwcDisplayId();
668 auto hwcId = displayDevice->getHwcDisplayId();
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.h 181 std::optional<hwc2_display_t> getHwcDisplayId(int32_t displayId) const;
HWComposer.cpp 410 auto displayId = displayDevice.getHwcDisplayId();
801 HWComposer::getHwcDisplayId(int32_t displayId) const {

Completed in 970 milliseconds