Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
DHWC2.cpp97 mHwc1Device(hwc1Device), in CfHWC2()
120 mHwc1Device->registerProcs(mHwc1Device, in CfHWC2()
125 hwc_close_1(mHwc1Device); in ~CfHWC2()
414 if (mHwc1Device->dump) { in dump()
418 mHwc1Device->dump(mHwc1Device, hwc1Dump.data(), in dump()
846 int intError = mDevice.mHwc1Device->setActiveConfig(mDevice.mHwc1Device, in setActiveConfig()
892 mDevice.mHwc1Device->setActiveConfig(mDevice.mHwc1Device, mHwc1Id, hwc1Config); in setColorMode()
952 error = mDevice.mHwc1Device->blank(mDevice.mHwc1Device, mHwc1Id, in setPowerMode()
955 error = mDevice.mHwc1Device->setPowerMode(mDevice.mHwc1Device, in setPowerMode()
984 int error = mDevice.mHwc1Device->eventControl(mDevice.mHwc1Device, in setVsyncEnabled()
[all …]
DHWC2.h50 struct hwc_composer_device_1* getHwc1Device() const { return mHwc1Device; } in getHwc1Device()
695 struct hwc_composer_device_1* const mHwc1Device; variable