Home
last modified time | relevance | path

Searched refs:swapCrtcs (Results 1 – 5 of 5) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayInterface.h104 virtual int32_t swapCrtcs(ExynosDisplay* anotherDisplay) { return HWC2_ERROR_UNSUPPORTED; } in swapCrtcs() function
DExynosDisplayDrmInterface.h445 virtual int32_t swapCrtcs(ExynosDisplay* anotherDisplay) override;
DExynosDisplayDrmInterface.cpp1000 external_display_intf->swapCrtcs(mExynosDisplay); in setPowerMode()
3072 int32_t ExynosDisplayDrmInterface::swapCrtcs(ExynosDisplay* anotherDisplay) { in swapCrtcs() function in ExynosDisplayDrmInterface
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.cpp569 hotpluggedDisplayIntf->swapCrtcs(borrowedCrtcFrom); in onHotPlug()
573 hotpluggedDisplayIntf->swapCrtcs(poweredOffPrimaryDisplay); in onHotPlug()
585 hotpluggedDisplayIntf->swapCrtcs(borrowedCrtcFrom); in onHotPlug()
/hardware/google/graphics/common/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplay.cpp598 external_display_intf->swapCrtcs(this); in setPowerMode()
606 external_display_intf->swapCrtcs(poweredOffPrimaryDisplay); in setPowerMode()