Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp95 mHwc1Device(hwc1Device), in HWC2On1Adapter()
116 mHwc1Device->registerProcs(mHwc1Device, in HWC2On1Adapter()
121 hwc_close_1(mHwc1Device); in ~HWC2On1Adapter()
392 if (mHwc1Device->dump) { in dump()
396 mHwc1Device->dump(mHwc1Device, hwc1Dump.data(), in dump()
824 int intError = mDevice.mHwc1Device->setActiveConfig(mDevice.mHwc1Device, in setActiveConfig()
870 mDevice.mHwc1Device->setActiveConfig(mDevice.mHwc1Device, mHwc1Id, hwc1Config); in setColorMode()
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()
[all …]
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.cpp132 mHwc1Device(hwc1Device), in HWC2On1Adapter()
152 mHwc1Device->registerProcs(mHwc1Device, in HWC2On1Adapter()
157 hwc_close_1(mHwc1Device); in ~HWC2On1Adapter()
437 if (mHwc1Device->dump) { in dump()
441 mHwc1Device->dump(mHwc1Device, hwc1Dump.data(), in dump()
871 int intError = mDevice.mHwc1Device->setActiveConfig(mDevice.mHwc1Device, in setActiveConfig()
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()
[all …]
DHWC2On1Adapter.h49 struct hwc_composer_device_1* getHwc1Device() const { return mHwc1Device; } in getHwc1Device()
656 struct hwc_composer_device_1* const mHwc1Device; variable
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
DHWC2On1Adapter.h53 struct hwc_composer_device_1* getHwc1Device() const { return mHwc1Device; } in getHwc1Device()
690 struct hwc_composer_device_1* const mHwc1Device; variable