Home
last modified time | relevance | path

Searched refs:mHwc1Device (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
H A DHWC2On1Adapter.cpp116 mHwc1Device->registerProcs(mHwc1Device, in HWC2On1Adapter()
396 mHwc1Device->dump(mHwc1Device, hwc1Dump.data(), in dump()
930 error = mDevice.mHwc1Device->blank(mDevice.mHwc1Device, mHwc1Id, in setPowerMode()
933 error = mDevice.mHwc1Device->setPowerMode(mDevice.mHwc1Device, in setPowerMode()
962 int error = mDevice.mHwc1Device->eventControl(mDevice.mHwc1Device, in setVsyncEnabled()
1124 mDevice.mHwc1Device->getDisplayConfigs(mDevice.mHwc1Device, mHwc1Id, in populateConfigs()
1137 mDevice.mHwc1Device->getDisplayAttributes(mDevice.mHwc1Device, in populateConfigs()
2245 auto result = mHwc1Device->query(mHwc1Device, in populateCapabilities()
2259 auto result = mHwc1Device->query(mHwc1Device, in populateCapabilities()
2376 mHwc1Device->prepare(mHwc1Device, mHwc1Contents.size(), in prepareAllDisplays()
[all …]
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/
H A DHWC2On1Adapter.cpp152 mHwc1Device->registerProcs(mHwc1Device, in HWC2On1Adapter()
441 mHwc1Device->dump(mHwc1Device, hwc1Dump.data(), in dump()
917 int intError = mDevice.mHwc1Device->setActiveConfig(mDevice.mHwc1Device, in setColorMode()
984 error = mDevice.mHwc1Device->blank(mDevice.mHwc1Device, mHwc1Id, in setPowerMode()
987 error = mDevice.mHwc1Device->setPowerMode(mDevice.mHwc1Device, in setPowerMode()
1017 int error = mDevice.mHwc1Device->eventControl(mDevice.mHwc1Device, in setVsyncEnabled()
1168 mDevice.mHwc1Device->getDisplayConfigs(mDevice.mHwc1Device, mHwc1Id, in populateConfigs()
1181 mDevice.mHwc1Device->getDisplayAttributes(mDevice.mHwc1Device, in populateConfigs()
2352 auto result = mHwc1Device->query(mHwc1Device, in populateCapabilities()
2478 mHwc1Device->prepare(mHwc1Device, mHwc1Contents.size(), in prepareAllDisplays()
[all …]
H A DHWC2On1Adapter.h49 struct hwc_composer_device_1* getHwc1Device() const { return mHwc1Device; } in getHwc1Device()
656 struct hwc_composer_device_1* const mHwc1Device; variable
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
H A DHWC2On1Adapter.h53 struct hwc_composer_device_1* getHwc1Device() const { return mHwc1Device; } in getHwc1Device()
690 struct hwc_composer_device_1* const mHwc1Device; variable