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

Commit 96aacd2a authored by Jinsuk Kim's avatar Jinsuk Kim Committed by Android (Google) Code Review
Browse files

Merge "Remove the usage of TX_STATUS in HdmiControlService"

parents cae66277 ba147582
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;