Home
last modified time | relevance | path

Searched refs:hotplugErrorCode (Results 1 – 3 of 3) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.cpp528 DisplayHotplugEvent hotplug_event_to_aidl(bool connected, int hotplugErrorCode) { in hotplug_event_to_aidl() argument
529 switch (hotplugErrorCode) { in hotplug_event_to_aidl()
548 void ExynosDevice::onHotPlug(uint32_t displayId, bool status, int hotplugErrorCode) { in onHotPlug() argument
559 hotpluggedDisplay->mDisplayTraceName.c_str(), status, hotplugErrorCode); in onHotPlug()
562 if (status && hotplugErrorCode == 0) { in onHotPlug()
602 hotplug_event_to_aidl(status, hotplugErrorCode)); in onHotPlug()
609 if (hotplugErrorCode) { in onHotPlug()
615 hotplugErrorCode); in onHotPlug()
620 vsyncCallbackFunc(vsyncCallbackData, displayId, -hotplugErrorCode, ~0); in onHotPlug()
624 hotplugErrorCode); in onHotPlug()
DExynosDevice.h287 void onHotPlug(uint32_t displayId, bool status, int hotplugErrorCode);
DExynosDisplay.cpp6687 int hotplugErrorCode = mDisplayInterface->readHotplugErrorCode(); in checkHotplugEventUpdated() local
6691 __func__, mDisplayId, mIndex, mHpdStatus, hpdStatus, hotplugErrorCode); in checkHotplugEventUpdated()
6693 return (mHpdStatus != hpdStatus) || (hotplugErrorCode != 0); in checkHotplugEventUpdated()
6701 int hotplugErrorCode = mDisplayInterface->readHotplugErrorCode(); in hotplug() local
6703 mDevice->onHotPlug(mDisplayId, mHpdStatus, hotplugErrorCode); in hotplug()
6705 mHpdStatus ? "connection" : "disconnection", mDisplayId, hotplugErrorCode); in hotplug()