Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
DHWC2.h195 void setHwc1Id(int32_t id) { mHwc1Id = id; } in setHwc1Id()
196 int32_t getHwc1Id() const { return mHwc1Id; } in getHwc1Id()
431 int32_t mHwc1Id; variable
565 void setHwc1Id(size_t id) { mHwc1Id = id; } in setHwc1Id()
566 size_t getHwc1Id() const { return mHwc1Id; } in getHwc1Id()
611 size_t mHwc1Id; variable
DHWC2.cpp538 mHwc1Id(-1), in Display()
718 if (mDevice.mHwc1MinorVersion < 4 || mHwc1Id != 0) { in getDozeSupport()
847 mHwc1Id, static_cast<int>(hwc1Id)); in setActiveConfig()
892 mDevice.mHwc1Device->setActiveConfig(mDevice.mHwc1Device, mHwc1Id, hwc1Config); in setColorMode()
952 error = mDevice.mHwc1Device->blank(mDevice.mHwc1Device, mHwc1Id, in setPowerMode()
956 mHwc1Id, getHwc1PowerMode(mode)); in setPowerMode()
985 mHwc1Id, HWC_EVENT_VSYNC, enable == Vsync::Enable); in setVsyncEnabled()
1272 if (mHwc1Id == -1) { in populateConfigs()
1280 mDevice.mHwc1Device->getDisplayConfigs(mDevice.mHwc1Device, mHwc1Id, in populateConfigs()
1290 mDevice.mHwc1Device, mHwc1Id, hwc1ConfigId, in populateConfigs()
[all …]