Searched refs:hpdStatus (Results 1 – 6 of 6) sorted by relevance
60 virtual void handleHotplugEvent(bool hpdStatus);
570 void ExynosExternalDisplay::handleHotplugEvent(bool hpdStatus) in handleHotplugEvent() argument572 mHpdStatus = hpdStatus; in handleHotplugEvent()
1331 bool hpdStatus = false; in handleHotplug() local1344 if (mDisplays[i]->checkHotplugEventUpdated(hpdStatus)) { in handleHotplug()1345 mDisplays[i]->handleHotplugEvent(hpdStatus); in handleHotplug()
1745 virtual bool checkHotplugEventUpdated(bool &hpdStatus);1746 virtual void handleHotplugEvent(bool hpdStatus);
6679 bool ExynosDisplay::checkHotplugEventUpdated(bool &hpdStatus) { in checkHotplugEventUpdated() argument6685 hpdStatus = mDisplayInterface->readHotplugStatus(); in checkHotplugEventUpdated()6691 __func__, mDisplayId, mIndex, mHpdStatus, hpdStatus, hotplugErrorCode); in checkHotplugEventUpdated()6693 return (mHpdStatus != hpdStatus) || (hotplugErrorCode != 0); in checkHotplugEventUpdated()6696 void ExynosDisplay::handleHotplugEvent(bool hpdStatus) { in handleHotplugEvent() argument6697 mHpdStatus = hpdStatus; in handleHotplugEvent()
1298 bool hpdStatus = false; in exynos_boot_finished() local1299 display->checkHotplugEventUpdated(hpdStatus); in exynos_boot_finished()1300 display->handleHotplugEvent(hpdStatus); in exynos_boot_finished()