Searched refs:getHwcDisplayId (Results 1 – 7 of 7) sorted by relevance
68 auto hwcId = displayDevice->getHwcDisplayId(); in setPerFrameData()
705 getBE().mHwc->getHwcDisplayId(HWC_DISPLAY_PRIMARY).value_or(0), in init()1550 getBE().mHwc->hasClientComposition(displayDevice->getHwcDisplayId()); in handleMessageRefresh()1618 hwcId = displayDevice->getHwcDisplayId(); in logLayerStats()1848 displayDevice->getHwcDisplayId()); in rebuildLayerStacks()1855 displayDevice->getHwcDisplayId()); in rebuildLayerStacks()1997 const auto hwcId = displayDevice->getHwcDisplayId(); in setUpHWComposer()2022 const auto hwcId = displayDevice->getHwcDisplayId(); in setUpHWComposer()2112 const auto hwcId = displayDevice->getHwcDisplayId(); in postFramebuffer()2205 getBE().mHwc->getHwcDisplayId(DisplayDevice::DISPLAY_PRIMARY); in determineDisplayType()2207 getBE().mHwc->getHwcDisplayId(DisplayDevice::DISPLAY_EXTERNAL); in determineDisplayType()[all …]
137 int32_t getHwcDisplayId() const { return mHwcDisplayId; } in getHwcDisplayId() function
624 auto hwcId = displayDevice->getHwcDisplayId(); in setPerFrameData()
488 const auto hwcId = displayDevice->getHwcDisplayId(); in setGeometry()668 auto hwcId = displayDevice->getHwcDisplayId(); in updateCursorPosition()
181 std::optional<hwc2_display_t> getHwcDisplayId(int32_t displayId) const;
410 auto displayId = displayDevice.getHwcDisplayId(); in prepare()801 HWComposer::getHwcDisplayId(int32_t displayId) const { in getHwcDisplayId() function in android::HWComposer