Searched refs:mHwc1Device (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/ |
D | HWC2On1Adapter.cpp | 95 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/ |
D | HWC2On1Adapter.cpp | 132 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 …]
|
D | HWC2On1Adapter.h | 49 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/ |
D | HWC2On1Adapter.h | 53 struct hwc_composer_device_1* getHwc1Device() const { return mHwc1Device; } in getHwc1Device() 690 struct hwc_composer_device_1* const mHwc1Device; variable
|