Home
last modified time | relevance | path

Searched refs:mHwcDevice (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.cpp75 : mHwcDevice(std::make_unique<HWC2::Device>(std::move(composer))) {} in HWComposer()
83 mHwcDevice->registerCallback(callback, sequenceId); in registerCallback()
88 const auto error = mHwcDevice->getDisplayIdentificationData(hwcDisplayId, outPort, outData); in getDisplayIdentificationData()
100 return mHwcDevice->getCapabilities().count(capability) > 0; in hasCapability()
161 mHwcDevice->onHotplug(hwcDisplayId, connection); in onHotplug()
166 mDisplayData[info->id].hwcDisplay = mHwcDevice->getDisplayById(hwcDisplayId); in onHotplug()
226 auto error = mHwcDevice->createVirtualDisplay(width, height, format, in allocateVirtualDisplay()
570 auto error = mHwcDevice->flushCommands(); in presentAndGetReleaseFences()
692 mHwcDevice->destroyDisplay(hwcDisplayId); in disconnectDisplay()
808 result.append(mHwcDevice->dump()); in dump()
DHWComposer.h310 Hwc2::Composer* getComposer() const override { return mHwcDevice->getComposer(); } in getComposer()
360 std::unique_ptr<HWC2::Device> mHwcDevice; variable
369 uint32_t mRemainingHwcVirtualDisplays{mHwcDevice->getMaxVirtualDisplayCount()};