Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba147582 authored by Jinsuk Kim's avatar Jinsuk Kim
Browse files

Remove the usage of TX_STATUS in HdmiControlService

Reflects the change to come in CEC HAL

Change-Id: I3a64e19bbdd8067855911ef11653fe64049b8880
parent 2bed9563
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -97,10 +97,6 @@ public:
            mEvent.hotplug.connected = event.hotplug.connected;
            mEvent.hotplug.port = event.hotplug.port;
            break;
        case HDMI_EVENT_TX_STATUS:
            mEvent.tx_status.status = event.tx_status.status;
            mEvent.tx_status.opcode = event.tx_status.opcode;
            break;
        default:
            // TODO: add more type whenever new type is introduced.
            break;
@@ -139,8 +135,6 @@ public:
        case HDMI_EVENT_HOT_PLUG:
            propagateHotplugEvent(mEventWrapper->hotplug());
            break;
        case HDMI_EVENT_TX_STATUS:
            // TODO: propagate this to controller.
        default:
            // TODO: add more type whenever new type is introduced.
            break;