Searched refs:borrowedCrtcFrom (Results 1 – 5 of 5) sorted by relevance
561 ExynosDisplay* borrowedCrtcFrom = hotpluggedDisplayIntf->borrowedCrtcFrom(); in onHotPlug() local565 if (borrowedCrtcFrom) { in onHotPlug()567 borrowedCrtcFrom->mDisplayTraceName.c_str()); in onHotPlug()569 hotpluggedDisplayIntf->swapCrtcs(borrowedCrtcFrom); in onHotPlug()584 if (borrowedCrtcFrom) { in onHotPlug()585 hotpluggedDisplayIntf->swapCrtcs(borrowedCrtcFrom); in onHotPlug()
105 virtual ExynosDisplay* borrowedCrtcFrom() { return nullptr; } in borrowedCrtcFrom() function
993 if (external_display_intf && external_display_intf->borrowedCrtcFrom() == nullptr) { in setPowerMode()3068 ExynosDisplay* ExynosDisplayDrmInterface::borrowedCrtcFrom() { in borrowedCrtcFrom() function in ExynosDisplayDrmInterface3085 if (borrowedCrtcFrom() != nullptr && borrowedCrtcFrom() != anotherDisplay) { in swapCrtcs()3088 borrowedCrtcFrom()->mDisplayTraceName.c_str()); in swapCrtcs()
448 virtual ExynosDisplay* borrowedCrtcFrom() override;
589 if (external_display_intf && external_display_intf->borrowedCrtcFrom() == this) { in setPowerMode()